Home
last modified time | relevance | path

Searched refs:getCallFrameDestroyOpcode (Results 1 – 13 of 13) sorted by relevance

/minix3/external/bsd/llvm/dist/llvm/lib/Target/MSP430/
H A DMSP430FrameLowering.cpp252 assert(Old->getOpcode() == TII.getCallFrameDestroyOpcode()); in eliminateCallFramePseudoInstr()
270 } else if (I->getOpcode() == TII.getCallFrameDestroyOpcode()) { in eliminateCallFramePseudoInstr()
/minix3/external/bsd/llvm/dist/llvm/lib/CodeGen/
H A DPrologEpilogInserter.cpp198 int FrameDestroyOpcode = TII.getCallFrameDestroyOpcode(); in calculateCallsInformation()
747 int FrameDestroyOpcode = TII.getCallFrameDestroyOpcode(); in replaceFrameIndices()
H A DTargetInstrInfo.cpp655 int FrameDestroyOpcode = getCallFrameDestroyOpcode(); in getSPAdjust()
H A DMachineVerifier.cpp1716 int FrameDestroyOpcode = TII->getCallFrameDestroyOpcode(); in verifyStackFrame()
/minix3/external/bsd/llvm/dist/llvm/lib/Target/X86/
H A DX86FrameLowering.cpp1935 if ((++I)->getOpcode() != TII.getCallFrameDestroyOpcode()) in convertArgMovsToPushes()
1988 bool isDestroy = Opcode == TII.getCallFrameDestroyOpcode(); in eliminateCallFramePseudoInstr()
2025 assert(Opcode == TII.getCallFrameDestroyOpcode()); in eliminateCallFramePseudoInstr()
2048 if (Opcode == TII.getCallFrameDestroyOpcode() && CalleeAmt) { in eliminateCallFramePseudoInstr()
H A DX86FastISel.cpp2953 unsigned AdjStackUp = TII.getCallFrameDestroyOpcode(); in fastLowerCall()
/minix3/external/bsd/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DScheduleDAGRRList.cpp426 (unsigned)TII->getCallFrameDestroyOpcode()) { in IsChainDependent()
484 (unsigned)TII->getCallFrameDestroyOpcode()) { in FindCallSeqStart()
553 Node->getMachineOpcode() == (unsigned)TII->getCallFrameDestroyOpcode()) { in ReleasePredecessors()
842 SUNode->getMachineOpcode() == (unsigned)TII->getCallFrameDestroyOpcode()) { in UnscheduleNodeBottomUp()
1311 if (Node->getMachineOpcode() == (unsigned)TII->getCallFrameDestroyOpcode()) { in DelayForLiveRegsBottomUp()
H A DFastISel.cpp658 unsigned AdjStackUp = TII.getCallFrameDestroyOpcode(); in selectStackmap()
/minix3/external/bsd/llvm/dist/llvm/include/llvm/Target/
H A DTargetInstrInfo.h110 int getCallFrameDestroyOpcode() const { return CallFrameDestroyOpcode; } in getCallFrameDestroyOpcode() function
/minix3/external/bsd/llvm/dist/llvm/lib/Target/AArch64/
H A DAArch64FrameLowering.cpp116 bool IsDestroy = Opc == TII->getCallFrameDestroyOpcode(); in eliminateCallFramePseudoInstr()
H A DAArch64FastISel.cpp3020 unsigned AdjStackUp = TII.getCallFrameDestroyOpcode(); in finishCall()
/minix3/external/bsd/llvm/dist/llvm/lib/Target/PowerPC/
H A DPPCFastISel.cpp1347 TII.get(TII.getCallFrameDestroyOpcode())) in finishCall()
/minix3/external/bsd/llvm/dist/llvm/lib/Target/ARM/
H A DARMFastISel.cpp2031 unsigned AdjStackUp = TII.getCallFrameDestroyOpcode(); in FinishCall()