HomeSort by relevance Sort by last modified time
    Searched refs:CreateFI (Results 1 - 6 of 6) sorted by null

  /external/llvm/lib/Target/X86/
X86InstrBuilder.h 69 MO.push_back(MachineOperand::CreateFI(Base.FrameIndex));
X86InstrInfo.cpp     [all...]
  /external/llvm/include/llvm/CodeGen/
MachineInstrBuilder.h 97 MI->addOperand(MachineOperand::CreateFI(Idx));
MachineOperand.h 492 static MachineOperand CreateFI(int Idx) {
  /external/llvm/lib/CodeGen/
LiveDebugVariables.cpp 850 Loc = MachineOperand::CreateFI(VRM.getStackSlot(VirtReg));
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
InstrEmitter.cpp 352 MI->addOperand(MachineOperand::CreateFI(FI->getIndex()));
    [all...]

Completed in 397 milliseconds