Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
DVectorCombine.cpp381 SmallVector<int, 32> ShufMask(VecTy->getNumElements(), UndefMaskElem); in createShiftShuffle() local
737 SmallVector<int, 32> ShufMask(VecTy->getNumElements(), UndefMaskElem); in foldExtractedCmps() local
/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/MIRParser/
DMIParser.cpp2643 SmallVector<int, 32> ShufMask; in parseShuffleMaskOperand() local
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
DAMDGPUInstructionSelector.cpp2838 ArrayRef<int> ShufMask = MI.getOperand(3).getShuffleMask(); in selectG_SHUFFLE_VECTOR() local
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/X86/
DX86ISelLowering.cpp21217 static const int ShufMask[] = {0, 2, 4, 6, -1, -1, -1, -1}; in LowerTRUNCATE() local
21227 static const int ShufMask[] = {0, 2, 4, 6}; in LowerTRUNCATE() local
24302 SmallVector<int,8> ShufMask(NumElems, -1); in LowerSIGN_EXTEND() local
27682 static const int ShufMask[] = { 0, 4, 2, 6 }; in LowerMUL() local
27882 SmallVector<int, 16> ShufMask(NumElts); in LowerMULH() local
30870 SmallVector<int, 16> ShufMask(NumElts, SM_SentinelUndef); in ReplaceNodeResults() local
35714 int ShufMask[4] = {-1, -1, -1, -1}; in matchBinaryPermuteShuffle() local
40072 unsigned ShufMask = (NumElts > 2 ? 0 : 0x44); in createMMXBuildVector() local
/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
DDAGCombiner.cpp19372 SmallVector<int, 32> ShufMask(NumMaskElts, -1); in reduceBuildVecToShuffleWithZero() local
20923 ArrayRef<int> ShufMask = Shuf->getMask(); in combineShuffleOfSplatVal() local