Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/CodeGen/
H A DMachineLICM.cpp1297 unsigned LoadRegIndex; in ExtractHoistableLoad() local
1302 &LoadRegIndex); in ExtractHoistableLoad()
1306 const TargetRegisterClass *RC = TII->getRegClass(MID, LoadRegIndex, TRI, MF); in ExtractHoistableLoad()
H A DTwoAddressInstructionPass.cpp1348 unsigned LoadRegIndex; in tryInstructionTransform() local
1353 &LoadRegIndex); in tryInstructionTransform()
1361 TII->getRegClass(UnfoldMCID, LoadRegIndex, TRI, *MF)); in tryInstructionTransform()
/freebsd-12.1/contrib/llvm/lib/Target/X86/
H A DX86InstrInfo.h420 unsigned *LoadRegIndex = nullptr) const override;
H A DX86InstrInfo.cpp5639 unsigned *LoadRegIndex) const { in getOpcodeAfterMemoryUnfold()
5649 if (LoadRegIndex) in getOpcodeAfterMemoryUnfold()
5650 *LoadRegIndex = I->Flags & TB_INDEX_MASK; in getOpcodeAfterMemoryUnfold()
/freebsd-12.1/contrib/llvm/include/llvm/CodeGen/
H A DTargetInstrInfo.h1111 unsigned *LoadRegIndex = nullptr) const {