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()
302 unsigned AdjStackDown = TII.getCallFrameSetupOpcode(); in lowerCall()
3297 unsigned AdjStackDown = TII.getCallFrameSetupOpcode(); in fastLowerCall()
33063 unsigned AdjStackDown = TII.getCallFrameSetupOpcode(); in EmitLoweredTLSAddr()
192 unsigned getCallFrameSetupOpcode() const { return CallFrameSetupOpcode; } in getCallFrameSetupOpcode() function197 return I.getOpcode() == getCallFrameSetupOpcode() || in isFrameInstr()203 return I.getOpcode() == getCallFrameSetupOpcode(); in isFrameSetup()
189 unsigned FrameSetupOpcode = TII.getCallFrameSetupOpcode(); in computeMaxCallFrameSize()
200 FrameSetupOpcode = TII.getCallFrameSetupOpcode(); in init()
312 unsigned FrameSetupOpcode = TII.getCallFrameSetupOpcode(); in calculateCallFrameInfo()
1004 unsigned FrameSetupOpcode = getCallFrameSetupOpcode(); in getSPAdjust()
3120 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()
1731 } while(Previous->getOpcode() != TII.getCallFrameSetupOpcode()); in FindSplitPointForStackProtector()
351 if (Opcode == TII.getCallFrameSetupOpcode()) { in eliminateCallFramePseudoInstr()
1418 TII.get(TII.getCallFrameSetupOpcode())) in processCallArgs()
1930 unsigned AdjStackDown = TII.getCallFrameSetupOpcode(); in ProcessCallArgs()
3003 unsigned AdjStackDown = TII.getCallFrameSetupOpcode(); in processCallArgs()
5523 unsigned FrameSetupOpcode = getCallFrameSetupOpcode(); in legalizeOperands()