Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonSplitDouble.cpp505 Register CmpR1, CmpR2; in collectIndRegsForLoop() local
511 bool OkCI = TII->analyzeCompare(*CmpI, CmpR1, CmpR2, Mask, Val); in collectIndRegsForLoop()
515 if (CmpR1 && MRI->getRegClass(CmpR1) != DoubleRC) in collectIndRegsForLoop()
516 CmpR1 = 0; in collectIndRegsForLoop()
519 if (!CmpR1 && !CmpR2) in collectIndRegsForLoop()
543 auto NoIndOp = [this, CmpR1, CmpR2] (unsigned R) -> bool { in collectIndRegsForLoop()
553 if (T == CmpR1 || T == CmpR2) in collectIndRegsForLoop()
560 Rs.insert(CmpR1); in collectIndRegsForLoop()