Searched refs:getCallFrameSetupOpcode (Results 1 – 19 of 19) 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()
301 unsigned AdjStackDown = TII.getCallFrameSetupOpcode(); in lowerCall()
3298 unsigned AdjStackDown = TII.getCallFrameSetupOpcode(); in fastLowerCall()
33256 unsigned AdjStackDown = TII.getCallFrameSetupOpcode(); in EmitLoweredTLSAddr()
198 unsigned getCallFrameSetupOpcode() const { return CallFrameSetupOpcode; } in getCallFrameSetupOpcode() function203 return I.getOpcode() == getCallFrameSetupOpcode() || in isFrameInstr()209 return I.getOpcode() == getCallFrameSetupOpcode(); in isFrameSetup()
189 unsigned FrameSetupOpcode = TII.getCallFrameSetupOpcode(); in computeMaxCallFrameSize()
200 FrameSetupOpcode = TII.getCallFrameSetupOpcode(); in init()
318 unsigned FrameSetupOpcode = TII.getCallFrameSetupOpcode(); in calculateCallFrameInfo()
1004 unsigned FrameSetupOpcode = getCallFrameSetupOpcode(); in getSPAdjust()
3142 unsigned FrameSetupOpcode = TII->getCallFrameSetupOpcode(); in verifyStackFrame()
240 if (Old.getOpcode() == TII.getCallFrameSetupOpcode()) { in eliminateCallFramePseudoInstr()
460 } else if (N->getMachineOpcode() == TII->getCallFrameSetupOpcode()) { in IsChainDependent()517 } else if (N->getMachineOpcode() == TII->getCallFrameSetupOpcode()) { in FindCallSeqStart()787 SUNode->getMachineOpcode() == TII->getCallFrameSetupOpcode()) { in ScheduleNodeBottomUp()858 SUNode->getMachineOpcode() == TII->getCallFrameSetupOpcode()) { in UnscheduleNodeBottomUp()2976 (PredND->getMachineOpcode() == TII->getCallFrameSetupOpcode())) { in PrescheduleNodesWithMultipleUses()
700 unsigned AdjStackDown = TII.getCallFrameSetupOpcode(); in selectStackmap()
1740 } while(Previous->getOpcode() != TII.getCallFrameSetupOpcode()); in FindSplitPointForStackProtector()
356 if (Opcode == TII.getCallFrameSetupOpcode()) { in eliminateCallFramePseudoInstr()
1418 TII.get(TII.getCallFrameSetupOpcode())) in processCallArgs()
1931 unsigned AdjStackDown = TII.getCallFrameSetupOpcode(); in ProcessCallArgs()
3003 unsigned AdjStackDown = TII.getCallFrameSetupOpcode(); in processCallArgs()
5592 unsigned FrameSetupOpcode = getCallFrameSetupOpcode(); in legalizeOperands()