Searched refs:createSequentialMask (Results 1 – 6 of 6) sorted by relevance
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/ |
D | LowerMatrixIntrinsics.cpp | 252 Constant *Mask = createSequentialMask(Builder, MaskStart, SI.NumRows, 0); in getMatrix() 621 Constant *Mask = createSequentialMask(Builder, I, NumElts, 0); in extractVector() 636 createSequentialMask(Builder, 0, BlockNumElts, NumElts - BlockNumElts); in insertVector()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ |
D | VectorUtils.cpp | 687 Constant *llvm::createSequentialMask(IRBuilder<> &Builder, unsigned Start, in createSequentialMask() function in llvm 718 createSequentialMask(Builder, 0, NumElts2, NumElts1 - NumElts2); in concatenateTwoVectors() 722 Constant *Mask = createSequentialMask(Builder, 0, NumElts1 + NumElts2, 0); in concatenateTwoVectors()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/ |
D | VectorUtils.h | 365 Constant *createSequentialMask(IRBuilder<> &Builder, unsigned Start,
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/ |
D | X86InterleavedAccess.cpp | 189 createSequentialMask(Builder, Indices[i], in decompose()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/ |
D | AArch64ISelLowering.cpp | 9336 Op0, Op1, createSequentialMask(Builder, Mask[IdxI], LaneLen, 0))); in lowerInterleavedStore() 9352 Op0, Op1, createSequentialMask(Builder, StartMask, LaneLen, 0))); in lowerInterleavedStore()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/ |
D | ARMISelLowering.cpp | 17309 Op0, Op1, createSequentialMask(Builder, Mask[IdxI], LaneLen, 0))); in lowerInterleavedStore() 17326 Op0, Op1, createSequentialMask(Builder, StartMask, LaneLen, 0))); in lowerInterleavedStore()
|