Home
last modified time | relevance | path

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

/freebsd/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()
517 if (CmpR2 && MRI->getRegClass(CmpR2) != DoubleRC) in collectIndRegsForLoop()
518 CmpR2 = 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()
561 Rs.insert(CmpR2); in collectIndRegsForLoop()