Searched refs:Vectorize (Results 1 – 6 of 6) sorted by relevance
138 .Case("vectorize", LoopHintAttr::Vectorize) in handleLoopHintAttr()149 .Default(LoopHintAttr::Vectorize); in handleLoopHintAttr()168 } else if (Option == LoopHintAttr::Vectorize || in handleLoopHintAttr()454 Vectorize, in CheckForIncompatibleAttributes() enumerator487 case LoopHintAttr::Vectorize: in CheckForIncompatibleAttributes()489 Category = Vectorize; in CheckForIncompatibleAttributes()519 if (Option == LoopHintAttr::Vectorize || in CheckForIncompatibleAttributes()
662 case LoopHintAttr::Vectorize: in push()697 case LoopHintAttr::Vectorize: in push()725 case LoopHintAttr::Vectorize: in push()753 case LoopHintAttr::Vectorize: in push()799 case LoopHintAttr::Vectorize: in push()
19 #include "llvm/Transforms/Vectorize/SLPVectorizer.h"1129 Vectorize, enumerator 1169 /// Vectorize the tree that starts with the elements in \p VL.1173 /// Vectorize the tree but with the list of externally used values \p2734 /// Vectorize a single entry in the tree.2739 /// Vectorize a single entry in the tree, the \p Idx-th operand of the entry2956 Vectorize, enumerator 3138 case Vectorize: in dump() 3139 dbgs() << "Vectorize\n"; in dump() 3208 Bundle ? TreeEntry::Vectorize in newTreeEntry() [all...]
1987 SRCS_MIN+= Transforms/Vectorize/LoadStoreVectorizer.cpp1988 SRCS_MIN+= Transforms/Vectorize/LoopIdiomVectorize.cpp1989 SRCS_MIN+= Transforms/Vectorize/LoopVectorizationLegality.cpp1990 SRCS_MIN+= Transforms/Vectorize/LoopVectorize.cpp1991 SRCS_MIN+= Transforms/Vectorize/SLPVectorizer.cpp1992 SRCS_MIN+= Transforms/Vectorize/VPlan.cpp1993 SRCS_MIN+= Transforms/Vectorize/VPlanAnalysis.cpp1994 SRCS_MIN+= Transforms/Vectorize/VPlanHCFGBuilder.cpp1995 SRCS_MIN+= Transforms/Vectorize/VPlanRecipes.cpp1996 SRCS_MIN+= Transforms/Vectorize/VPlanTransforms.cpp[all …]
784 llvm/lib/Transforms/Vectorize/CMakeLists.txt
4140 ["Vectorize", "VectorizeWidth", "Interleave", "InterleaveCount",4154 case Vectorize: return "vectorize";