Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/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.cpp1205 unsigned LoadRegIndex; in tryInstructionTransform() local
1210 &LoadRegIndex); in tryInstructionTransform()
1218 TII->getRegClass(UnfoldMCID, LoadRegIndex, TRI, *MF)); in tryInstructionTransform()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/
H A DX86InstrInfo.h413 unsigned *LoadRegIndex = nullptr) const override;
H A DX86InstrInfo.cpp6532 unsigned *LoadRegIndex) const { in getOpcodeAfterMemoryUnfold()
6542 if (LoadRegIndex) in getOpcodeAfterMemoryUnfold()
6543 *LoadRegIndex = I->Flags & TB_INDEX_MASK; in getOpcodeAfterMemoryUnfold()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DTargetInstrInfo.h1288 unsigned *LoadRegIndex = nullptr) const {