Lines Matching defs:Lane
197 auto Lane = vputils::isUniformAfterVectorization(ExitValue)
213 Value *V = State.get(ExitValue, VPIteration(State.UF - 1, Lane));
373 const VPIteration &Lane) {
378 return Builder.CreatePtrAdd(State.get(getOperand(0), Lane),
379 State.get(getOperand(1), Lane), Name);
718 for (unsigned Lane = 0, NumLanes = State.VF.getKnownMinValue();
719 Lane != NumLanes; ++Lane) {
720 Value *GeneratedValue = generatePerLane(State, VPIteration(Part, Lane));
722 State.set(this, GeneratedValue, VPIteration(Part, Lane));
1451 StartLane = State.Instance->Lane.getKnownLane();
1473 for (unsigned Lane = StartLane; Lane < EndLane; ++Lane) {
1475 AddOp, StartIdx0, getSignedIntOrFpConstant(BaseIVTy, Lane));
1483 State.set(this, Add, VPIteration(Part, Lane));
1934 unsigned Lane = State.Instance->Lane.getKnownLane();
1942 ConditionBit, State.Builder.getInt32(Lane));