OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getHWRegIndex
(Results
1 - 8
of
8
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
R600RegisterInfo.h
36
unsigned
getHWRegIndex
(unsigned Reg) const;
R600AsmPrinter.cpp
60
unsigned HWReg = RI->
getHWRegIndex
(MO.getReg());
R600RegisterInfo.cpp
83
unsigned R600RegisterInfo::
getHWRegIndex
(unsigned Reg) const {
SIRegisterInfo.h
136
unsigned
getHWRegIndex
(MCRegister Reg) const {
AMDGPUAsmPrinter.cpp
777
TRI.
getHWRegIndex
(HighestAGPRReg) + 1;
791
TRI.
getHWRegIndex
(HighestVGPRReg) + 1;
793
TRI.
getHWRegIndex
(HighestSGPRReg) + 1;
988
unsigned HWReg = TRI.
getHWRegIndex
(Reg);
R600InstrInfo.cpp
1051
RI.
getHWRegIndex
(MI.getOperand(1).getReg()), // Address
1058
RI.
getHWRegIndex
(MI.getOperand(1).getReg()), // Address
SIShrinkInstructions.cpp
248
unsigned Vgpr = TRI.
getHWRegIndex
(Op.getReg());
SIInstrInfo.cpp
572
if (!Tmp2 || RI.
getHWRegIndex
(Tmp2) >= MaxVGPRs)
879
const bool Forward = RI.
getHWRegIndex
(DestReg) <= RI.
getHWRegIndex
(SrcReg);
Completed in 22 milliseconds
Indexes created Sun Sep 27 00:26:35 UTC 2026