HomeSort by relevance Sort by last modified time
    Searched refs:getMachineFunction (Results 1 - 25 of 29) sorted by null

1 2

  /external/llvm/include/llvm/CodeGen/
EdgeBundles.h 51 /// getMachineFunction - Return the last machine function computed.
52 const MachineFunction *getMachineFunction() const { return MF; }
CallingConvLower.h 182 MachineFunction &getMachineFunction() const { return MF; }
SelectionDAG.h 242 MachineFunction &getMachineFunction() const { return *MF; }
    [all...]
  /external/llvm/lib/CodeGen/
AllocationOrder.cpp 46 VRM.getMachineFunction());
61 VRM.getMachineFunction());
RegAllocBase.cpp 61 MRI->freezeReservedRegs(vrm.getMachineFunction());
62 RegClassInfo.runOnMachineFunction(vrm.getMachineFunction());
EdgeBundles.cpp 81 const MachineFunction *MF = G.getMachineFunction();
VirtRegMap.h 80 MachineFunction &getMachineFunction() const {
81 assert(MF && "getMachineFunction called before runOnMachineFunction");
SplitKit.cpp 45 : MF(vrm.getMachineFunction()),
330 MRI(vrm.getMachineFunction().getRegInfo()),
332 TII(*vrm.getMachineFunction().getTarget().getInstrInfo()),
333 TRI(*vrm.getMachineFunction().getTarget().getRegisterInfo()),
348 LRCalc[0].reset(&VRM.getMachineFunction(), LIS.getSlotIndexes(), &MDT,
351 LRCalc[1].reset(&VRM.getMachineFunction(), LIS.getSlotIndexes(), &MDT,
    [all...]
LiveRangeEdit.cpp 90 if (MRI.isConstantPhysReg(MO.getReg(), VRM->getMachineFunction()))
Analysis.cpp 352 const Function *F = DAG.getMachineFunction().getFunction();
LiveDebugVariables.cpp     [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGPrinter.cpp 75 return G->getMachineFunction().getName();
148 ViewGraph(this, "dag." + getMachineFunction().getName(),
SelectionDAGBuilder.cpp     [all...]
SelectionDAG.cpp     [all...]
SelectionDAGDumper.cpp 497 Scope(dl.getScope(G->getMachineFunction().getFunction()->getContext()));
  /external/llvm/lib/Target/MBlaze/
MBlazeISelLowering.cpp 635 MachineFunction &MF = DAG.getMachineFunction();
704 MachineFunction &MF = DAG.getMachineFunction();
710 CCState CCInfo(CallConv, isVarArg, DAG.getMachineFunction(),
849 CCState CCInfo(CallConv, isVarArg, DAG.getMachineFunction(),
    [all...]
  /external/llvm/lib/Target/Sparc/
SparcISelLowering.cpp 86 MachineFunction &MF = DAG.getMachineFunction();
92 CCState CCInfo(CallConv, isVarArg, DAG.getMachineFunction(),
156 MachineFunction &MF = DAG.getMachineFunction();
162 CCState CCInfo(CallConv, isVarArg, DAG.getMachineFunction(),
366 CCState CCInfo(CallConv, isVarArg, DAG.getMachineFunction(),
376 MachineFrameInfo *MFI = DAG.getMachineFunction().getFrameInfo();
597 CCState RVInfo(CallConv, isVarArg, DAG.getMachineFunction(),
627 const Function *Fn = DAG.getMachineFunction().getFunction();
    [all...]
  /external/llvm/lib/Target/MSP430/
MSP430ISelLowering.cpp 311 MachineFunction &MF = DAG.getMachineFunction();
317 CCState CCInfo(CallConv, isVarArg, DAG.getMachineFunction(),
397 CCState CCInfo(CallConv, isVarArg, DAG.getMachineFunction(),
405 if (DAG.getMachineFunction().getRegInfo().liveout_empty()) {
408 DAG.getMachineFunction().getRegInfo().addLiveOut(RVLocs[i].getLocReg());
451 CCState CCInfo(CallConv, isVarArg, DAG.getMachineFunction(),
574 CCState CCInfo(CallConv, isVarArg, DAG.getMachineFunction(),
    [all...]
  /external/llvm/lib/Target/Hexagon/
HexagonISelLowering.cpp 301 CCState CCInfo(CallConv, isVarArg, DAG.getMachineFunction(),
309 if (DAG.getMachineFunction().getRegInfo().liveout_empty()) {
312 DAG.getMachineFunction().getRegInfo().addLiveOut(RVLocs[i].getLocReg());
353 CCState CCInfo(CallConv, isVarArg, DAG.getMachineFunction(),
390 CCState CCInfo(CallConv, isVarArg, DAG.getMachineFunction(),
419 DAG.getMachineFunction().getFunction()->hasStructRetAttr();
667 MachineFunction &MF = DAG.getMachineFunction();
727 MachineFunction &MF = DAG.getMachineFunction();
810 MachineFunction &MF = DAG.getMachineFunction();
819 CCState CCInfo(CallConv, isVarArg, DAG.getMachineFunction(),
    [all...]
  /external/llvm/lib/Target/PowerPC/
PPCISelLowering.cpp     [all...]
  /external/llvm/lib/Target/XCore/
XCoreISelLowering.cpp 337 MachineFunction &MF = DAG.getMachineFunction();
784 MachineFunction &MF = DAG.getMachineFunction();
798 MachineFunction &MF = DAG.getMachineFunction();
    [all...]
  /external/llvm/lib/Target/Mips/
MipsISelLowering.cpp 54 MipsFunctionInfo *FI = DAG.getMachineFunction().getInfo<MipsFunctionInfo>();
    [all...]
  /external/llvm/lib/Target/CellSPU/
SPUISelLowering.cpp 636 MachineFunction &MF = DAG.getMachineFunction();
    [all...]
  /external/llvm/lib/Target/X86/
X86ISelLowering.cpp     [all...]
  /external/llvm/lib/Target/ARM/
ARMISelLowering.cpp     [all...]

Completed in 649 milliseconds

1 2