/external/swiftshader/third_party/LLVM/lib/Target/X86/ |
D | X86InstrBuilder.h | 69 MO.push_back(MachineOperand::CreateFI(Base.FrameIndex)); in getFullAddress()
|
D | X86InstrInfo.cpp | 2694 MOs.push_back(MachineOperand::CreateFI(FrameIndex)); in foldMemoryOperandImpl()
|
/external/llvm/lib/Target/X86/ |
D | X86InstrBuilder.h | 69 MO.push_back(MachineOperand::CreateFI(Base.FrameIndex)); in getFullAddress()
|
D | X86InstrInfo.cpp | 6147 MachineOperand::CreateFI(FrameIndex), InsertPt, in foldMemoryOperandImpl()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/ |
D | X86InstrBuilder.h | 74 MO.push_back(MachineOperand::CreateFI(Base.FrameIndex)); in getFullAddress()
|
D | X86InstrInfo.cpp | 5056 MachineOperand::CreateFI(FrameIndex), InsertPt, in foldMemoryOperandImpl()
|
/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/ |
D | MachineInstrBuilder.h | 97 MI->addOperand(MachineOperand::CreateFI(Idx)); in addFrameIndex()
|
D | MachineOperand.h | 516 static MachineOperand CreateFI(int Idx) { in CreateFI() function
|
/external/llvm/include/llvm/CodeGen/ |
D | MachineInstrBuilder.h | 109 MI->addOperand(*MF, MachineOperand::CreateFI(Idx)); in addFrameIndex()
|
D | MachineOperand.h | 638 static MachineOperand CreateFI(int Idx) { in CreateFI() function
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/ |
D | MachineInstrBuilder.h | 140 MI->addOperand(*MF, MachineOperand::CreateFI(Idx)); in addFrameIndex()
|
D | MachineOperand.h | 788 static MachineOperand CreateFI(int Idx) { in CreateFI() function
|
/external/llvm/lib/CodeGen/MIRParser/ |
D | MIParser.cpp | 1143 Dest = MachineOperand::CreateFI(FI); in parseStackObjectOperand() 1165 Dest = MachineOperand::CreateFI(FI); in parseFixedStackObjectOperand()
|
/external/swiftshader/third_party/LLVM/lib/CodeGen/ |
D | LiveDebugVariables.cpp | 895 Loc = MachineOperand::CreateFI(VRM.getStackSlot(VirtReg)); in rewriteLocations()
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | FastISel.cpp | 589 Ops.push_back(MachineOperand::CreateFI(SI->second)); in addStackMapLiveVars() 1128 Op = MachineOperand::CreateFI(Offset); in selectIntrinsicCall()
|
D | SelectionDAGBuilder.cpp | 4690 Op = MachineOperand::CreateFI(FI); in EmitFuncArgumentDbgValue() 4716 Op = MachineOperand::CreateFI(FINode->getIndex()); in EmitFuncArgumentDbgValue()
|
/external/llvm/lib/CodeGen/ |
D | LiveDebugVariables.cpp | 932 Loc = MachineOperand::CreateFI(VRM.getStackSlot(VirtReg)); in rewriteLocations()
|
/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/ |
D | InstrEmitter.cpp | 360 MI->addOperand(MachineOperand::CreateFI(FI->getIndex())); in AddOperand()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/ |
D | LiveDebugVariables.cpp | 1069 Loc = MachineOperand::CreateFI(VRM.getStackSlot(VirtReg)); in rewriteLocations()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/MIRParser/ |
D | MIParser.cpp | 1475 Dest = MachineOperand::CreateFI(FI); in parseStackObjectOperand() 1497 Dest = MachineOperand::CreateFI(FI); in parseFixedStackObjectOperand()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/ |
D | HexagonConstExtenders.cpp | 257 return MachineOperand::CreateFI(FI); in operator MachineOperand()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/ |
D | FastISel.cpp | 767 Ops.push_back(MachineOperand::CreateFI(SI->second)); in addStackMapLiveVars()
|
D | SelectionDAGBuilder.cpp | 4919 Op = MachineOperand::CreateFI(FI); in EmitFuncArgumentDbgValue() 4940 Op = MachineOperand::CreateFI(FINode->getIndex()); in EmitFuncArgumentDbgValue()
|