Searched refs:OutIdx (Results 1 – 4 of 4) sorted by relevance
1463 for (unsigned OutIdx = 0; OutIdx != VWidth; ++OutIdx) in SimplifyDemandedVectorElts() local1464 if (DemandedElts[OutIdx]) in SimplifyDemandedVectorElts()1465 InputDemandedElts.setBit(OutIdx / Ratio); in SimplifyDemandedVectorElts()1487 for (unsigned OutIdx = 0; OutIdx != VWidth; ++OutIdx) in SimplifyDemandedVectorElts() local1488 if (UndefElts2[OutIdx / Ratio]) in SimplifyDemandedVectorElts()1489 UndefElts.setBit(OutIdx); in SimplifyDemandedVectorElts()1494 for (unsigned OutIdx = 0; OutIdx != VWidth; ++OutIdx) { in SimplifyDemandedVectorElts() local1495 APInt SubUndef = UndefElts2.lshr(OutIdx * Ratio).zextOrTrunc(Ratio); in SimplifyDemandedVectorElts()1497 UndefElts.setBit(OutIdx); in SimplifyDemandedVectorElts()
63 size_t OutIdx = 0; in input() local65 if (Scalar[Idx] == '-' || OutIdx >= 16) in input()72 Val[OutIdx] = static_cast<uint8_t>(TempInt); in input()74 ++OutIdx; in input()
3256 for (unsigned i = 0, e = ArgLocs.size(), OutIdx = 0; i != e; ++i, ++OutIdx) { in LowerCall() local3257 SDValue Arg = OutVals[OutIdx]; in LowerCall()3260 ISD::ArgFlagsTy Flags = Outs[OutIdx].Flags; in LowerCall()3333 unsigned ValSizeInBits = Outs[OutIdx].ArgVT.getSizeInBits(); in LowerCall()
1000 int OutIdx = InvMap[M >> Shift]; in packSegmentMask() local1001 M = (M & (SegLen-1)) + SegLen*OutIdx; in packSegmentMask()