Home
last modified time | relevance | path

Searched refs:ComplexDeinterleavingRotation (Results 1 – 7 of 7) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DComplexDeinterleavingPass.cpp159 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 DComplexDeinterleavingPass.h48 enum class ComplexDeinterleavingRotation { enum
H A DTargetLowering.h70 enum class ComplexDeinterleavingRotation; variable
3413 ComplexDeinterleavingRotation Rotation, Value *InputA, Value *InputB,
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMISelLowering.h761 ComplexDeinterleavingRotation Rotation, Value *InputA, Value *InputB,
H A DARMISelLowering.cpp22142 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 DAArch64ISelLowering.h918 ComplexDeinterleavingRotation Rotation, Value *InputA, Value *InputB,
H A DAArch64ISelLowering.cpp28513 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()