Home
last modified time | relevance | path

Searched defs:ShufMask (Results 1 – 4 of 4) sorted by relevance

/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DVectorCombine.cpp487 SmallVector<int, 32> ShufMask(VecTy->getNumElements(), PoisonMaskElem); createShiftShuffle() local
1048 SmallVector<int, 32> ShufMask(VecTy->getNumElements(), PoisonMaskElem); foldExtractedCmps() local
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/MIRParser/
H A DMIParser.cpp2765 SmallVector<int, 32> ShufMask; parseShuffleMaskOperand() local
/freebsd-src/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp20586 static const int ShufMask[] = {0, 2, 4, 6, -1, -1, -1, -1}; LowerTRUNCATE() local
20597 static const int ShufMask[] = {0, 2, 4, 6}; LowerTRUNCATE() local
24379 SmallVector<int,8> ShufMask(NumElems, -1); LowerSIGN_EXTEND() local
28334 static const int ShufMask[] = { 0, 4, 2, 6 }; LowerMUL() local
28525 SmallVector<int, 16> ShufMask(NumElts); LowerMULH() local
32361 SmallVector<int, 16> ShufMask(NumElts, SM_SentinelUndef); ReplaceNodeResults() local
37706 int ShufMask[4] = {-1, -1, -1, -1}; matchBinaryPermuteShuffle() local
42768 unsigned ShufMask = (NumElts > 2 ? 0 : 0x44); createMMXBuildVector() local
[all...]
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp22912 SmallVector<int, 32> ShufMask(NumMaskElts, -1); reduceBuildVecToShuffleWithZero() local
25129 ArrayRef<int> ShufMask = Shuf->getMask(); combineShuffleOfSplatVal() local
26049 SmallVector<int, 8> ShufMask(VT.getVectorNumElements(), -1); visitSCALAR_TO_VECTOR() local
[all...]