Home
last modified time | relevance | path

Searched refs:IsAnnotatedParallel (Results 1 – 25 of 26) sorted by relevance

12

/dports/devel/llvm70/llvm-7.0.1.src/lib/Transforms/Vectorize/
H A DLoopVectorizationLegality.cpp798 const bool IsAnnotatedParallel = TheLoop->isAnnotatedParallel(); in blockCanBePredicated() local
816 if (!IsAnnotatedParallel) in blockCanBePredicated()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/lib/Analysis/
H A DLoopAccessAnalysis.cpp1836 const bool IsAnnotatedParallel = TheLoop->isAnnotatedParallel(); in analyzeLoop() local
1887 if (!Ld->isSimple() && !IsAnnotatedParallel) { in analyzeLoop()
1911 if (!St->isSimple() && !IsAnnotatedParallel) { in analyzeLoop()
1981 if (IsAnnotatedParallel) { in analyzeLoop()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/lib/Analysis/
H A DLoopAccessAnalysis.cpp1821 const bool IsAnnotatedParallel = TheLoop->isAnnotatedParallel(); in analyzeLoop() local
1872 if (!Ld->isSimple() && !IsAnnotatedParallel) { in analyzeLoop()
1896 if (!St->isSimple() && !IsAnnotatedParallel) { in analyzeLoop()
1965 if (IsAnnotatedParallel) { in analyzeLoop()
/dports/graphics/llvm-mesa/llvm-13.0.1.src/lib/Analysis/
H A DLoopAccessAnalysis.cpp1821 const bool IsAnnotatedParallel = TheLoop->isAnnotatedParallel(); in analyzeLoop() local
1872 if (!Ld->isSimple() && !IsAnnotatedParallel) { in analyzeLoop()
1896 if (!St->isSimple() && !IsAnnotatedParallel) { in analyzeLoop()
1965 if (IsAnnotatedParallel) { in analyzeLoop()
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/lib/Analysis/
H A DLoopAccessAnalysis.cpp1817 const bool IsAnnotatedParallel = TheLoop->isAnnotatedParallel(); in analyzeLoop() local
1868 if (!Ld->isSimple() && !IsAnnotatedParallel) { in analyzeLoop()
1892 if (!St->isSimple() && !IsAnnotatedParallel) { in analyzeLoop()
1961 if (IsAnnotatedParallel) { in analyzeLoop()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/llvm/lib/Analysis/
H A DLoopAccessAnalysis.cpp1821 const bool IsAnnotatedParallel = TheLoop->isAnnotatedParallel(); in analyzeLoop() local
1872 if (!Ld->isSimple() && !IsAnnotatedParallel) { in analyzeLoop()
1896 if (!St->isSimple() && !IsAnnotatedParallel) { in analyzeLoop()
1965 if (IsAnnotatedParallel) { in analyzeLoop()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/llvm/lib/Analysis/
H A DLoopAccessAnalysis.cpp1821 const bool IsAnnotatedParallel = TheLoop->isAnnotatedParallel(); in analyzeLoop() local
1872 if (!Ld->isSimple() && !IsAnnotatedParallel) { in analyzeLoop()
1896 if (!St->isSimple() && !IsAnnotatedParallel) { in analyzeLoop()
1965 if (IsAnnotatedParallel) { in analyzeLoop()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/lib/Analysis/
H A DLoopAccessAnalysis.cpp1841 const bool IsAnnotatedParallel = TheLoop->isAnnotatedParallel(); in analyzeLoop() local
1892 if (!Ld->isSimple() && !IsAnnotatedParallel) { in analyzeLoop()
1916 if (!St->isSimple() && !IsAnnotatedParallel) { in analyzeLoop()
1985 if (IsAnnotatedParallel) { in analyzeLoop()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/llvm/lib/Analysis/
H A DLoopAccessAnalysis.cpp1817 const bool IsAnnotatedParallel = TheLoop->isAnnotatedParallel(); in analyzeLoop() local
1868 if (!Ld->isSimple() && !IsAnnotatedParallel) { in analyzeLoop()
1892 if (!St->isSimple() && !IsAnnotatedParallel) { in analyzeLoop()
1961 if (IsAnnotatedParallel) { in analyzeLoop()
/dports/devel/llvm13/llvm-project-13.0.1.src/llvm/lib/Analysis/
H A DLoopAccessAnalysis.cpp1821 const bool IsAnnotatedParallel = TheLoop->isAnnotatedParallel(); in analyzeLoop() local
1872 if (!Ld->isSimple() && !IsAnnotatedParallel) { in analyzeLoop()
1896 if (!St->isSimple() && !IsAnnotatedParallel) { in analyzeLoop()
1965 if (IsAnnotatedParallel) { in analyzeLoop()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llvm/lib/Transforms/Vectorize/
H A DLoopVectorizationLegality.cpp891 const bool IsAnnotatedParallel = TheLoop->isAnnotatedParallel(); in blockCanBePredicated() local
909 if (!IsAnnotatedParallel || PreserveGuards) in blockCanBePredicated()
/dports/devel/llvm10/llvm-10.0.1.src/lib/Transforms/Vectorize/
H A DLoopVectorizationLegality.cpp891 const bool IsAnnotatedParallel = TheLoop->isAnnotatedParallel(); in blockCanBePredicated() local
909 if (!IsAnnotatedParallel || PreserveGuards) in blockCanBePredicated()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Vectorize/
H A DLoopVectorizationLegality.cpp891 const bool IsAnnotatedParallel = TheLoop->isAnnotatedParallel(); in blockCanBePredicated() local
909 if (!IsAnnotatedParallel || PreserveGuards) in blockCanBePredicated()
/dports/devel/llvm90/llvm-9.0.1.src/lib/Transforms/Vectorize/
H A DLoopVectorizationLegality.cpp910 const bool IsAnnotatedParallel = TheLoop->isAnnotatedParallel(); in blockCanBePredicated() local
928 if (!IsAnnotatedParallel) in blockCanBePredicated()
/dports/devel/llvm80/llvm-8.0.1.src/lib/Transforms/Vectorize/
H A DLoopVectorizationLegality.cpp883 const bool IsAnnotatedParallel = TheLoop->isAnnotatedParallel(); in blockCanBePredicated() local
901 if (!IsAnnotatedParallel) in blockCanBePredicated()
/dports/devel/llvm11/llvm-11.0.1.src/lib/Analysis/
H A DLoopAccessAnalysis.cpp1842 const bool IsAnnotatedParallel = TheLoop->isAnnotatedParallel(); in analyzeLoop() local
1893 if (!Ld->isSimple() && !IsAnnotatedParallel) { in analyzeLoop()
1917 if (!St->isSimple() && !IsAnnotatedParallel) { in analyzeLoop()
1987 if (IsAnnotatedParallel) { in analyzeLoop()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/lib/Analysis/
H A DLoopAccessAnalysis.cpp1866 const bool IsAnnotatedParallel = TheLoop->isAnnotatedParallel(); in analyzeLoop() local
1917 if (!Ld->isSimple() && !IsAnnotatedParallel) { in analyzeLoop()
1941 if (!St->isSimple() && !IsAnnotatedParallel) { in analyzeLoop()
2014 if (IsAnnotatedParallel) { in analyzeLoop()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/lib/Transforms/Vectorize/
H A DLoopVectorizationLegality.cpp926 const bool IsAnnotatedParallel = TheLoop->isAnnotatedParallel(); in blockCanBePredicated() local
952 if (!IsAnnotatedParallel || PreserveGuards) in blockCanBePredicated()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/lib/Transforms/Vectorize/
H A DLoopVectorizationLegality.cpp916 const bool IsAnnotatedParallel = TheLoop->isAnnotatedParallel(); in blockCanBePredicated() local
942 if (!IsAnnotatedParallel || PreserveGuards) in blockCanBePredicated()
/dports/devel/llvm11/llvm-11.0.1.src/lib/Transforms/Vectorize/
H A DLoopVectorizationLegality.cpp916 const bool IsAnnotatedParallel = TheLoop->isAnnotatedParallel(); in blockCanBePredicated() local
942 if (!IsAnnotatedParallel || PreserveGuards) in blockCanBePredicated()
/dports/devel/llvm10/llvm-10.0.1.src/lib/Analysis/
H A DLoopAccessAnalysis.cpp1811 const bool IsAnnotatedParallel = TheLoop->isAnnotatedParallel(); in analyzeLoop() local
1858 if (!Ld->isSimple() && !IsAnnotatedParallel) { in analyzeLoop()
1882 if (!St->isSimple() && !IsAnnotatedParallel) { in analyzeLoop()
1952 if (IsAnnotatedParallel) { in analyzeLoop()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
H A DLoopAccessAnalysis.cpp1811 const bool IsAnnotatedParallel = TheLoop->isAnnotatedParallel(); in analyzeLoop() local
1858 if (!Ld->isSimple() && !IsAnnotatedParallel) { in analyzeLoop()
1882 if (!St->isSimple() && !IsAnnotatedParallel) { in analyzeLoop()
1952 if (IsAnnotatedParallel) { in analyzeLoop()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llvm/lib/Analysis/
H A DLoopAccessAnalysis.cpp1811 const bool IsAnnotatedParallel = TheLoop->isAnnotatedParallel(); in analyzeLoop() local
1858 if (!Ld->isSimple() && !IsAnnotatedParallel) { in analyzeLoop()
1882 if (!St->isSimple() && !IsAnnotatedParallel) { in analyzeLoop()
1952 if (IsAnnotatedParallel) { in analyzeLoop()
/dports/devel/llvm90/llvm-9.0.1.src/lib/Analysis/
H A DLoopAccessAnalysis.cpp1789 const bool IsAnnotatedParallel = TheLoop->isAnnotatedParallel(); in analyzeLoop() local
1836 if (!Ld->isSimple() && !IsAnnotatedParallel) { in analyzeLoop()
1860 if (!St->isSimple() && !IsAnnotatedParallel) { in analyzeLoop()
1930 if (IsAnnotatedParallel) { in analyzeLoop()
/dports/devel/llvm80/llvm-8.0.1.src/lib/Analysis/
H A DLoopAccessAnalysis.cpp1786 const bool IsAnnotatedParallel = TheLoop->isAnnotatedParallel(); in analyzeLoop() local
1810 if (!Ld || (!Ld->isSimple() && !IsAnnotatedParallel)) { in analyzeLoop()
1834 if (!St->isSimple() && !IsAnnotatedParallel) { in analyzeLoop()
1899 if (IsAnnotatedParallel) { in analyzeLoop()

12