Home
last modified time | relevance | path

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/
DLowerMatrixIntrinsics.cpp252 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/
DVectorUtils.cpp687 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/
DVectorUtils.h365 Constant *createSequentialMask(IRBuilder<> &Builder, unsigned Start,
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86InterleavedAccess.cpp189 createSequentialMask(Builder, Indices[i], in decompose()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/
DAArch64ISelLowering.cpp9336 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/
DARMISelLowering.cpp17309 Op0, Op1, createSequentialMask(Builder, Mask[IdxI], LaneLen, 0))); in lowerInterleavedStore()
17326 Op0, Op1, createSequentialMask(Builder, StartMask, LaneLen, 0))); in lowerInterleavedStore()