OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GPRIdx
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/lib/Target/Mips/
MipsRegisterBankInfo.cpp
44
GPRIdx
= 1,
419
return &Mips::ValueMappings[Mips::
GPRIdx
];
447
const ValueMapping *OperandsMapping = &Mips::ValueMappings[Mips::
GPRIdx
];
486
OperandsMapping = &Mips::ValueMappings[Mips::
GPRIdx
];
495
OperandsMapping = &Mips::ValueMappings[Mips::
GPRIdx
];
503
{getMSAMapping(MF), &Mips::ValueMappings[Mips::
GPRIdx
]});
513
{getFprbMapping(Op0Size), &Mips::ValueMappings[Mips::
GPRIdx
]});
521
&Mips::ValueMappings[Mips::
GPRIdx
]});
553
{Bank, &Mips::ValueMappings[Mips::
GPRIdx
], Bank, Bank});
563
{Bank, &Mips::ValueMappings[Mips::
GPRIdx
], Bank, Bank})
[
all
...]
/src/external/apache2/llvm/dist/llvm/lib/Target/X86/
X86FastISel.cpp
3114
unsigned
GPRIdx
= 0;
3122
case MVT::i32: SrcReg = GPR32ArgRegs[
GPRIdx
++]; break;
3123
case MVT::i64: SrcReg = GPR64ArgRegs[
GPRIdx
++]; break;
/src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
AArch64FastISel.cpp
2950
unsigned
GPRIdx
= 0;
2957
SrcReg = Registers[0][
GPRIdx
++];
2961
SrcReg = Registers[1][
GPRIdx
++];
AArch64ISelLowering.cpp
5130
int
GPRIdx
= 0;
5133
GPRIdx
= MFI.CreateFixedObject(GPRSaveSize, -(int)GPRSaveSize, false);
5138
GPRIdx
= MFI.CreateStackObject(GPRSaveSize, Align(8), false);
5140
SDValue FIN = DAG.getFrameIndex(
GPRIdx
, PtrVT);
5149
GPRIdx
,
5157
FuncInfo->setVarArgsGPRIndex(
GPRIdx
);
Completed in 62 milliseconds
Indexes created Tue Feb 24 08:35:24 UTC 2026