Home
last modified time | relevance | path

Searched refs:GetAR4 (Results 1 – 13 of 13) sorted by relevance

/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/unittests/Transforms/Utils/
H A DScalarEvolutionExpanderTest.cpp893 auto GetAR4 = [&](ScalarEvolution &SE, Loop *L) -> const SCEVAddRecExpr * { in TEST_F() local
899 TestNoCanonicalIV(GetAR4); in TEST_F()
900 TestNarrowCanonicalIV(GetAR4); in TEST_F()
901 TestMatchingCanonicalIV(GetAR4, ARBitWidth); in TEST_F()
/dports/devel/llvm11/llvm-11.0.1.src/unittests/Transforms/Utils/
H A DScalarEvolutionExpanderTest.cpp893 auto GetAR4 = [&](ScalarEvolution &SE, Loop *L) -> const SCEVAddRecExpr * { in TEST_F() local
899 TestNoCanonicalIV(GetAR4); in TEST_F()
900 TestNarrowCanonicalIV(GetAR4); in TEST_F()
901 TestMatchingCanonicalIV(GetAR4, ARBitWidth); in TEST_F()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/unittests/Transforms/Utils/
H A DScalarEvolutionExpanderTest.cpp889 auto GetAR4 = [&](ScalarEvolution &SE, Loop *L) -> const SCEVAddRecExpr * { in TEST_F() local
895 TestNoCanonicalIV(GetAR4); in TEST_F()
896 TestNarrowCanonicalIV(GetAR4); in TEST_F()
897 TestMatchingCanonicalIV(GetAR4, ARBitWidth); in TEST_F()
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/unittests/Transforms/Utils/
H A DScalarEvolutionExpanderTest.cpp901 auto GetAR4 = [&](ScalarEvolution &SE, Loop *L) -> const SCEVAddRecExpr * { in TEST_F() local
907 TestNoCanonicalIV(GetAR4); in TEST_F()
908 TestNarrowCanonicalIV(GetAR4); in TEST_F()
909 TestMatchingCanonicalIV(GetAR4, ARBitWidth); in TEST_F()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/llvm/unittests/Transforms/Utils/
H A DScalarEvolutionExpanderTest.cpp889 auto GetAR4 = [&](ScalarEvolution &SE, Loop *L) -> const SCEVAddRecExpr * { in TEST_F() local
895 TestNoCanonicalIV(GetAR4); in TEST_F()
896 TestNarrowCanonicalIV(GetAR4); in TEST_F()
897 TestMatchingCanonicalIV(GetAR4, ARBitWidth); in TEST_F()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/llvm/unittests/Transforms/Utils/
H A DScalarEvolutionExpanderTest.cpp901 auto GetAR4 = [&](ScalarEvolution &SE, Loop *L) -> const SCEVAddRecExpr * { in TEST_F() local
907 TestNoCanonicalIV(GetAR4); in TEST_F()
908 TestNarrowCanonicalIV(GetAR4); in TEST_F()
909 TestMatchingCanonicalIV(GetAR4, ARBitWidth); in TEST_F()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/llvm/unittests/Transforms/Utils/
H A DScalarEvolutionExpanderTest.cpp889 auto GetAR4 = [&](ScalarEvolution &SE, Loop *L) -> const SCEVAddRecExpr * { in TEST_F() local
895 TestNoCanonicalIV(GetAR4); in TEST_F()
896 TestNarrowCanonicalIV(GetAR4); in TEST_F()
897 TestMatchingCanonicalIV(GetAR4, ARBitWidth); in TEST_F()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/unittests/Transforms/Utils/
H A DScalarEvolutionExpanderTest.cpp901 auto GetAR4 = [&](ScalarEvolution &SE, Loop *L) -> const SCEVAddRecExpr * { in TEST_F() local
907 TestNoCanonicalIV(GetAR4); in TEST_F()
908 TestNarrowCanonicalIV(GetAR4); in TEST_F()
909 TestMatchingCanonicalIV(GetAR4, ARBitWidth); in TEST_F()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/unittests/Transforms/Utils/
H A DScalarEvolutionExpanderTest.cpp889 auto GetAR4 = [&](ScalarEvolution &SE, Loop *L) -> const SCEVAddRecExpr * { in TEST_F() local
895 TestNoCanonicalIV(GetAR4); in TEST_F()
896 TestNarrowCanonicalIV(GetAR4); in TEST_F()
897 TestMatchingCanonicalIV(GetAR4, ARBitWidth); in TEST_F()
/dports/graphics/llvm-mesa/llvm-13.0.1.src/unittests/Transforms/Utils/
H A DScalarEvolutionExpanderTest.cpp889 auto GetAR4 = [&](ScalarEvolution &SE, Loop *L) -> const SCEVAddRecExpr * { in TEST_F() local
895 TestNoCanonicalIV(GetAR4); in TEST_F()
896 TestNarrowCanonicalIV(GetAR4); in TEST_F()
897 TestMatchingCanonicalIV(GetAR4, ARBitWidth); in TEST_F()
/dports/devel/llvm13/llvm-project-13.0.1.src/llvm/unittests/Transforms/Utils/
H A DScalarEvolutionExpanderTest.cpp889 auto GetAR4 = [&](ScalarEvolution &SE, Loop *L) -> const SCEVAddRecExpr * { in TEST_F() local
895 TestNoCanonicalIV(GetAR4); in TEST_F()
896 TestNarrowCanonicalIV(GetAR4); in TEST_F()
897 TestMatchingCanonicalIV(GetAR4, ARBitWidth); in TEST_F()
/dports/devel/llvm10/llvm-10.0.1.src/unittests/Analysis/
H A DScalarEvolutionTest.cpp1936 auto GetAR4 = [&](ScalarEvolution &SE, Loop *L) -> const SCEVAddRecExpr * { in TEST_F() local
1942 TestNoCanonicalIV(GetAR4); in TEST_F()
1943 TestNarrowCanonicalIV(GetAR4); in TEST_F()
1944 TestMatchingCanonicalIV(GetAR4, ARBitWidth); in TEST_F()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llvm/unittests/Analysis/
H A DScalarEvolutionTest.cpp1936 auto GetAR4 = [&](ScalarEvolution &SE, Loop *L) -> const SCEVAddRecExpr * { in TEST_F() local
1942 TestNoCanonicalIV(GetAR4); in TEST_F()
1943 TestNarrowCanonicalIV(GetAR4); in TEST_F()
1944 TestMatchingCanonicalIV(GetAR4, ARBitWidth); in TEST_F()