Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
H A DAMDGPUISelDAGToDAG.cpp649 unsigned NumVectorElts = VT.getVectorNumElements(); in SelectBuildVector() local
654 if (NumVectorElts == 1) { in SelectBuildVector()
660 assert(NumVectorElts <= 32 && "Vectors with more than 32 elements not " in SelectBuildVector()
665 SmallVector<SDValue, 32 * 2 + 1> RegSeqArgs(NumVectorElts * 2 + 1); in SelectBuildVector()
683 if (NOps != NumVectorElts) { in SelectBuildVector()
685 assert(N->getOpcode() == ISD::SCALAR_TO_VECTOR && NOps < NumVectorElts); in SelectBuildVector()
688 for (unsigned i = NOps; i < NumVectorElts; ++i) { in SelectBuildVector()
761 unsigned NumVectorElts = VT.getVectorNumElements(); in Select() local
763 if (Opc == ISD::BUILD_VECTOR && NumVectorElts == 2) { in Select()
775 SIRegisterInfo::getSGPRClassForBitWidth(NumVectorElts * 32)->getID(); in Select()
[all …]