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 109 MachineInstr::FrameSetup);
114 MachineInstr::FrameSetup);
175 .setMIFlags(MachineInstr::FrameSetup));
185 MachineInstr::FrameSetup);
363 MIB.setMIFlags(MachineInstr::FrameSetup);
ARMFrameLowering.cpp 164 MachineInstr::FrameSetup);
169 MachineInstr::FrameSetup);
226 .setMIFlag(MachineInstr::FrameSetup);
267 MachineInstr::FrameSetup);
325 // FIXME: Clarify FrameSetup flags here.
    [all...]
ARMAsmPrinter.cpp     [all...]
  /external/llvm/lib/Target/AArch64/
AArch64FrameLowering.cpp 90 MachineInstr::FrameSetup);
122 MachineInstr::FrameSetup);
142 if (!MBBI->getFlag(MachineInstr::FrameSetup))
149 MachineInstr::FrameSetup);
510 NewMI.setMIFlags(MachineInstr::FrameSetup);
  /external/llvm/lib/Target/X86/
X86FrameLowering.cpp 177 MI->setFlag(MachineInstr::FrameSetup);
196 MI->setFlag(MachineInstr::FrameSetup);
528 if (!MI.getFlag(MachineInstr::FrameSetup)) break;
719 .setMIFlag(MachineInstr::FrameSetup);
761 .setMIFlag(MachineInstr::FrameSetup);
790 .setMIFlag(MachineInstr::FrameSetup);
820 MBBI->setFlag(MachineInstr::FrameSetup);
852 .setMIFlag(MachineInstr::FrameSetup);
    [all...]
  /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 103 milliseconds