Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/
H A DComplexDeinterleavingPass.cpp159 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 DComplexDeinterleavingPass.h48 enum class ComplexDeinterleavingRotation { enum
H A DTargetLowering.h69 enum class ComplexDeinterleavingRotation; variable
3294 ComplexDeinterleavingRotation Rotation, Value *InputA, Value *InputB,
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMISelLowering.h762 ComplexDeinterleavingRotation Rotation, Value *InputA, Value *InputB,
H A DARMISelLowering.cpp22119 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 DAArch64ISelLowering.h893 ComplexDeinterleavingRotation Rotation, Value *InputA, Value *InputB,
H A DAArch64ISelLowering.cpp26937 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()