Home
last modified time | relevance | path

Searched refs:checkForImmediate (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/llvm/lib/Target/Hexagon/
H A DHexagonHardwareLoops.cpp258 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()
[all …]