Lines Matching refs:Inp
1514 bool findMatch(const BitTracker::RegisterRef &Inp,
1546 bool CopyGeneration::findMatch(const BitTracker::RegisterRef &Inp, in findMatch() argument
1548 if (!BT.has(Inp.Reg)) in findMatch()
1550 const BitTracker::RegisterCell &InpRC = BT.lookup(Inp.Reg); in findMatch()
1551 auto *FRC = HBS::getFinalVRegClass(Inp, MRI); in findMatch()
1553 if (!HBS::getSubregMask(Inp, B, W, MRI)) in findMatch()
1564 if (!HBS::isTransparentCopy(R, Inp, MRI)) in findMatch()
1587 if (HBS::isTransparentCopy(Out, Inp, MRI)) in findMatch()
2923 BitTracker::RegisterRef Inp, Out; member
3086 .addReg(G.Inp.Reg) in moveGroup()
3088 RegMap.insert(std::make_pair(G.Inp.Reg, PhiR)); in moveGroup()
3258 G.Inp.Reg = Inputs.find_first(); in processLoop()
3266 << printReg(G.Inp.Reg, HRI, G.Inp.Sub) in processLoop()
3275 if (!isShuffleOf(G.Out.Reg, G.Inp.Reg)) in processLoop()
3284 if (!isSameShuffle(G.Out.Reg, G.Inp.Reg, F->PR.Reg, PrehR)) { in processLoop()
3293 const TargetRegisterClass *RC = MRI->getRegClass(G.Inp.Reg); in processLoop()
3311 if (MRI->getRegClass(PrehR) != MRI->getRegClass(G.Inp.Reg)) in processLoop()