Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
DVectorUtils.h307 Constant *createBitMaskForGaps(IRBuilder<> &Builder, unsigned VF,
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DVectorUtils.cpp639 llvm::createBitMaskForGaps(IRBuilder<> &Builder, unsigned VF, in createBitMaskForGaps() function in llvm
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Vectorize/
DLoopVectorize.cpp2238 MaskForGaps = createBitMaskForGaps(Builder, VF, *Group); in vectorizeInterleaveGroup()