Searched refs:OutIdx (Results 1 – 4 of 4) sorted by relevance
1623 for (unsigned OutIdx = 0; OutIdx != VWidth; ++OutIdx) in SimplifyDemandedVectorElts() local1624 if (DemandedElts[OutIdx]) in SimplifyDemandedVectorElts()1625 InputDemandedElts.setBit(OutIdx / Ratio); in SimplifyDemandedVectorElts()1647 for (unsigned OutIdx = 0; OutIdx != VWidth; ++OutIdx) in SimplifyDemandedVectorElts() local1648 if (UndefElts2[OutIdx / Ratio]) in SimplifyDemandedVectorElts()1649 UndefElts.setBit(OutIdx); in SimplifyDemandedVectorElts()1654 for (unsigned OutIdx = 0; OutIdx != VWidth; ++OutIdx) { in SimplifyDemandedVectorElts() local1655 APInt SubUndef = UndefElts2.lshr(OutIdx * Ratio).zextOrTrunc(Ratio); in SimplifyDemandedVectorElts()1657 UndefElts.setBit(OutIdx); in SimplifyDemandedVectorElts()
64 size_t OutIdx = 0; in input() local66 if (Scalar[Idx] == '-' || OutIdx >= 16) in input()73 Val[OutIdx] = static_cast<uint8_t>(TempInt); in input()75 ++OutIdx; in input()
3267 for (unsigned i = 0, e = ArgLocs.size(), OutIdx = 0; i != e; ++i, ++OutIdx) { in LowerCall() local3268 SDValue Arg = OutVals[OutIdx]; in LowerCall()3271 ISD::ArgFlagsTy Flags = Outs[OutIdx].Flags; in LowerCall()3344 unsigned ValSizeInBits = Outs[OutIdx].ArgVT.getSizeInBits(); in LowerCall()
1126 int OutIdx = InvMap[M >> Shift]; in packSegmentMask() local1127 M = (M & (SegLen-1)) + SegLen*OutIdx; in packSegmentMask()