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.cpp1415 unsigned LoadRegIndex; in ExtractHoistableLoad() local
1420 &LoadRegIndex); in ExtractHoistableLoad()
1424 const TargetRegisterClass *RC = TII->getRegClass(MID, LoadRegIndex, TRI, MF); in ExtractHoistableLoad()
H A DTwoAddressInstructionPass.cpp1393 unsigned LoadRegIndex; in tryInstructionTransform() local
1398 &LoadRegIndex); in tryInstructionTransform()
1406 TII->getRegClass(UnfoldMCID, LoadRegIndex, TRI, *MF)); in tryInstructionTransform()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86InstrInfo.h522 unsigned *LoadRegIndex = nullptr) const override;
H A DX86InstrInfo.cpp8731 unsigned *LoadRegIndex) const { in getOpcodeAfterMemoryUnfold()
8741 if (LoadRegIndex) in getOpcodeAfterMemoryUnfold()
8742 *LoadRegIndex = I->Flags & TB_INDEX_MASK; in getOpcodeAfterMemoryUnfold()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetInstrInfo.h1502 unsigned *LoadRegIndex = nullptr) const {