OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:requiresScalarEpilogue
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
VectorUtils.h
680
bool
requiresScalarEpilogue
() const {
749
!
RequiresScalarEpilogue
&&
758
RequiresScalarEpilogue
= false;
782
bool
requiresScalarEpilogue
() const { return
RequiresScalarEpilogue
; }
804
bool
RequiresScalarEpilogue
= false;
/src/external/apache2/llvm/dist/llvm/lib/Transforms/Vectorize/
LoopVectorize.cpp
1564
bool
requiresScalarEpilogue
() const {
1571
return InterleaveInfo.
requiresScalarEpilogue
();
2748
if (Group->
requiresScalarEpilogue
() && !Cost->isScalarEpilogueAllowed()) {
3184
if (VF.isVector() && Cost->
requiresScalarEpilogue
()) {
3238
auto P = Cost->
requiresScalarEpilogue
() ? ICmpInst::ICMP_ULE
5379
Group->
requiresScalarEpilogue
() && !isScalarEpilogueAllowed();
7082
Group->
requiresScalarEpilogue
() && !isScalarEpilogueAllowed();
8284
Cost->
requiresScalarEpilogue
() ? ICmpInst::ICMP_ULE : ICmpInst::ICMP_ULT;
8428
Cost->
requiresScalarEpilogue
() ? ICmpInst::ICMP_ULE : ICmpInst::ICMP_ULT;
Completed in 22 milliseconds
Indexes created Sat Jun 27 00:24:51 UTC 2026