Home
last modified time | relevance | path

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

/external/llvm/lib/Target/Hexagon/
DHexagonHardwareLoops.cpp231 bool checkForImmediate(const MachineOperand &MO, int64_t &Val) const;
236 return checkForImmediate(MO, V); in isImmediate()
242 if (!checkForImmediate(MO, V)) in getImmediate()
429 if (MRI->getVRegDef(IndReg) == Phi && checkForImmediate(Opnd2, V)) { in findInductionRegister()
1391 if (checkForImmediate(*InitVal, Imm)) in loopCountMayWrapOrUnderFlow()
1459 bool HexagonHardwareLoops::checkForImmediate(const MachineOperand &MO, in checkForImmediate() function in HexagonHardwareLoops
1487 if (!checkForImmediate(DI->getOperand(1), TV)) in checkForImmediate()
1499 if (!checkForImmediate(S1, V1) || !checkForImmediate(S2, V2)) in checkForImmediate()
1508 if (!checkForImmediate(S1, V1) || !checkForImmediate(S3, V3)) in checkForImmediate()
1610 if (MRI->getVRegDef(IndReg) == Phi && checkForImmediate(Opnd2, V)) { in fixupInductionVariable()