Searched refs:getCallFrameSetupOpcode (Results 1 – 17 of 17) sorted by relevance
163 unsigned FrameSetupOpcode = TII->getCallFrameSetupOpcode(); in isLegal()251 unsigned FrameSetupOpcode = TII->getCallFrameSetupOpcode(); in runOnMachineFunction()363 assert(I->getOpcode() == TII->getCallFrameSetupOpcode()); in collectCallInfo()
393 unsigned AdjStackDown = TII.getCallFrameSetupOpcode(); in lowerCall()
3313 unsigned AdjStackDown = TII.getCallFrameSetupOpcode(); in fastLowerCall()
31266 unsigned AdjStackDown = TII.getCallFrameSetupOpcode(); in EmitLoweredTLSAddr()
184 unsigned getCallFrameSetupOpcode() const { return CallFrameSetupOpcode; } in getCallFrameSetupOpcode() function189 return I.getOpcode() == getCallFrameSetupOpcode() || in isFrameInstr()195 return I.getOpcode() == getCallFrameSetupOpcode(); in isFrameSetup()
191 unsigned FrameSetupOpcode = TII.getCallFrameSetupOpcode(); in computeMaxCallFrameSize()
200 FrameSetupOpcode = TII.getCallFrameSetupOpcode(); in init()
307 unsigned FrameSetupOpcode = TII.getCallFrameSetupOpcode(); in calculateCallFrameInfo()
969 unsigned FrameSetupOpcode = getCallFrameSetupOpcode(); in getSPAdjust()
2771 unsigned FrameSetupOpcode = TII->getCallFrameSetupOpcode(); in verifyStackFrame()
246 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()2973 (PredND->getMachineOpcode() == TII->getCallFrameSetupOpcode())) { in PrescheduleNodesWithMultipleUses()
837 unsigned AdjStackDown = TII.getCallFrameSetupOpcode(); in selectStackmap()
386 if (Opcode == TII.getCallFrameSetupOpcode()) { in eliminateCallFramePseudoInstr()
1420 TII.get(TII.getCallFrameSetupOpcode())) in processCallArgs()
1946 unsigned AdjStackDown = TII.getCallFrameSetupOpcode(); in ProcessCallArgs()
3074 unsigned AdjStackDown = TII.getCallFrameSetupOpcode(); in processCallArgs()