Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Target/AMDGPU/
H A DR600ISelDAGToDAG.cpp103 unsigned NumVectorElts = VT.getVectorNumElements(); in Select() local
109 switch (NumVectorElts) { in Select()
H A DAMDGPUISelDAGToDAG.cpp443 unsigned NumVectorElts = VT.getVectorNumElements(); in SelectBuildVector() local
448 if (NumVectorElts == 1) { in SelectBuildVector()
454 assert(NumVectorElts <= 32 && "Vectors with more than 32 elements not " in SelectBuildVector()
459 SmallVector<SDValue, 32 * 2 + 1> RegSeqArgs(NumVectorElts * 2 + 1); in SelectBuildVector()
477 if (NOps != NumVectorElts) { in SelectBuildVector()
479 assert(N->getOpcode() == ISD::SCALAR_TO_VECTOR && NOps < NumVectorElts); in SelectBuildVector()
482 for (unsigned i = NOps; i < NumVectorElts; ++i) { in SelectBuildVector()
555 unsigned NumVectorElts = VT.getVectorNumElements(); in Select() local
557 if (Opc == ISD::BUILD_VECTOR && NumVectorElts == 2) { in Select()
569 SIRegisterInfo::getSGPRClassForBitWidth(NumVectorElts * 32)->getID(); in Select()
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp5931 unsigned NumVectorElts = NumElts.isScalable() ? 1 : NumElts.getFixedValue(); in FoldConstantArithmetic() local
5935 for (unsigned I = 0; I != NumVectorElts; I++) { in FoldConstantArithmetic()