Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineLICM.cpp1304 unsigned LoadRegIndex; in ExtractHoistableLoad() local
1309 &LoadRegIndex); in ExtractHoistableLoad()
1313 const TargetRegisterClass *RC = TII->getRegClass(MID, LoadRegIndex, TRI, MF); in ExtractHoistableLoad()
H A DTwoAddressInstructionPass.cpp1320 unsigned LoadRegIndex; in tryInstructionTransform() local
1325 &LoadRegIndex); in tryInstructionTransform()
1333 TII->getRegClass(UnfoldMCID, LoadRegIndex, TRI, *MF)); in tryInstructionTransform()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86InstrInfo.h456 unsigned *LoadRegIndex = nullptr) const override;
H A DX86InstrInfo.cpp8558 unsigned *LoadRegIndex) const { in getOpcodeAfterMemoryUnfold()
8568 if (LoadRegIndex) in getOpcodeAfterMemoryUnfold()
8569 *LoadRegIndex = I->Flags & TB_INDEX_MASK; in getOpcodeAfterMemoryUnfold()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetInstrInfo.h1400 unsigned *LoadRegIndex = nullptr) const {