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

  /external/llvm/lib/Target/ARM/
Thumb1FrameLowering.cpp 110 MachineInstr::FrameSetup);
115 MachineInstr::FrameSetup);
176 .setMIFlags(MachineInstr::FrameSetup));
186 MachineInstr::FrameSetup);
365 MIB.setMIFlags(MachineInstr::FrameSetup);
ARMFrameLowering.cpp 165 MachineInstr::FrameSetup);
170 MachineInstr::FrameSetup);
227 .setMIFlag(MachineInstr::FrameSetup);
268 MachineInstr::FrameSetup);
326 // FIXME: Clarify FrameSetup flags here.
    [all...]
ARMAsmPrinter.cpp     [all...]
  /external/llvm/lib/Target/X86/
X86FrameLowering.cpp 177 MI->setFlag(MachineInstr::FrameSetup);
196 MI->setFlag(MachineInstr::FrameSetup);
518 if (!MI.getFlag(MachineInstr::FrameSetup)) break;
716 .setMIFlag(MachineInstr::FrameSetup);
757 .setMIFlag(MachineInstr::FrameSetup);
780 .setMIFlag(MachineInstr::FrameSetup);
810 MBBI->setFlag(MachineInstr::FrameSetup);
841 .setMIFlag(MachineInstr::FrameSetup);
    [all...]
  /external/llvm/lib/Target/AArch64/
AArch64FrameLowering.cpp 90 MachineInstr::FrameSetup);
123 MachineInstr::FrameSetup);
143 if (!MBBI->getFlag(MachineInstr::FrameSetup))
150 MachineInstr::FrameSetup);
512 NewMI.setMIFlags(MachineInstr::FrameSetup);
  /external/llvm/include/llvm/CodeGen/
MachineInstr.h 64 FrameSetup = 1 << 0, // Instruction is used as a part of
    [all...]
  /external/llvm/lib/CodeGen/
MachineInstr.cpp     [all...]
  /external/llvm/lib/CodeGen/AsmPrinter/
DwarfDebug.cpp     [all...]

Completed in 254 milliseconds