Home
last modified time | relevance | path

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

/external/llvm/lib/Target/Hexagon/
DHexagonHardwareLoops.cpp451 unsigned CmpReg1 = 0, CmpReg2 = 0; in findInductionRegister() local
454 TII->analyzeCompare(*PredI, CmpReg1, CmpReg2, CmpMask, CmpImm); in findInductionRegister()
465 if (CmpReg1 != 0) { in findInductionRegister()
466 InductionMap::iterator F1 = IndMap.find(CmpReg1); in findInductionRegister()
621 unsigned CmpReg1 = 0, CmpReg2 = 0; in getLoopTripCount() local
624 TII->analyzeCompare(*CondI, CmpReg1, CmpReg2, Mask, ImmValue); in getLoopTripCount()
1420 unsigned CmpReg1 = 0, CmpReg2 = 0; in loopCountMayWrapOrUnderFlow() local
1423 if (!TII->analyzeCompare(*MI, CmpReg1, CmpReg2, CmpMask, CmpValue)) in loopCountMayWrapOrUnderFlow()