Searched refs:getPredReg (Results 1 – 3 of 3) sorted by relevance
| /llvm-project-15.0.7/llvm/lib/Target/Hexagon/ |
| H A D | HexagonInstrInfo.h | 466 bool getPredReg(ArrayRef<MachineOperand> Cond, unsigned &PredReg,
|
| H A D | HexagonHardwareLoops.cpp | 463 if (!TII->getPredReg(Cond, PredR, PredPos, PredRegFlags)) in findInductionRegister() 649 if (!TII->getPredReg(Cond, PredReg, PredPos, PredRegFlags)) in getLoopTripCount()
|
| H A D | HexagonInstrInfo.cpp | 1694 bool GotPredReg = getPredReg(Cond, PredReg, PredRegPos, PredRegFlags); in PredicateInstruction() 4512 bool HexagonInstrInfo::getPredReg(ArrayRef<MachineOperand> Cond, in getPredReg() function in HexagonInstrInfo
|