Home
last modified time | relevance | path

Searched refs:Rotation_0 (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DComplexDeinterleavingPass.h51 Rotation_0 = 0, enumerator
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DComplexDeinterleavingPass.cpp167 ComplexDeinterleavingRotation::Rotation_0;
636 if (Rotation == ComplexDeinterleavingRotation::Rotation_0 || in identifyNodeWithImplicitAdd()
681 Rotation = ComplexDeinterleavingRotation::Rotation_0; in identifyPartialMul()
740 (Rotation == ComplexDeinterleavingRotation::Rotation_0 || in identifyPartialMul()
955 CN->Rotation = ComplexDeinterleavingRotation::Rotation_0; in identifyDotProduct()
1408 Rotation = llvm::ComplexDeinterleavingRotation::Rotation_0; in identifyMultiplications()
1501 Rotation = ComplexDeinterleavingRotation::Rotation_0; in identifyAdditions()
1510 if (Rotation == ComplexDeinterleavingRotation::Rotation_0 || in identifyAdditions()
1525 if (Rotation == llvm::ComplexDeinterleavingRotation::Rotation_0) { in identifyAdditions()