OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:RegIndex
(Results
1 - 7
of
7
) sorted by null
/external/llvm/lib/Target/R600/
SIInstrInfo.h
53
virtual unsigned calculateIndirectAddress(unsigned
RegIndex
,
AMDGPUIndirectAddressing.cpp
96
unsigned
RegIndex
= MI.getOperand(2).getImm();
98
unsigned Address = TII->calculateIndirectAddress(
RegIndex
, Channel);
246
unsigned
RegIndex
= MI.getOperand(2).getImm();
248
unsigned Address = TII->calculateIndirectAddress(
RegIndex
, Channel);
SIInstrInfo.cpp
182
unsigned SIInstrInfo::calculateIndirectAddress(unsigned
RegIndex
,
185
return
RegIndex
;
AMDGPUInstrInfo.h
154
/// \brief Calculate the "Indirect Address" for the given \p
RegIndex
and
159
/// address in this virtual address space that maps to the given \p
RegIndex
161
virtual unsigned calculateIndirectAddress(unsigned
RegIndex
,
R600InstrInfo.h
128
virtual unsigned calculateIndirectAddress(unsigned
RegIndex
,
R600ISelLowering.cpp
329
int64_t
RegIndex
= cast<ConstantSDNode>(Op.getOperand(3))->getZExtValue();
330
unsigned Reg = AMDGPU::R600_TReg32RegClass.getRegister(
RegIndex
);
363
int64_t
RegIndex
= cast<ConstantSDNode>(Op.getOperand(1))->getZExtValue();
364
unsigned Reg = AMDGPU::R600_TReg32RegClass.getRegister(
RegIndex
);
[
all
...]
R600InstrInfo.cpp
594
unsigned R600InstrInfo::calculateIndirectAddress(unsigned
RegIndex
,
598
return
RegIndex
;
Completed in 177 milliseconds