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

  /external/llvm/lib/Target/MSP430/
MSP430RegisterInfo.cpp 127 assert(Old->getOpcode() == TII.getCallFrameDestroyOpcode());
145 } else if (I->getOpcode() == TII.getCallFrameDestroyOpcode()) {
  /external/llvm/include/llvm/Target/
TargetInstrInfo.h 101 int getCallFrameDestroyOpcode() const { return CallFrameDestroyOpcode; }
    [all...]
  /external/llvm/lib/Target/X86/
X86RegisterInfo.cpp 498 bool isDestroy = Opcode == TII.getCallFrameDestroyOpcode();
525 assert(Opcode == TII.getCallFrameDestroyOpcode());
548 if (Opcode == TII.getCallFrameDestroyOpcode() && CalleeAmt) {
X86FastISel.cpp     [all...]
  /external/llvm/lib/CodeGen/
PrologEpilogInserter.cpp 157 int FrameDestroyOpcode = TII.getCallFrameDestroyOpcode();
715 int FrameDestroyOpcode = TII.getCallFrameDestroyOpcode();
  /external/llvm/lib/Target/ARM/
ARMFastISel.cpp     [all...]

Completed in 70 milliseconds