Lines Matching refs:Inp
1507 bool findMatch(const BitTracker::RegisterRef &Inp,
1539 bool CopyGeneration::findMatch(const BitTracker::RegisterRef &Inp, in findMatch() argument
1541 if (!BT.has(Inp.Reg)) in findMatch()
1543 const BitTracker::RegisterCell &InpRC = BT.lookup(Inp.Reg); in findMatch()
1544 auto *FRC = HBS::getFinalVRegClass(Inp, MRI); in findMatch()
1546 if (!HBS::getSubregMask(Inp, B, W, MRI)) in findMatch()
1557 if (!HBS::isTransparentCopy(R, Inp, MRI)) in findMatch()
1580 if (HBS::isTransparentCopy(Out, Inp, MRI)) in findMatch()
2916 BitTracker::RegisterRef Inp, Out; member
3079 .addReg(G.Inp.Reg) in moveGroup()
3081 RegMap.insert(std::make_pair(G.Inp.Reg, PhiR)); in moveGroup()
3251 G.Inp.Reg = Inputs.find_first(); in processLoop()
3259 << printReg(G.Inp.Reg, HRI, G.Inp.Sub) in processLoop()
3268 if (!isShuffleOf(G.Out.Reg, G.Inp.Reg)) in processLoop()
3277 if (!isSameShuffle(G.Out.Reg, G.Inp.Reg, F->PR.Reg, PrehR)) { in processLoop()
3286 const TargetRegisterClass *RC = MRI->getRegClass(G.Inp.Reg); in processLoop()
3304 if (MRI->getRegClass(PrehR) != MRI->getRegClass(G.Inp.Reg)) in processLoop()