Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineLICM.cpp1238 unsigned LoadRegIndex; in ExtractHoistableLoad() local
1243 &LoadRegIndex); in ExtractHoistableLoad()
1247 const TargetRegisterClass *RC = TII->getRegClass(MID, LoadRegIndex, TRI, MF); in ExtractHoistableLoad()
H A DTwoAddressInstructionPass.cpp1210 unsigned LoadRegIndex; in tryInstructionTransform() local
1215 &LoadRegIndex); in tryInstructionTransform()
1223 TII->getRegClass(UnfoldMCID, LoadRegIndex, TRI, *MF)); in tryInstructionTransform()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86InstrInfo.h417 unsigned *LoadRegIndex = nullptr) const override;
H A DX86InstrInfo.cpp6586 unsigned *LoadRegIndex) const { in getOpcodeAfterMemoryUnfold()
6596 if (LoadRegIndex) in getOpcodeAfterMemoryUnfold()
6597 *LoadRegIndex = I->Flags & TB_INDEX_MASK; in getOpcodeAfterMemoryUnfold()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetInstrInfo.h1301 unsigned *LoadRegIndex = nullptr) const {