Searched refs:ComplexDeinterleavingRotation (Results 1 – 7 of 7) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | ComplexDeinterleavingPass.cpp | 166 ComplexDeinterleavingRotation Rotation = 167 ComplexDeinterleavingRotation::Rotation_0; 612 ComplexDeinterleavingRotation Rotation = (ComplexDeinterleavingRotation)Negs; in identifyNodeWithImplicitAdd() 630 if (Rotation == ComplexDeinterleavingRotation::Rotation_90 || in identifyNodeWithImplicitAdd() 631 Rotation == ComplexDeinterleavingRotation::Rotation_270) in identifyNodeWithImplicitAdd() 636 if (Rotation == ComplexDeinterleavingRotation::Rotation_0 || in identifyNodeWithImplicitAdd() 637 Rotation == ComplexDeinterleavingRotation::Rotation_180) in identifyNodeWithImplicitAdd() 679 ComplexDeinterleavingRotation Rotation; in identifyPartialMul() 681 Rotation = ComplexDeinterleavingRotation::Rotation_0; in identifyPartialMul() 683 Rotation = ComplexDeinterleavingRotation::Rotation_90; in identifyPartialMul() [all …]
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
| H A D | ComplexDeinterleavingPass.h | 50 enum class ComplexDeinterleavingRotation { enum
|
| H A D | TargetLowering.h | 72 enum class ComplexDeinterleavingRotation; variable 3553 ComplexDeinterleavingRotation Rotation, Value *InputA, Value *InputB,
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/ARM/ |
| H A D | ARMISelLowering.h | 788 ComplexDeinterleavingRotation Rotation, Value *InputA, Value *InputB,
|
| H A D | ARMISelLowering.cpp | 22066 ComplexDeinterleavingRotation Rotation, Value *InputA, Value *InputB, in createComplexDeinterleavingIR() 22120 if (Rotation == ComplexDeinterleavingRotation::Rotation_90) in createComplexDeinterleavingIR() 22122 else if (Rotation == ComplexDeinterleavingRotation::Rotation_270) in createComplexDeinterleavingIR()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/ |
| H A D | AArch64ISelLowering.h | 425 ComplexDeinterleavingRotation Rotation, Value *InputA, Value *InputB,
|
| H A D | AArch64ISelLowering.cpp | 30348 ComplexDeinterleavingRotation Rotation, Value *InputA, Value *InputB, in createComplexDeinterleavingIR() 30416 if (Rotation == ComplexDeinterleavingRotation::Rotation_90 || in createComplexDeinterleavingIR() 30417 Rotation == ComplexDeinterleavingRotation::Rotation_270) { in createComplexDeinterleavingIR() 30432 if (Rotation == ComplexDeinterleavingRotation::Rotation_90) in createComplexDeinterleavingIR() 30434 else if (Rotation == ComplexDeinterleavingRotation::Rotation_270) in createComplexDeinterleavingIR()
|