Searched refs:CmpReg1 (Results 1 – 1 of 1) sorted by relevance
/openbsd/gnu/llvm/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() 487 if (CmpReg1 != 0) { in findInductionRegister() 488 InductionMap::iterator F1 = IndMap.find(CmpReg1); in findInductionRegister() 658 Register CmpReg1, CmpReg2; in getLoopTripCount() local 661 TII->analyzeCompare(*CondI, CmpReg1, CmpReg2, Mask, ImmValue); in getLoopTripCount() 1454 Register CmpReg1, CmpReg2; in loopCountMayWrapOrUnderFlow() local 1457 if (!TII->analyzeCompare(*MI, CmpReg1, CmpReg2, CmpMask, CmpValue)) in loopCountMayWrapOrUnderFlow()
|