Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonHardwareLoops.cpp251 bool checkForImmediate(const MachineOperand &MO, int64_t &Val) const;
256 return checkForImmediate(MO, V); in isImmediate()
262 if (!checkForImmediate(MO, V)) in getImmediate()
443 if (MRI->getVRegDef(IndReg) == Phi && checkForImmediate(Opnd2, V)) { in findInductionRegister()
699 if (!checkForImmediate(*InitialValue, V)) in getLoopTripCount()
709 if (!checkForImmediate(*EndValue, V)) in getLoopTripCount()
1460 if (checkForImmediate(*InitVal, Imm)) in loopCountMayWrapOrUnderFlow()
1529 bool HexagonHardwareLoops::checkForImmediate(const MachineOperand &MO, in checkForImmediate() function in HexagonHardwareLoops
1557 if (!checkForImmediate(DI->getOperand(1), TV)) in checkForImmediate()
1568 if (!checkForImmediate(S1, V1) || !checkForImmediate(S2, V2)) in checkForImmediate()
[all …]