Searched refs:getCallFrameSetupOpcode (Results 1 – 21 of 21) sorted by relevance
164 unsigned FrameSetupOpcode = TII->getCallFrameSetupOpcode(); in isLegal()251 unsigned FrameSetupOpcode = TII->getCallFrameSetupOpcode(); in runOnMachineFunction()363 assert(I->getOpcode() == TII->getCallFrameSetupOpcode()); in collectCallInfo()
3347 unsigned AdjStackDown = TII.getCallFrameSetupOpcode(); in fastLowerCall()
35515 unsigned AdjStackDown = TII.getCallFrameSetupOpcode(); in EmitLoweredTLSAddr()36507 unsigned AdjStackDown = TII.getCallFrameSetupOpcode(); in emitPatchableEventCall()
161 } while(Previous->getOpcode() != TII.getCallFrameSetupOpcode()); in findSplitPointForStackProtector()
190 unsigned FrameSetupOpcode = TII.getCallFrameSetupOpcode(); in computeMaxCallFrameSize()
238 FrameSetupOpcode = TII.getCallFrameSetupOpcode(); in init()
1357 unsigned FrameSetupOpcode = getCallFrameSetupOpcode(); in getSPAdjust()1630 if (AdjI.getOpcode() == getCallFrameSetupOpcode()) in getCallFrameSizeAt()
363 unsigned FrameSetupOpcode = TII.getCallFrameSetupOpcode(); in calculateCallFrameInfo()
3799 unsigned FrameSetupOpcode = TII->getCallFrameSetupOpcode(); in verifyStackFrame()
210 unsigned getCallFrameSetupOpcode() const { return CallFrameSetupOpcode; } in getCallFrameSetupOpcode() function215 return I.getOpcode() == getCallFrameSetupOpcode() || in isFrameInstr()221 return I.getOpcode() == getCallFrameSetupOpcode(); in isFrameSetup()
208 unsigned AdjStackDown = TII.getCallFrameSetupOpcode(); in lowerCall()
462 } else if (N->getMachineOpcode() == TII->getCallFrameSetupOpcode()) { in IsChainDependent()519 } else if (N->getMachineOpcode() == TII->getCallFrameSetupOpcode()) { in FindCallSeqStart()789 SUNode->getMachineOpcode() == TII->getCallFrameSetupOpcode()) { in ScheduleNodeBottomUp()860 SUNode->getMachineOpcode() == TII->getCallFrameSetupOpcode()) { in UnscheduleNodeBottomUp()2988 (PredND->getMachineOpcode() == TII->getCallFrameSetupOpcode())) { in PrescheduleNodesWithMultipleUses()
693 unsigned AdjStackDown = TII.getCallFrameSetupOpcode(); in selectStackmap()
378 if (Old.getOpcode() == TII.getCallFrameSetupOpcode()) { in eliminateCallFramePseudoInstr()
334 unsigned AdjStackDown = TII.getCallFrameSetupOpcode(); in lowerCall()
367 if (Opcode == TII.getCallFrameSetupOpcode()) { in eliminateCallFramePseudoInstr()
1418 TII.get(TII.getCallFrameSetupOpcode())) in processCallArgs()
1934 unsigned AdjStackDown = TII.getCallFrameSetupOpcode(); in ProcessCallArgs()
3026 unsigned AdjStackDown = TII.getCallFrameSetupOpcode(); in processCallArgs()
6732 unsigned FrameSetupOpcode = getCallFrameSetupOpcode(); in legalizeOperands()