Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/
DHexagonSplitDouble.cpp506 Register CmpR1, CmpR2; in collectIndRegsForLoop() local
512 bool OkCI = TII->analyzeCompare(*CmpI, CmpR1, CmpR2, Mask, Val); in collectIndRegsForLoop()
516 if (CmpR1 && MRI->getRegClass(CmpR1) != DoubleRC) in collectIndRegsForLoop()
517 CmpR1 = 0; in collectIndRegsForLoop()
520 if (!CmpR1 && !CmpR2) in collectIndRegsForLoop()
544 auto NoIndOp = [this, CmpR1, CmpR2] (unsigned R) -> bool { in collectIndRegsForLoop()
554 if (T == CmpR1 || T == CmpR2) in collectIndRegsForLoop()
561 Rs.insert(CmpR1); in collectIndRegsForLoop()