Searched refs:CallMI (Results 1 – 3 of 3) sorted by relevance
423 bool doesNotReturn(const MachineInstr &CallMI) const;
2922 bool HexagonInstrInfo::doesNotReturn(const MachineInstr &CallMI) const { in doesNotReturn()2923 unsigned Opc = CallMI.getOpcode(); in doesNotReturn()
3285 const MachineInstr &CallMI = *(--II); in isSignOrZeroExtended() local3286 if (CallMI.isCall() && CallMI.getOperand(0).isGlobal()) { in isSignOrZeroExtended()3288 dyn_cast<Function>(CallMI.getOperand(0).getGlobal()); in isSignOrZeroExtended()