Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/
DDAGCombiner.cpp15580 unsigned NumConcats = VT.getSizeInBits() / InVT1.getSizeInBits(); in createBuildVecShuffle() local
15581 assert(NumConcats >= 2 && "Concat needs at least two inputs!"); in createBuildVecShuffle()
15582 SmallVector<SDValue, 2> ConcatOps(NumConcats, DAG.getUNDEF(InVT1)); in createBuildVecShuffle()
16541 unsigned NumConcats = NumElts / NumElemsPerConcat; in partitionShuffleOfConcats() local
16557 for (unsigned I = 0; I != NumConcats; ++I) { in partitionShuffleOfConcats()
/external/llvm/lib/CodeGen/SelectionDAG/
DDAGCombiner.cpp13350 unsigned NumConcats = NumElts / NumElemsPerConcat; in partitionShuffleOfConcats() local
13366 for (unsigned I = 0; I != NumConcats; ++I) { in partitionShuffleOfConcats()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/
DX86ISelLowering.cpp31672 unsigned NumConcats = 8 / SrcVT.getVectorNumElements(); in combineBitcast() local
31673 SmallVector<SDValue, 4> Ops(NumConcats, DAG.getUNDEF(SrcVT)); in combineBitcast()
36059 unsigned NumConcats = 8 / VT.getVectorNumElements(); in combineStore() local
36060 SmallVector<SDValue, 4> Ops(NumConcats, DAG.getUNDEF(VT)); in combineStore()