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