Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Transforms/Vectorize/
DLoopVectorizationLegality.h356 bool canVectorizeWithIfConvert();
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Vectorize/
DLoopVectorizationLegality.cpp841 bool LoopVectorizationLegality::canVectorizeWithIfConvert() { in canVectorizeWithIfConvert() function in llvm::LoopVectorizationLegality
1018 if (NumBlocks != 1 && !canVectorizeWithIfConvert()) { in canVectorize()
/external/llvm/lib/Transforms/Vectorize/
DLoopVectorize.cpp1494 bool canVectorizeWithIfConvert();
4337 bool LoopVectorizationLegality::canVectorizeWithIfConvert() { in canVectorizeWithIfConvert() function in LoopVectorizationLegality
4433 if (NumBlocks != 1 && !canVectorizeWithIfConvert()) { in canVectorize()