Lines Matching defs:Rotation
166 ComplexDeinterleavingRotation Rotation =
202 OS << " Rotation: " << ((int)Rotation * 90) << "\n";
612 ComplexDeinterleavingRotation Rotation = (ComplexDeinterleavingRotation)Negs;
630 if (Rotation == ComplexDeinterleavingRotation::Rotation_90 ||
631 Rotation == ComplexDeinterleavingRotation::Rotation_270)
636 if (Rotation == ComplexDeinterleavingRotation::Rotation_0 ||
637 Rotation == ComplexDeinterleavingRotation::Rotation_180)
661 Node->Rotation = Rotation;
679 ComplexDeinterleavingRotation Rotation;
681 Rotation = ComplexDeinterleavingRotation::Rotation_0;
683 Rotation = ComplexDeinterleavingRotation::Rotation_90;
685 Rotation = ComplexDeinterleavingRotation::Rotation_180;
687 Rotation = ComplexDeinterleavingRotation::Rotation_270;
735 if (Rotation == ComplexDeinterleavingRotation::Rotation_90 ||
736 Rotation == ComplexDeinterleavingRotation::Rotation_270)
740 (Rotation == ComplexDeinterleavingRotation::Rotation_0 ||
741 Rotation == ComplexDeinterleavingRotation::Rotation_180)
744 (Rotation == ComplexDeinterleavingRotation::Rotation_90 ||
745 Rotation == ComplexDeinterleavingRotation::Rotation_270)
778 Node->Rotation = Rotation;
790 ComplexDeinterleavingRotation Rotation;
795 Rotation = ComplexDeinterleavingRotation::Rotation_90;
800 Rotation = ComplexDeinterleavingRotation::Rotation_270;
829 Node->Rotation = Rotation;
955 CN->Rotation = ComplexDeinterleavingRotation::Rotation_0;
957 CN->Rotation = ComplexDeinterleavingRotation::Rotation_270;
982 CN->Rotation = ComplexDeinterleavingRotation::Rotation_90;
988 CN->Rotation = ComplexDeinterleavingRotation::Rotation_180;
1387 // Rotation | Real | Imag |
1402 ComplexDeinterleavingRotation Rotation;
1406 Rotation = llvm::ComplexDeinterleavingRotation::Rotation_0;
1408 Rotation = llvm::ComplexDeinterleavingRotation::Rotation_180;
1415 Rotation = llvm::ComplexDeinterleavingRotation::Rotation_90;
1417 Rotation = llvm::ComplexDeinterleavingRotation::Rotation_270;
1428 dbgs().indent(4) << "Rotation - " << (int)Rotation * 90 << "\n";
1433 NodeMul->Rotation = Rotation;
1497 ComplexDeinterleavingRotation Rotation;
1499 Rotation = ComplexDeinterleavingRotation::Rotation_0;
1501 Rotation = ComplexDeinterleavingRotation::Rotation_90;
1503 Rotation = ComplexDeinterleavingRotation::Rotation_180;
1505 Rotation = ComplexDeinterleavingRotation::Rotation_270;
1508 if (Rotation == ComplexDeinterleavingRotation::Rotation_0 ||
1509 Rotation == ComplexDeinterleavingRotation::Rotation_180) {
1519 dbgs().indent(4) << "Rotation - " << (int)Rotation * 90 << "\n";
1523 if (Rotation == llvm::ComplexDeinterleavingRotation::Rotation_0) {
1532 } else if (Rotation ==
1545 TmpNode->Rotation = Rotation;
2146 Builder, Node->Operation, Node->Rotation, Input0, Input1, Accumulator);
2165 Builder, Node->Operation, Node->Rotation, Input0, Input1,