Searched refs:LoadRegIndex (Results 1 – 10 of 10) sorted by relevance
/external/swiftshader/third_party/LLVM/lib/CodeGen/ |
D | MachineLICM.cpp | 1100 unsigned LoadRegIndex; in ExtractHoistableLoad() local 1105 &LoadRegIndex); in ExtractHoistableLoad() 1109 const TargetRegisterClass *RC = TII->getRegClass(MID, LoadRegIndex, TRI); in ExtractHoistableLoad()
|
D | TwoAddressInstructionPass.cpp | 941 unsigned LoadRegIndex; in TryInstructionTransform() local 946 &LoadRegIndex); in TryInstructionTransform() 955 TII->getRegClass(UnfoldMCID, LoadRegIndex, TRI); in TryInstructionTransform()
|
/external/llvm/lib/CodeGen/ |
D | MachineLICM.cpp | 1165 unsigned LoadRegIndex; in ExtractHoistableLoad() local 1170 &LoadRegIndex); in ExtractHoistableLoad() 1174 const TargetRegisterClass *RC = TII->getRegClass(MID, LoadRegIndex, TRI, MF); in ExtractHoistableLoad()
|
D | TwoAddressInstructionPass.cpp | 1290 unsigned LoadRegIndex; in tryInstructionTransform() local 1295 &LoadRegIndex); in tryInstructionTransform() 1303 TII->getRegClass(UnfoldMCID, LoadRegIndex, TRI, *MF)); in tryInstructionTransform()
|
/external/swiftshader/third_party/LLVM/lib/Target/X86/ |
D | X86InstrInfo.h | 301 unsigned *LoadRegIndex = 0) const;
|
D | X86InstrInfo.cpp | 3115 unsigned *LoadRegIndex) const { in getOpcodeAfterMemoryUnfold() 3126 if (LoadRegIndex) in getOpcodeAfterMemoryUnfold() 3127 *LoadRegIndex = I->second.second & TB_INDEX_MASK; in getOpcodeAfterMemoryUnfold()
|
/external/swiftshader/third_party/LLVM/include/llvm/Target/ |
D | TargetInstrInfo.h | 482 unsigned *LoadRegIndex = 0) const {
|
/external/llvm/lib/Target/X86/ |
D | X86InstrInfo.h | 399 unsigned *LoadRegIndex = nullptr) const override;
|
D | X86InstrInfo.cpp | 6594 unsigned *LoadRegIndex) const { in getOpcodeAfterMemoryUnfold() 6604 if (LoadRegIndex) in getOpcodeAfterMemoryUnfold() 6605 *LoadRegIndex = I->second.second & TB_INDEX_MASK; in getOpcodeAfterMemoryUnfold()
|
/external/llvm/include/llvm/Target/ |
D | TargetInstrInfo.h | 992 unsigned *LoadRegIndex = nullptr) const {
|