Searched refs:LoadRegIndex (Results 1 - 5 of 5) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineLICM.cpp1345 unsigned LoadRegIndex; local
1350 &LoadRegIndex);
1354 const TargetRegisterClass *RC = TII->getRegClass(MID, LoadRegIndex, TRI, MF);
H A DTwoAddressInstructionPass.cpp1198 unsigned LoadRegIndex; local
1203 &LoadRegIndex);
1211 TII->getRegClass(UnfoldMCID, LoadRegIndex, TRI, *MF));
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86InstrInfo.h397 /// possible. If LoadRegIndex is non-null, it is filled in with the operand
402 unsigned *LoadRegIndex = nullptr) const override;
H A DX86InstrInfo.cpp6416 unsigned *LoadRegIndex) const {
6426 if (LoadRegIndex)
6427 *LoadRegIndex = I->Flags & TB_INDEX_MASK;
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetInstrInfo.h1210 /// possible. If LoadRegIndex is non-null, it is filled in with the operand
1215 unsigned *LoadRegIndex = nullptr) const {

Completed in 147 milliseconds