Lines Matching refs:ComplexDeinterleavingRotation

159   ComplexDeinterleavingRotation Rotation =
160 ComplexDeinterleavingRotation::Rotation_0;
596 ComplexDeinterleavingRotation Rotation = (ComplexDeinterleavingRotation)Negs; in identifyNodeWithImplicitAdd()
614 if (Rotation == ComplexDeinterleavingRotation::Rotation_90 || in identifyNodeWithImplicitAdd()
615 Rotation == ComplexDeinterleavingRotation::Rotation_270) in identifyNodeWithImplicitAdd()
620 if (Rotation == ComplexDeinterleavingRotation::Rotation_0 || in identifyNodeWithImplicitAdd()
621 Rotation == ComplexDeinterleavingRotation::Rotation_180) in identifyNodeWithImplicitAdd()
663 ComplexDeinterleavingRotation Rotation; in identifyPartialMul()
665 Rotation = ComplexDeinterleavingRotation::Rotation_0; in identifyPartialMul()
667 Rotation = ComplexDeinterleavingRotation::Rotation_90; in identifyPartialMul()
669 Rotation = ComplexDeinterleavingRotation::Rotation_180; in identifyPartialMul()
671 Rotation = ComplexDeinterleavingRotation::Rotation_270; in identifyPartialMul()
719 if (Rotation == ComplexDeinterleavingRotation::Rotation_90 || in identifyPartialMul()
720 Rotation == ComplexDeinterleavingRotation::Rotation_270) in identifyPartialMul()
724 (Rotation == ComplexDeinterleavingRotation::Rotation_0 || in identifyPartialMul()
725 Rotation == ComplexDeinterleavingRotation::Rotation_180) in identifyPartialMul()
728 (Rotation == ComplexDeinterleavingRotation::Rotation_90 || in identifyPartialMul()
729 Rotation == ComplexDeinterleavingRotation::Rotation_270) in identifyPartialMul()
774 ComplexDeinterleavingRotation Rotation; in identifyAdd()
779 Rotation = ComplexDeinterleavingRotation::Rotation_90; in identifyAdd()
784 Rotation = ComplexDeinterleavingRotation::Rotation_270; in identifyAdd()
1240 ComplexDeinterleavingRotation Rotation; in identifyMultiplications()
1244 Rotation = llvm::ComplexDeinterleavingRotation::Rotation_0; in identifyMultiplications()
1246 Rotation = llvm::ComplexDeinterleavingRotation::Rotation_180; in identifyMultiplications()
1253 Rotation = llvm::ComplexDeinterleavingRotation::Rotation_90; in identifyMultiplications()
1255 Rotation = llvm::ComplexDeinterleavingRotation::Rotation_270; in identifyMultiplications()
1335 ComplexDeinterleavingRotation Rotation; in identifyAdditions()
1337 Rotation = ComplexDeinterleavingRotation::Rotation_0; in identifyAdditions()
1339 Rotation = ComplexDeinterleavingRotation::Rotation_90; in identifyAdditions()
1341 Rotation = ComplexDeinterleavingRotation::Rotation_180; in identifyAdditions()
1343 Rotation = ComplexDeinterleavingRotation::Rotation_270; in identifyAdditions()
1346 if (Rotation == ComplexDeinterleavingRotation::Rotation_0 || in identifyAdditions()
1347 Rotation == ComplexDeinterleavingRotation::Rotation_180) { in identifyAdditions()
1361 if (Rotation == llvm::ComplexDeinterleavingRotation::Rotation_0) { in identifyAdditions()
1371 llvm::ComplexDeinterleavingRotation::Rotation_180) { in identifyAdditions()