Home
last modified time | relevance | path

Searched refs:NumConcats (Results 1 – 2 of 2) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86ISelLowering.cpp28737 unsigned NumConcats = 16 / VT.getVectorNumElements(); in ReplaceNodeResults() local
28738 SmallVector<SDValue, 8> ConcatOps(NumConcats, DAG.getUNDEF(VT)); in ReplaceNodeResults()
28827 unsigned NumConcats = 128 / VT.getSizeInBits(); in ReplaceNodeResults() local
28828 SmallVector<SDValue, 8> Ops0(NumConcats, DAG.getUNDEF(VT)); in ReplaceNodeResults()
29032 unsigned NumConcats = 128 / VT.getSizeInBits(); in ReplaceNodeResults() local
29034 VT.getVectorNumElements() * NumConcats); in ReplaceNodeResults()
29035 SmallVector<SDValue, 8> ConcatOps(NumConcats, DAG.getUNDEF(VT)); in ReplaceNodeResults()
36522 unsigned NumConcats = 8 / SrcVT.getVectorNumElements(); in combineBitcast() local
36524 Ops.resize(NumConcats, DAG.getConstant(0, dl, SrcVT)); in combineBitcast()
36531 unsigned NumConcats = 8 / SrcVT.getVectorNumElements(); in combineBitcast() local
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
DDAGCombiner.cpp17453 unsigned NumConcats = VT.getSizeInBits() / InVT1.getSizeInBits(); in createBuildVecShuffle() local
17454 assert(NumConcats >= 2 && "Concat needs at least two inputs!"); in createBuildVecShuffle()
17455 SmallVector<SDValue, 2> ConcatOps(NumConcats, DAG.getUNDEF(InVT1)); in createBuildVecShuffle()
18724 unsigned NumConcats = NumElts / NumElemsPerConcat; in partitionShuffleOfConcats() local
18743 for (unsigned I = 0; I != NumConcats; ++I) { in partitionShuffleOfConcats()