Searched refs:createSequentialMask (Results 1 – 6 of 6) sorted by relevance
/openbsd/gnu/llvm/llvm/lib/Analysis/ |
H A D | VectorUtils.cpp | 985 llvm::SmallVector<int, 16> llvm::createSequentialMask(unsigned Start, in createSequentialMask() function in llvm 1033 V2, createSequentialMask(0, NumElts2, NumElts1 - NumElts2)); in concatenateTwoVectors() 1037 V1, V2, createSequentialMask(0, NumElts1 + NumElts2, 0)); in concatenateTwoVectors()
|
/openbsd/gnu/llvm/llvm/include/llvm/Analysis/ |
H A D | VectorUtils.h | 566 createSequentialMask(unsigned Start, unsigned NumInts, unsigned NumUndefs);
|
/openbsd/gnu/llvm/llvm/lib/Target/X86/ |
H A D | X86InterleavedAccess.cpp | 189 createSequentialMask(Indices[i], SubVecTy->getNumElements(), in decompose()
|
/openbsd/gnu/llvm/llvm/lib/Transforms/Scalar/ |
H A D | LowerMatrixIntrinsics.cpp | 383 Vec, createSequentialMask(isColumnMajor() ? I : J, NumElts, 0), in extractVector() 521 MatrixVal, createSequentialMask(MaskStart, SI.getStride(), 0), in getMatrix() 1247 Block, createSequentialMask(0, BlockNumElts, NumElts - BlockNumElts)); in insertVector()
|
/openbsd/gnu/llvm/llvm/lib/Target/ARM/ |
H A D | ARMISelLowering.cpp | 21716 Op0, Op1, createSequentialMask(Mask[IdxI], LaneLen, 0))); in lowerInterleavedStore() 21733 Op0, Op1, createSequentialMask(StartMask, LaneLen, 0))); in lowerInterleavedStore()
|
/openbsd/gnu/llvm/llvm/lib/Target/AArch64/ |
H A D | AArch64ISelLowering.cpp | 14666 Op0, Op1, createSequentialMask(Mask[IdxI], LaneLen, 0)); in lowerInterleavedStore() 14682 Op0, Op1, createSequentialMask(StartMask, LaneLen, 0)); in lowerInterleavedStore()
|