Home
last modified time | relevance | path

Searched refs:CreateFI (Results 1 – 9 of 9) sorted by relevance

/openbsd-src/gnu/llvm/llvm/lib/Target/X86/
H A DX86InstrBuilder.h73 MO.push_back(MachineOperand::CreateFI(Base.FrameIndex)); in getFullAddress()
H A DX86InstrInfo.cpp6332 MachineOperand::CreateFI(FrameIndex), InsertPt, in foldMemoryOperandImpl()
/openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/
H A DMachineInstrBuilder.h153 MI->addOperand(*MF, MachineOperand::CreateFI(Idx)); in addFrameIndex()
H A DMachineOperand.h862 static MachineOperand CreateFI(int Idx) { in CreateFI() function
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/MIRParser/
H A DMIParser.cpp2099 Dest = MachineOperand::CreateFI(FI); in parseStackObjectOperand()
2121 Dest = MachineOperand::CreateFI(FI); in parseFixedStackObjectOperand()
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DLiveDebugVariables.cpp1548 Loc = MachineOperand::CreateFI(VRM.getStackSlot(VirtReg)); in rewriteLocations()
/openbsd-src/gnu/llvm/llvm/lib/Target/Hexagon/
H A DHexagonConstExtenders.cpp257 return MachineOperand::CreateFI(FI); in operator MachineOperand()
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/
H A DFastISel.cpp632 Ops.push_back(MachineOperand::CreateFI(SI->second)); in addStackMapLiveVars()
H A DSelectionDAGBuilder.cpp5674 Op = MachineOperand::CreateFI(FI); in EmitFuncArgumentDbgValue()
5701 Op = MachineOperand::CreateFI(FINode->getIndex()); in EmitFuncArgumentDbgValue()