Searched defs:ShufMask (Results 1 – 4 of 4) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/ |
| H A D | VectorCombine.cpp | 541 SmallVector<int, 32> ShufMask(VecTy->getNumElements(), PoisonMaskElem); in createShiftShuffle() local 1328 SmallVector<int, 32> ShufMask(VecTy->getNumElements(), PoisonMaskElem); in foldExtractedCmps() local
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/MIRParser/ |
| H A D | MIParser.cpp | 2772 SmallVector<int, 32> ShufMask; in parseShuffleMaskOperand() local
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
| H A D | X86ISelLowering.cpp | 21487 static const int ShufMask[] = {0, 2, 4, 6, -1, -1, -1, -1}; in LowerTRUNCATE() local 21498 static const int ShufMask[] = {0, 2, 4, 6}; in LowerTRUNCATE() local 25443 SmallVector<int,8> ShufMask(NumElems, -1); in LowerSIGN_EXTEND() local 29639 static const int ShufMask[] = { 0, 4, 2, 6 }; in LowerMUL() local 29830 SmallVector<int, 16> ShufMask(NumElts); in LowerMULH() local 34116 SmallVector<int, 16> ShufMask(NumElts, SM_SentinelUndef); in ReplaceNodeResults() local 39900 int ShufMask[4] = {-1, -1, -1, -1}; in matchBinaryPermuteShuffle() local 45570 unsigned ShufMask = (NumElts > 2 ? 0 : 0x44); in createMMXBuildVector() local
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | DAGCombiner.cpp | 24326 SmallVector<int, 32> ShufMask(NumMaskElts, -1); in reduceBuildVecToShuffleWithZero() local 26579 ArrayRef<int> ShufMask = Shuf->getMask(); in combineShuffleOfSplatVal() local 27516 SmallVector<int, 8> ShufMask(VT.getVectorNumElements(), -1); in visitSCALAR_TO_VECTOR() local
|