Lines Matching refs:Inp
1541 bool findMatch(const BitTracker::RegisterRef &Inp,
1573 bool CopyGeneration::findMatch(const BitTracker::RegisterRef &Inp, in findMatch() argument
1575 if (!BT.has(Inp.Reg)) in findMatch()
1577 const BitTracker::RegisterCell &InpRC = BT.lookup(Inp.Reg); in findMatch()
1578 auto *FRC = HBS::getFinalVRegClass(Inp, MRI); in findMatch()
1580 if (!HBS::getSubregMask(Inp, B, W, MRI)) in findMatch()
1591 if (!HBS::isTransparentCopy(R, Inp, MRI)) in findMatch()
1614 if (HBS::isTransparentCopy(Out, Inp, MRI)) in findMatch()
2949 BitTracker::RegisterRef Inp, Out; member
3112 .addReg(G.Inp.Reg) in moveGroup()
3114 RegMap.insert(std::make_pair(G.Inp.Reg, PhiR)); in moveGroup()
3281 G.Inp.Reg = Inputs.find_first(); in processLoop()
3289 << printReg(G.Inp.Reg, HRI, G.Inp.Sub) in processLoop()
3297 if (!isShuffleOf(G.Out.Reg, G.Inp.Reg)) in processLoop()
3306 if (!isSameShuffle(G.Out.Reg, G.Inp.Reg, F->PR.Reg, PrehR)) { in processLoop()
3315 const TargetRegisterClass *RC = MRI->getRegClass(G.Inp.Reg); in processLoop()
3333 if (MRI->getRegClass(PrehR) != MRI->getRegClass(G.Inp.Reg)) in processLoop()