Home
last modified time | relevance | path

Searched refs:shouldScalarizeInstruction (Results 1 – 17 of 17) sorted by relevance

/dports/devel/llvm90/llvm-9.0.1.src/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp547 bool shouldScalarizeInstruction(Instruction *I) const;
1644 bool InnerLoopVectorizer::shouldScalarizeInstruction(Instruction *I) const { in shouldScalarizeInstruction() function in InnerLoopVectorizer
1650 if (shouldScalarizeInstruction(IV)) in needsScalarInduction()
1654 return (OrigLoop->contains(I) && shouldScalarizeInstruction(I)); in needsScalarInduction()
1730 if (VF > 1 && !shouldScalarizeInstruction(EntryVal)) { in widenIntOrFpInduction()
/dports/devel/llvm80/llvm-8.0.1.src/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp526 bool shouldScalarizeInstruction(Instruction *I) const;
1587 bool InnerLoopVectorizer::shouldScalarizeInstruction(Instruction *I) const {
1593 if (shouldScalarizeInstruction(IV))
1597 return (OrigLoop->contains(I) && shouldScalarizeInstruction(I));
1673 if (VF > 1 && !shouldScalarizeInstruction(EntryVal)) {
/dports/devel/llvm70/llvm-7.0.1.src/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp533 bool shouldScalarizeInstruction(Instruction *I) const;
1850 bool InnerLoopVectorizer::shouldScalarizeInstruction(Instruction *I) const { in shouldScalarizeInstruction() function in InnerLoopVectorizer
1856 if (shouldScalarizeInstruction(IV)) in needsScalarInduction()
1860 return (OrigLoop->contains(I) && shouldScalarizeInstruction(I)); in needsScalarInduction()
1936 if (VF > 1 && !shouldScalarizeInstruction(EntryVal)) { in widenIntOrFpInduction()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp588 bool shouldScalarizeInstruction(Instruction *I) const;
1762 bool InnerLoopVectorizer::shouldScalarizeInstruction(Instruction *I) const { in shouldScalarizeInstruction() function in InnerLoopVectorizer
1768 if (shouldScalarizeInstruction(IV)) in needsScalarInduction()
1772 return (OrigLoop->contains(I) && shouldScalarizeInstruction(I)); in needsScalarInduction()
1848 if (VF > 1 && !shouldScalarizeInstruction(EntryVal)) { in widenIntOrFpInduction()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp593 bool shouldScalarizeInstruction(Instruction *I) const;
1776 bool InnerLoopVectorizer::shouldScalarizeInstruction(Instruction *I) const { in shouldScalarizeInstruction() function in InnerLoopVectorizer
1782 if (shouldScalarizeInstruction(IV)) in needsScalarInduction()
1786 return (OrigLoop->contains(I) && shouldScalarizeInstruction(I)); in needsScalarInduction()
1906 if (!shouldScalarizeInstruction(EntryVal)) { in widenIntOrFpInduction()
/dports/devel/llvm10/llvm-10.0.1.src/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp588 bool shouldScalarizeInstruction(Instruction *I) const;
1762 bool InnerLoopVectorizer::shouldScalarizeInstruction(Instruction *I) const { in shouldScalarizeInstruction() function in InnerLoopVectorizer
1768 if (shouldScalarizeInstruction(IV)) in needsScalarInduction()
1772 return (OrigLoop->contains(I) && shouldScalarizeInstruction(I)); in needsScalarInduction()
1848 if (VF > 1 && !shouldScalarizeInstruction(EntryVal)) { in widenIntOrFpInduction()
/dports/devel/llvm11/llvm-11.0.1.src/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp593 bool shouldScalarizeInstruction(Instruction *I) const;
1776 bool InnerLoopVectorizer::shouldScalarizeInstruction(Instruction *I) const { in shouldScalarizeInstruction() function in InnerLoopVectorizer
1782 if (shouldScalarizeInstruction(IV)) in needsScalarInduction()
1786 return (OrigLoop->contains(I) && shouldScalarizeInstruction(I)); in needsScalarInduction()
1906 if (!shouldScalarizeInstruction(EntryVal)) { in widenIntOrFpInduction()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp588 bool shouldScalarizeInstruction(Instruction *I) const;
1762 bool InnerLoopVectorizer::shouldScalarizeInstruction(Instruction *I) const { in shouldScalarizeInstruction() function in InnerLoopVectorizer
1768 if (shouldScalarizeInstruction(IV)) in needsScalarInduction()
1772 return (OrigLoop->contains(I) && shouldScalarizeInstruction(I)); in needsScalarInduction()
1848 if (VF > 1 && !shouldScalarizeInstruction(EntryVal)) { in widenIntOrFpInduction()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp651 bool shouldScalarizeInstruction(Instruction *I) const;
1898 bool InnerLoopVectorizer::shouldScalarizeInstruction(Instruction *I) const { in shouldScalarizeInstruction() function in InnerLoopVectorizer
1904 if (shouldScalarizeInstruction(IV)) in needsScalarInduction()
1908 return (OrigLoop->contains(I) && shouldScalarizeInstruction(I)); in needsScalarInduction()
2030 if (!shouldScalarizeInstruction(EntryVal)) { in widenIntOrFpInduction()
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp676 bool shouldScalarizeInstruction(Instruction *I) const;
2103 bool InnerLoopVectorizer::shouldScalarizeInstruction(Instruction *I) const { in shouldScalarizeInstruction() function in InnerLoopVectorizer
2109 if (shouldScalarizeInstruction(IV)) in needsScalarInduction()
2113 return (OrigLoop->contains(I) && shouldScalarizeInstruction(I)); in needsScalarInduction()
2236 if (!shouldScalarizeInstruction(EntryVal)) { in widenIntOrFpInduction()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp676 bool shouldScalarizeInstruction(Instruction *I) const;
2103 bool InnerLoopVectorizer::shouldScalarizeInstruction(Instruction *I) const { in shouldScalarizeInstruction() function in InnerLoopVectorizer
2109 if (shouldScalarizeInstruction(IV)) in needsScalarInduction()
2113 return (OrigLoop->contains(I) && shouldScalarizeInstruction(I)); in needsScalarInduction()
2236 if (!shouldScalarizeInstruction(EntryVal)) { in widenIntOrFpInduction()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp650 bool shouldScalarizeInstruction(Instruction *I) const;
2360 bool InnerLoopVectorizer::shouldScalarizeInstruction(Instruction *I) const { in shouldScalarizeInstruction() function in InnerLoopVectorizer
2366 if (shouldScalarizeInstruction(IV)) in needsScalarInduction()
2370 return (OrigLoop->contains(I) && shouldScalarizeInstruction(I)); in needsScalarInduction()
2502 if (!shouldScalarizeInstruction(EntryVal)) { in widenIntOrFpInduction()
/dports/graphics/llvm-mesa/llvm-13.0.1.src/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp650 bool shouldScalarizeInstruction(Instruction *I) const;
2360 bool InnerLoopVectorizer::shouldScalarizeInstruction(Instruction *I) const { in shouldScalarizeInstruction() function in InnerLoopVectorizer
2366 if (shouldScalarizeInstruction(IV)) in needsScalarInduction()
2370 return (OrigLoop->contains(I) && shouldScalarizeInstruction(I)); in needsScalarInduction()
2502 if (!shouldScalarizeInstruction(EntryVal)) { in widenIntOrFpInduction()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp650 bool shouldScalarizeInstruction(Instruction *I) const;
2360 bool InnerLoopVectorizer::shouldScalarizeInstruction(Instruction *I) const { in shouldScalarizeInstruction() function in InnerLoopVectorizer
2366 if (shouldScalarizeInstruction(IV)) in needsScalarInduction()
2370 return (OrigLoop->contains(I) && shouldScalarizeInstruction(I)); in needsScalarInduction()
2502 if (!shouldScalarizeInstruction(EntryVal)) { in widenIntOrFpInduction()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp648 bool shouldScalarizeInstruction(Instruction *I) const;
2356 bool InnerLoopVectorizer::shouldScalarizeInstruction(Instruction *I) const { in shouldScalarizeInstruction() function in InnerLoopVectorizer
2362 if (shouldScalarizeInstruction(IV)) in needsScalarInduction()
2366 return (OrigLoop->contains(I) && shouldScalarizeInstruction(I)); in needsScalarInduction()
2498 if (!shouldScalarizeInstruction(EntryVal)) { in widenIntOrFpInduction()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp650 bool shouldScalarizeInstruction(Instruction *I) const;
2360 bool InnerLoopVectorizer::shouldScalarizeInstruction(Instruction *I) const { in shouldScalarizeInstruction() function in InnerLoopVectorizer
2366 if (shouldScalarizeInstruction(IV)) in needsScalarInduction()
2370 return (OrigLoop->contains(I) && shouldScalarizeInstruction(I)); in needsScalarInduction()
2502 if (!shouldScalarizeInstruction(EntryVal)) { in widenIntOrFpInduction()
/dports/devel/llvm13/llvm-project-13.0.1.src/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp650 bool shouldScalarizeInstruction(Instruction *I) const;
2360 bool InnerLoopVectorizer::shouldScalarizeInstruction(Instruction *I) const { in shouldScalarizeInstruction() function in InnerLoopVectorizer
2366 if (shouldScalarizeInstruction(IV)) in needsScalarInduction()
2370 return (OrigLoop->contains(I) && shouldScalarizeInstruction(I)); in needsScalarInduction()
2502 if (!shouldScalarizeInstruction(EntryVal)) { in widenIntOrFpInduction()