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

  /external/llvm/lib/Target/Mips/
Mips16FrameLowering.cpp 47 MachineModuleInfo &MMI = MF.getMMI();
MipsSEFrameLowering.cpp 298 MachineModuleInfo &MMI = MF.getMMI();
  /external/llvm/include/llvm/CodeGen/
MachineFunction.h 145 MachineModuleInfo &getMMI() const { return MMI; }
  /external/llvm/lib/Target/Sparc/
SparcFrameLowering.cpp 111 MachineModuleInfo &MMI = MF.getMMI();
  /external/llvm/lib/Target/XCore/
XCoreFrameLowering.cpp 226 MachineModuleInfo *MMI = &MF.getMMI();
541 if (MF.getMMI().callsUnwindInit() || MF.getMMI().callsEHReturn()) {
XCoreRegisterInfo.cpp 206 return MF.getMMI().hasDebugInfo() ||
  /external/llvm/lib/Target/X86/
X86FrameLowering.cpp 48 const MachineModuleInfo &MMI = MF.getMMI();
96 if (!F || MF->getMMI().callsEHReturn())
315 MachineModuleInfo &MMI = MF.getMMI();
445 MachineModuleInfo &MMI = MF.getMMI();
    [all...]
X86RegisterInfo.cpp 257 bool CallsEHReturn = MF->getMMI().callsEHReturn();
X86MCInstLower.cpp 67 return MF.getMMI().getObjFileInfo<MachineModuleInfoMachO>();
    [all...]
  /external/llvm/lib/Target/AArch64/
AArch64FrameLowering.cpp 159 MachineModuleInfo &MMI = MF.getMMI();
210 MachineModuleInfo &MMI = MF.getMMI();
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
FunctionLoweringInfo.cpp 150 MachineModuleInfo &MMI = MF->getMMI();
FastISel.cpp 687 MachineModuleInfo &MMI = FuncInfo.MF->getMMI();
709 !FuncInfo.MF->getMMI().hasDebugInfo()) {
    [all...]
SelectionDAGBuilder.cpp     [all...]
SelectionDAGISel.cpp     [all...]
  /external/llvm/lib/CodeGen/
StackColoring.cpp 459 MachineModuleInfo *MMI = &MF->getMMI();
PrologEpilogInserter.cpp 265 if (F.getRegInfo().isPhysRegUsed(Reg) || F.getMMI().callsUnwindInit()) {
    [all...]
MachineInstr.cpp     [all...]
  /external/llvm/lib/Target/ARM/
Thumb1FrameLowering.cpp 90 MachineModuleInfo &MMI = MF.getMMI();
ARMFrameLowering.cpp 162 MachineModuleInfo &MMI = MF.getMMI();
    [all...]
ARMISelLowering.cpp     [all...]
  /external/llvm/lib/Target/SystemZ/
SystemZFrameLowering.cpp 317 MachineModuleInfo &MMI = MF.getMMI();
  /external/llvm/lib/Target/PowerPC/
PPCFrameLowering.cpp 504 MachineModuleInfo &MMI = MF.getMMI();
    [all...]
  /external/llvm/lib/CodeGen/AsmPrinter/
AsmPrinter.cpp 728 const MachineModuleInfo &MMI = MF->getMMI();
    [all...]

Completed in 684 milliseconds