Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineLICM.cpp1391 unsigned LoadRegIndex; in ExtractHoistableLoad() local
1396 &LoadRegIndex); in ExtractHoistableLoad()
1400 const TargetRegisterClass *RC = TII->getRegClass(MID, LoadRegIndex, TRI, MF); in ExtractHoistableLoad()
H A DTwoAddressInstructionPass.cpp1391 unsigned LoadRegIndex; in tryInstructionTransform() local
1396 &LoadRegIndex); in tryInstructionTransform()
1404 TII->getRegClass(UnfoldMCID, LoadRegIndex, TRI, *MF)); in tryInstructionTransform()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86InstrInfo.h474 unsigned *LoadRegIndex = nullptr) const override;
H A DX86InstrInfo.cpp8636 unsigned *LoadRegIndex) const { in getOpcodeAfterMemoryUnfold()
8646 if (LoadRegIndex) in getOpcodeAfterMemoryUnfold()
8647 *LoadRegIndex = I->Flags & TB_INDEX_MASK; in getOpcodeAfterMemoryUnfold()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetInstrInfo.h1436 unsigned *LoadRegIndex = nullptr) const {