Searched refs:getCallFrameDestroyOpcode (Results 1 – 13 of 13) sorted by relevance
252 assert(Old->getOpcode() == TII.getCallFrameDestroyOpcode()); in eliminateCallFramePseudoInstr()270 } else if (I->getOpcode() == TII.getCallFrameDestroyOpcode()) { in eliminateCallFramePseudoInstr()
198 int FrameDestroyOpcode = TII.getCallFrameDestroyOpcode(); in calculateCallsInformation()747 int FrameDestroyOpcode = TII.getCallFrameDestroyOpcode(); in replaceFrameIndices()
655 int FrameDestroyOpcode = getCallFrameDestroyOpcode(); in getSPAdjust()
1716 int FrameDestroyOpcode = TII->getCallFrameDestroyOpcode(); in verifyStackFrame()
1935 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()
2953 unsigned AdjStackUp = TII.getCallFrameDestroyOpcode(); in fastLowerCall()
426 (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()
658 unsigned AdjStackUp = TII.getCallFrameDestroyOpcode(); in selectStackmap()
110 int getCallFrameDestroyOpcode() const { return CallFrameDestroyOpcode; } in getCallFrameDestroyOpcode() function
116 bool IsDestroy = Opc == TII->getCallFrameDestroyOpcode(); in eliminateCallFramePseudoInstr()
3020 unsigned AdjStackUp = TII.getCallFrameDestroyOpcode(); in finishCall()
1347 TII.get(TII.getCallFrameDestroyOpcode())) in finishCall()
2031 unsigned AdjStackUp = TII.getCallFrameDestroyOpcode(); in FinishCall()