Lines Matching defs:Rotation
28513 ComplexDeinterleavingRotation Rotation, Value *InputA, Value *InputB,
28542 B, OperationType, Rotation, LowerSplitA, LowerSplitB, LowerSplitAcc);
28544 B, OperationType, Rotation, UpperSplitA, UpperSplitB, UpperSplitAcc);
28559 {Accumulator, InputA, InputB, B.getInt32((int)Rotation * 90)});
28564 {Mask, Accumulator, InputA, InputB, B.getInt32((int)Rotation * 90)});
28573 return B.CreateIntrinsic(IdMap[(int)Rotation], Ty,
28579 if (Rotation == ComplexDeinterleavingRotation::Rotation_90 ||
28580 Rotation == ComplexDeinterleavingRotation::Rotation_270) {
28584 {InputA, InputB, B.getInt32((int)Rotation * 90)});
28589 {Mask, InputA, InputB, B.getInt32((int)Rotation * 90)});
28595 if (Rotation == ComplexDeinterleavingRotation::Rotation_90)
28597 else if (Rotation == ComplexDeinterleavingRotation::Rotation_270)