Searched refs:CmpReg2 (Results 1 – 1 of 1) sorted by relevance
| /src/contrib/llvm-project/llvm/lib/Target/Hexagon/ |
| H A D | HexagonHardwareLoops.cpp | 473 Register CmpReg1, CmpReg2; in findInductionRegister() local 476 TII->analyzeCompare(*PredI, CmpReg1, CmpReg2, CmpMask, CmpImm); in findInductionRegister() 492 if (CmpReg2 != 0) { in findInductionRegister() 493 InductionMap::iterator F2 = IndMap.find(CmpReg2); in findInductionRegister() 658 Register CmpReg1, CmpReg2; in getLoopTripCount() local 661 TII->analyzeCompare(*CondI, CmpReg1, CmpReg2, Mask, ImmValue); in getLoopTripCount() 1452 Register CmpReg1, CmpReg2; in loopCountMayWrapOrUnderFlow() local 1455 if (!TII->analyzeCompare(*MI, CmpReg1, CmpReg2, CmpMask, CmpValue)) in loopCountMayWrapOrUnderFlow() 1469 if (CmpReg2 != 0 && CmpReg2 == Reg) in loopCountMayWrapOrUnderFlow()
|