Searched refs:ComplexDeinterleavingRotation (Results 1 – 7 of 7) sorted by relevance
/freebsd/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() 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() [all …]
|
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
H A D | ComplexDeinterleavingPass.h | 48 enum class ComplexDeinterleavingRotation { enum
|
H A D | TargetLowering.h | 70 enum class ComplexDeinterleavingRotation; variable 3413 ComplexDeinterleavingRotation Rotation, Value *InputA, Value *InputB,
|
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/ |
H A D | ARMISelLowering.h | 761 ComplexDeinterleavingRotation Rotation, Value *InputA, Value *InputB,
|
H A D | ARMISelLowering.cpp | 22142 ComplexDeinterleavingRotation Rotation, Value *InputA, Value *InputB, in createComplexDeinterleavingIR() 22196 if (Rotation == ComplexDeinterleavingRotation::Rotation_90) in createComplexDeinterleavingIR() 22198 else if (Rotation == ComplexDeinterleavingRotation::Rotation_270) in createComplexDeinterleavingIR()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/ |
H A D | AArch64ISelLowering.h | 918 ComplexDeinterleavingRotation Rotation, Value *InputA, Value *InputB,
|
H A D | AArch64ISelLowering.cpp | 28513 ComplexDeinterleavingRotation Rotation, Value *InputA, Value *InputB, in createComplexDeinterleavingIR() 28579 if (Rotation == ComplexDeinterleavingRotation::Rotation_90 || in createComplexDeinterleavingIR() 28580 Rotation == ComplexDeinterleavingRotation::Rotation_270) { in createComplexDeinterleavingIR() 28595 if (Rotation == ComplexDeinterleavingRotation::Rotation_90) in createComplexDeinterleavingIR() 28597 else if (Rotation == ComplexDeinterleavingRotation::Rotation_270) in createComplexDeinterleavingIR()
|