Home
last modified time | relevance | path

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

/external/llvm/lib/Target/MSP430/
DMSP430FrameLowering.cpp253 assert(Old->getOpcode() == TII.getCallFrameDestroyOpcode()); in eliminateCallFramePseudoInstr()
271 } else if (I->getOpcode() == TII.getCallFrameDestroyOpcode()) { in eliminateCallFramePseudoInstr()
/external/llvm/lib/Target/X86/
DX86CallFrameOptimization.cpp150 unsigned FrameDestroyOpcode = TII->getCallFrameDestroyOpcode(); in isLegal()
320 unsigned FrameDestroyOpcode = TII->getCallFrameDestroyOpcode(); in collectCallInfo()
DX86FrameLowering.cpp2486 bool isDestroy = Opcode == TII.getCallFrameDestroyOpcode(); in eliminateCallFramePseudoInstr()
DX86InstrInfo.cpp2094 MI->getOpcode() == getCallFrameDestroyOpcode()) { in getSPAdjust()
2114 if (I->getOpcode() == getCallFrameDestroyOpcode() || in getSPAdjust()
2121 if (I->getOpcode() != getCallFrameDestroyOpcode()) in getSPAdjust()
DX86FastISel.cpp3159 unsigned AdjStackUp = TII.getCallFrameDestroyOpcode(); in fastLowerCall()
/external/llvm/lib/Target/WebAssembly/
DWebAssemblyFrameLowering.cpp116 bool IsDestroy = Opc == TII->getCallFrameDestroyOpcode(); in eliminateCallFramePseudoInstr()
DWebAssemblyPEI.cpp268 unsigned FrameDestroyOpcode = TII.getCallFrameDestroyOpcode(); in calculateCallsInformation()
868 unsigned FrameDestroyOpcode = TII.getCallFrameDestroyOpcode(); in replaceFrameIndices()
/external/llvm/lib/CodeGen/
DShrinkWrap.cpp170 FrameDestroyOpcode = TII.getCallFrameDestroyOpcode(); in init()
DPrologEpilogInserter.cpp252 unsigned FrameDestroyOpcode = TII.getCallFrameDestroyOpcode(); in calculateCallsInformation()
852 unsigned FrameDestroyOpcode = TII.getCallFrameDestroyOpcode(); in replaceFrameIndices()
DTargetInstrInfo.cpp911 unsigned FrameDestroyOpcode = getCallFrameDestroyOpcode(); in getSPAdjust()
DMachineVerifier.cpp1778 unsigned FrameDestroyOpcode = TII->getCallFrameDestroyOpcode(); in verifyStackFrame()
/external/llvm/lib/CodeGen/SelectionDAG/
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()
1318 if (Node->getMachineOpcode() == (unsigned)TII->getCallFrameDestroyOpcode()) { in DelayForLiveRegsBottomUp()
DFastISel.cpp663 unsigned AdjStackUp = TII.getCallFrameDestroyOpcode(); in selectStackmap()
/external/llvm/include/llvm/Target/
DTargetInstrInfo.h152 unsigned getCallFrameDestroyOpcode() const { return CallFrameDestroyOpcode; } in getCallFrameDestroyOpcode() function
/external/llvm/lib/Target/AArch64/
DAArch64FrameLowering.cpp165 bool IsDestroy = Opc == TII->getCallFrameDestroyOpcode(); in eliminateCallFramePseudoInstr()
DAArch64FastISel.cpp2998 unsigned AdjStackUp = TII.getCallFrameDestroyOpcode(); in finishCall()
/external/llvm/lib/Target/PowerPC/
DPPCFastISel.cpp1386 TII.get(TII.getCallFrameDestroyOpcode())) in finishCall()
/external/llvm/lib/Target/ARM/
DARMFastISel.cpp2027 unsigned AdjStackUp = TII.getCallFrameDestroyOpcode(); in FinishCall()