Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86InstrBuilder.h67 MO.push_back(MachineOperand::CreateFI(Base.FrameIndex)); in getFullAddress()
H A DX86InstrInfo.cpp7595 MachineOperand::CreateFI(FrameIndex), InsertPt, in foldMemoryOperandImpl()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineInstrBuilder.h156 MI->addOperand(*MF, MachineOperand::CreateFI(Idx)); in addFrameIndex()
H A DMachineOperand.h874 static MachineOperand CreateFI(int Idx) { in CreateFI() function
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DFastISel.cpp630 Ops.push_back(MachineOperand::CreateFI(SI->second)); in addStackMapLiveVars()
1292 MachineOperand FrameIndexOp = MachineOperand::CreateFI(SI->second); in lowerDbgValue()
H A DSelectionDAGBuilder.cpp6182 Op = MachineOperand::CreateFI(FI); in EmitFuncArgumentDbgValue()
6209 Op = MachineOperand::CreateFI(FINode->getIndex()); in EmitFuncArgumentDbgValue()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/MIRParser/
H A DMIParser.cpp2160 Dest = MachineOperand::CreateFI(FI); in parseStackObjectOperand()
2182 Dest = MachineOperand::CreateFI(FI); in parseFixedStackObjectOperand()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DLiveDebugVariables.cpp1595 Loc = MachineOperand::CreateFI(VRM.getStackSlot(VirtReg)); in rewriteLocations()
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonConstExtenders.cpp248 return MachineOperand::CreateFI(FI); in operator MachineOperand()
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIFoldOperands.cpp129 MachineOperand TmpOp = MachineOperand::CreateFI(FrameIndexToFold); in isOperandLegal()