Lines Matching refs:Inp
1471 bool findMatch(const BitTracker::RegisterRef &Inp,
1496 bool CopyGeneration::findMatch(const BitTracker::RegisterRef &Inp, in findMatch() argument
1498 if (!BT.has(Inp.Reg)) in findMatch()
1500 const BitTracker::RegisterCell &InpRC = BT.lookup(Inp.Reg); in findMatch()
1502 if (!HBS::getSubregMask(Inp, B, W, MRI)) in findMatch()
1506 if (!BT.has(R) || !HBS::isTransparentCopy(R, Inp, MRI)) in findMatch()
1511 if (MRI.getRegClass(Inp.Reg) != MRI.getRegClass(R)) in findMatch()
2321 BitTracker::RegisterRef Inp, Out; member
2490 .addReg(G.Inp.Reg) in moveGroup()
2492 RegMap.insert(std::make_pair(G.Inp.Reg, PhiR)); in moveGroup()
2662 G.Inp.Reg = Inputs.find_first(); in processLoop()
2670 << PrintReg(G.Inp.Reg, HRI, G.Inp.Sub) in processLoop()
2679 if (!isShuffleOf(G.Out.Reg, G.Inp.Reg)) in processLoop()
2688 if (!isSameShuffle(G.Out.Reg, G.Inp.Reg, F->PR.Reg, PredR)) { in processLoop()
2697 const TargetRegisterClass *RC = MRI->getRegClass(G.Inp.Reg); in processLoop()
2710 assert(MRI->getRegClass(PredR) == MRI->getRegClass(G.Inp.Reg)); in processLoop()