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

  /external/llvm/lib/Target/MSP430/
MSP430FrameLowering.cpp 251 assert(Old->getOpcode() == TII.getCallFrameDestroyOpcode());
269 } else if (I->getOpcode() == TII.getCallFrameDestroyOpcode()) {
  /external/llvm/include/llvm/Target/
TargetInstrInfo.h 105 int getCallFrameDestroyOpcode() const { return CallFrameDestroyOpcode; }
    [all...]
  /external/llvm/lib/CodeGen/
PrologEpilogInserter.cpp 163 int FrameDestroyOpcode = TII.getCallFrameDestroyOpcode();
773 int FrameDestroyOpcode = TII.getCallFrameDestroyOpcode();
    [all...]
MachineVerifier.cpp     [all...]
  /external/llvm/lib/Target/X86/
X86FrameLowering.cpp     [all...]
X86FastISel.cpp     [all...]
  /external/llvm/lib/Target/AArch64/
AArch64FrameLowering.cpp 606 bool IsDestroy = Opcode == TII.getCallFrameDestroyOpcode();
  /external/llvm/lib/CodeGen/SelectionDAG/
ScheduleDAGRRList.cpp 425 (unsigned)TII->getCallFrameDestroyOpcode()) {
483 (unsigned)TII->getCallFrameDestroyOpcode()) {
552 Node->getMachineOpcode() == (unsigned)TII->getCallFrameDestroyOpcode()) {
841 SUNode->getMachineOpcode() == (unsigned)TII->getCallFrameDestroyOpcode()) {
    [all...]
  /external/llvm/lib/Target/ARM/
ARMFastISel.cpp     [all...]

Completed in 1244 milliseconds