Searched refs:checkForImmediate (Results 1 – 1 of 1) sorted by relevance
| /openbsd-src/gnu/llvm/llvm/lib/Target/Hexagon/ |
| H A D | HexagonHardwareLoops.cpp | 258 bool checkForImmediate(const MachineOperand &MO, int64_t &Val) const; 263 return checkForImmediate(MO, V); in isImmediate() 269 if (!checkForImmediate(MO, V)) in getImmediate() 450 if (MRI->getVRegDef(IndReg) == Phi && checkForImmediate(Opnd2, V)) { in findInductionRegister() 706 if (!checkForImmediate(*InitialValue, V)) in getLoopTripCount() 716 if (!checkForImmediate(*EndValue, V)) in getLoopTripCount() 1425 if (checkForImmediate(*InitVal, Imm)) in loopCountMayWrapOrUnderFlow() 1494 bool HexagonHardwareLoops::checkForImmediate(const MachineOperand &MO, in checkForImmediate() function in HexagonHardwareLoops 1522 if (!checkForImmediate(DI->getOperand(1), TV)) in checkForImmediate() 1533 if (!checkForImmediate(S1, V1) || !checkForImmediate(S2, V2)) in checkForImmediate() [all …]
|