Searched refs:createSequentialMask (Results 1 – 5 of 5) sorted by relevance
| /freebsd-12.1/contrib/llvm/lib/Analysis/ |
| H A D | VectorUtils.cpp | 648 Constant *llvm::createSequentialMask(IRBuilder<> &Builder, unsigned Start, in createSequentialMask() function in llvm 679 createSequentialMask(Builder, 0, NumElts2, NumElts1 - NumElts2); in concatenateTwoVectors() 683 Constant *Mask = createSequentialMask(Builder, 0, NumElts1 + NumElts2, 0); in concatenateTwoVectors()
|
| /freebsd-12.1/contrib/llvm/include/llvm/Analysis/ |
| H A D | VectorUtils.h | 214 Constant *createSequentialMask(IRBuilder<> &Builder, unsigned Start,
|
| /freebsd-12.1/contrib/llvm/lib/Target/X86/ |
| H A D | X86InterleavedAccess.cpp | 190 createSequentialMask(Builder, Indices[i], in decompose()
|
| /freebsd-12.1/contrib/llvm/lib/Target/AArch64/ |
| H A D | AArch64ISelLowering.cpp | 8548 Op0, Op1, createSequentialMask(Builder, Mask[IdxI], LaneLen, 0))); in lowerInterleavedStore() 8564 Op0, Op1, createSequentialMask(Builder, StartMask, LaneLen, 0))); in lowerInterleavedStore()
|
| /freebsd-12.1/contrib/llvm/lib/Target/ARM/ |
| H A D | ARMISelLowering.cpp | 14984 Op0, Op1, createSequentialMask(Builder, Mask[IdxI], LaneLen, 0))); in lowerInterleavedStore() 15001 Op0, Op1, createSequentialMask(Builder, StartMask, LaneLen, 0))); in lowerInterleavedStore()
|