Searched refs:getCallFrameSetupOpcode (Results 1 – 17 of 17) sorted by relevance
162 unsigned FrameSetupOpcode = TII->getCallFrameSetupOpcode(); in isLegal()245 unsigned FrameSetupOpcode = TII->getCallFrameSetupOpcode(); in runOnMachineFunction()357 assert(I->getOpcode() == TII->getCallFrameSetupOpcode()); in collectCallInfo()
392 unsigned AdjStackDown = TII.getCallFrameSetupOpcode(); in lowerCall()
3324 unsigned AdjStackDown = TII.getCallFrameSetupOpcode(); in fastLowerCall()
28795 unsigned AdjStackDown = TII.getCallFrameSetupOpcode(); in EmitLoweredTLSAddr()
161 unsigned getCallFrameSetupOpcode() const { return CallFrameSetupOpcode; } in getCallFrameSetupOpcode() function166 return I.getOpcode() == getCallFrameSetupOpcode() || in isFrameInstr()172 return I.getOpcode() == getCallFrameSetupOpcode(); in isFrameSetup()
185 unsigned FrameSetupOpcode = TII.getCallFrameSetupOpcode(); in computeMaxCallFrameSize()
200 FrameSetupOpcode = TII.getCallFrameSetupOpcode(); in init()
259 unsigned FrameSetupOpcode = TII.getCallFrameSetupOpcode(); in calculateCallFrameInfo()
959 unsigned FrameSetupOpcode = getCallFrameSetupOpcode(); in getSPAdjust()
2355 unsigned FrameSetupOpcode = TII->getCallFrameSetupOpcode(); in verifyStackFrame()
247 if (Old.getOpcode() == TII.getCallFrameSetupOpcode()) { in eliminateCallFramePseudoInstr()
455 } else if (N->getMachineOpcode() == TII->getCallFrameSetupOpcode()) { in IsChainDependent()512 } else if (N->getMachineOpcode() == TII->getCallFrameSetupOpcode()) { in FindCallSeqStart()781 SUNode->getMachineOpcode() == TII->getCallFrameSetupOpcode()) { in ScheduleNodeBottomUp()852 SUNode->getMachineOpcode() == TII->getCallFrameSetupOpcode()) { in UnscheduleNodeBottomUp()
838 unsigned AdjStackDown = TII.getCallFrameSetupOpcode(); in selectStackmap()
387 if (Opcode == TII.getCallFrameSetupOpcode()) { in eliminateCallFramePseudoInstr()
1421 TII.get(TII.getCallFrameSetupOpcode())) in processCallArgs()
1955 unsigned AdjStackDown = TII.getCallFrameSetupOpcode(); in ProcessCallArgs()
3041 unsigned AdjStackDown = TII.getCallFrameSetupOpcode(); in processCallArgs()