Lines Matching defs:Rotation
29769 ComplexDeinterleavingRotation Rotation, Value *InputA, Value *InputB,
29807 B, OperationType, Rotation, LowerSplitA, LowerSplitB, LowerSplitAcc);
29809 B, OperationType, Rotation, UpperSplitA, UpperSplitB, UpperSplitAcc);
29822 {Accumulator, InputA, InputB, B.getInt32((int)Rotation * 90)});
29827 {Mask, Accumulator, InputA, InputB, B.getInt32((int)Rotation * 90)});
29836 return B.CreateIntrinsic(IdMap[(int)Rotation], Ty,
29842 if (Rotation == ComplexDeinterleavingRotation::Rotation_90 ||
29843 Rotation == ComplexDeinterleavingRotation::Rotation_270) {
29847 {InputA, InputB, B.getInt32((int)Rotation * 90)});
29852 {Mask, InputA, InputB, B.getInt32((int)Rotation * 90)});
29858 if (Rotation == ComplexDeinterleavingRotation::Rotation_90)
29860 else if (Rotation == ComplexDeinterleavingRotation::Rotation_270)
29873 {Accumulator, InputA, InputB, B.getInt32((int)Rotation * 90)});