Searched refs:getPredReg (Results 1 – 3 of 3) sorted by relevance
| /openbsd-src/gnu/llvm/llvm/lib/Target/Hexagon/ |
| H A D | HexagonInstrInfo.h | 467 bool getPredReg(ArrayRef<MachineOperand> Cond, Register &PredReg,
|
| H A D | HexagonHardwareLoops.cpp | 466 if (!TII->getPredReg(Cond, PredR, PredPos, PredRegFlags)) in findInductionRegister() 653 if (!TII->getPredReg(Cond, PredReg, PredPos, PredRegFlags)) in getLoopTripCount()
|
| H A D | HexagonInstrInfo.cpp | 1701 bool GotPredReg = getPredReg(Cond, PredReg, PredRegPos, PredRegFlags); in PredicateInstruction() 4519 bool HexagonInstrInfo::getPredReg(ArrayRef<MachineOperand> Cond, in getPredReg() function in HexagonInstrInfo
|