Lines Matching refs:checkForImmediate
258 bool checkForImmediate(const MachineOperand &MO, int64_t &Val) const;
263 return checkForImmediate(MO, V); in isImmediate()
269 if (!checkForImmediate(MO, V)) in getImmediate()
448 if (MRI->getVRegDef(IndReg) == Phi && checkForImmediate(Opnd2, V)) { in findInductionRegister()
702 if (!checkForImmediate(*InitialValue, V)) in getLoopTripCount()
712 if (!checkForImmediate(*EndValue, V)) in getLoopTripCount()
1422 if (checkForImmediate(*InitVal, Imm)) in loopCountMayWrapOrUnderFlow()
1491 bool HexagonHardwareLoops::checkForImmediate(const MachineOperand &MO, in checkForImmediate() function in HexagonHardwareLoops
1519 if (!checkForImmediate(DI->getOperand(1), TV)) in checkForImmediate()
1530 if (!checkForImmediate(S1, V1) || !checkForImmediate(S2, V2)) in checkForImmediate()
1539 if (!checkForImmediate(S1, V1) || !checkForImmediate(S3, V3)) in checkForImmediate()
1630 if (MRI->getVRegDef(IndReg) == Phi && checkForImmediate(Opnd2, V)) { in fixupInductionVariable()