Home
last modified time | relevance | path

Searched refs:canVectorize (Results 1 – 3 of 3) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Transforms/Vectorize/
HDLoopVectorizationLegality.h271 bool canVectorize(bool UseVPlanNativePath);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
HDLoopVectorizationLegality.cpp1442 bool LoopVectorizationLegality::canVectorize(bool UseVPlanNativePath) { in canVectorize() function in llvm::LoopVectorizationLegality
HDLoopVectorize.cpp9687 if (!LVL.canVectorize(EnableVPlanNativePath)) { in processLoop()