Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DMachineLICM.cpp1253 unsigned LoadRegIndex; in ExtractHoistableLoad() local
1258 &LoadRegIndex); in ExtractHoistableLoad()
1262 const TargetRegisterClass *RC = TII->getRegClass(MID, LoadRegIndex, TRI, MF); in ExtractHoistableLoad()
H A DTwoAddressInstructionPass.cpp1292 unsigned LoadRegIndex; in tryInstructionTransform() local
1297 &LoadRegIndex); in tryInstructionTransform()
1305 TII->getRegClass(UnfoldMCID, LoadRegIndex, TRI, *MF)); in tryInstructionTransform()
/llvm-project-15.0.7/llvm/lib/Target/X86/
H A DX86InstrInfo.h423 unsigned *LoadRegIndex = nullptr) const override;
H A DX86InstrInfo.cpp7123 unsigned *LoadRegIndex) const { in getOpcodeAfterMemoryUnfold()
7133 if (LoadRegIndex) in getOpcodeAfterMemoryUnfold()
7134 *LoadRegIndex = I->Flags & TB_INDEX_MASK; in getOpcodeAfterMemoryUnfold()
/llvm-project-15.0.7/llvm/include/llvm/CodeGen/
H A DTargetInstrInfo.h1305 unsigned *LoadRegIndex = nullptr) const {