Searched refs:ComplexDeinterleavingRotation (Results 1 – 7 of 7) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | ComplexDeinterleavingPass.cpp | 159 ComplexDeinterleavingRotation Rotation = 160 ComplexDeinterleavingRotation::Rotation_0; 596 ComplexDeinterleavingRotation Rotation = (ComplexDeinterleavingRotation)Negs; 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() 774 ComplexDeinterleavingRotation Rotation; in identifyAdd() 779 Rotation = ComplexDeinterleavingRotation::Rotation_90; in identifyAdd() 1240 ComplexDeinterleavingRotation Rotation; in identifyMultiplications() [all …]
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
| H A D | ComplexDeinterleavingPass.h | 48 enum class ComplexDeinterleavingRotation { enum
|
| H A D | TargetLowering.h | 69 enum class ComplexDeinterleavingRotation; variable 3294 ComplexDeinterleavingRotation Rotation, Value *InputA, Value *InputB,
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/ARM/ |
| H A D | ARMISelLowering.h | 762 ComplexDeinterleavingRotation Rotation, Value *InputA, Value *InputB,
|
| H A D | ARMISelLowering.cpp | 22119 ComplexDeinterleavingRotation Rotation, Value *InputA, Value *InputB, in createComplexDeinterleavingIR() 22173 if (Rotation == ComplexDeinterleavingRotation::Rotation_90) in createComplexDeinterleavingIR() 22175 else if (Rotation == ComplexDeinterleavingRotation::Rotation_270) in createComplexDeinterleavingIR()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AArch64/ |
| H A D | AArch64ISelLowering.h | 893 ComplexDeinterleavingRotation Rotation, Value *InputA, Value *InputB,
|
| H A D | AArch64ISelLowering.cpp | 26937 ComplexDeinterleavingRotation Rotation, Value *InputA, Value *InputB, in createComplexDeinterleavingIR() 27003 if (Rotation == ComplexDeinterleavingRotation::Rotation_90 || in createComplexDeinterleavingIR() 27004 Rotation == ComplexDeinterleavingRotation::Rotation_270) { in createComplexDeinterleavingIR() 27019 if (Rotation == ComplexDeinterleavingRotation::Rotation_90) in createComplexDeinterleavingIR() 27021 else if (Rotation == ComplexDeinterleavingRotation::Rotation_270) in createComplexDeinterleavingIR()
|