Searched refs:LoadRegIndex (Results 1 - 10 of 10) sorted by relevance

/external/swiftshader/third_party/LLVM/lib/Target/X86/
H A DX86InstrInfo.h296 /// possible. If LoadRegIndex is non-null, it is filled in with the operand
301 unsigned *LoadRegIndex = 0) const;
H A DX86InstrInfo.cpp3115 unsigned *LoadRegIndex) const {
3126 if (LoadRegIndex)
3127 *LoadRegIndex = I->second.second & TB_INDEX_MASK;
/external/llvm/lib/CodeGen/
H A DMachineLICM.cpp1165 unsigned LoadRegIndex; local
1170 &LoadRegIndex);
1174 const TargetRegisterClass *RC = TII->getRegClass(MID, LoadRegIndex, TRI, MF);
H A DTwoAddressInstructionPass.cpp1290 unsigned LoadRegIndex; local
1295 &LoadRegIndex);
1303 TII->getRegClass(UnfoldMCID, LoadRegIndex, TRI, *MF));
/external/swiftshader/third_party/LLVM/lib/CodeGen/
H A DMachineLICM.cpp1100 unsigned LoadRegIndex; local
1105 &LoadRegIndex);
1109 const TargetRegisterClass *RC = TII->getRegClass(MID, LoadRegIndex, TRI);
H A DTwoAddressInstructionPass.cpp941 unsigned LoadRegIndex; local
946 &LoadRegIndex);
955 TII->getRegClass(UnfoldMCID, LoadRegIndex, TRI);
/external/llvm/lib/Target/X86/
H A DX86InstrInfo.h394 /// possible. If LoadRegIndex is non-null, it is filled in with the operand
399 unsigned *LoadRegIndex = nullptr) const override;
H A DX86InstrInfo.cpp6594 unsigned *LoadRegIndex) const {
6604 if (LoadRegIndex)
6605 *LoadRegIndex = I->second.second & TB_INDEX_MASK;
/external/swiftshader/third_party/LLVM/include/llvm/Target/
H A DTargetInstrInfo.h477 /// possible. If LoadRegIndex is non-null, it is filled in with the operand
482 unsigned *LoadRegIndex = 0) const {
/external/llvm/include/llvm/Target/
H A DTargetInstrInfo.h987 /// possible. If LoadRegIndex is non-null, it is filled in with the operand
992 unsigned *LoadRegIndex = nullptr) const {

Completed in 4447 milliseconds