Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUISelDAGToDAG.cpp715 unsigned NumVectorElts = VT.getVectorNumElements(); in SelectBuildVector() local
720 if (NumVectorElts == 1) { in SelectBuildVector()
726 assert(NumVectorElts <= 32 && "Vectors with more than 32 elements not " in SelectBuildVector()
731 SmallVector<SDValue, 32 * 2 + 1> RegSeqArgs(NumVectorElts * 2 + 1); in SelectBuildVector()
749 if (NOps != NumVectorElts) { in SelectBuildVector()
751 assert(N->getOpcode() == ISD::SCALAR_TO_VECTOR && NOps < NumVectorElts); in SelectBuildVector()
754 for (unsigned i = NOps; i < NumVectorElts; ++i) { in SelectBuildVector()
827 unsigned NumVectorElts = VT.getVectorNumElements(); in Select() local
829 if (Opc == ISD::BUILD_VECTOR && NumVectorElts == 2) { in Select()
3163 unsigned NumVectorElts = VT.getVectorNumElements(); in Select() local
[all …]