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

/freebsd-11.0-release/contrib/llvm/lib/Target/AMDGPU/
H A DAMDGPUISelDAGToDAG.cpp290 static unsigned selectSGPRVectorRegClassID(unsigned NumVectorElts) { argument
291 switch (NumVectorElts) {
336 unsigned NumVectorElts = VT.getVectorNumElements(); local
340 RegClassID = selectSGPRVectorRegClassID(NumVectorElts);
346 switch(NumVectorElts) {
361 if (NumVectorElts == 1) {
366 assert(NumVectorElts <= 16 && "Vectors with more than 16 elements not "
371 SmallVector<SDValue, 16 * 2 + 1> RegSeqArgs(NumVectorElts * 2 + 1);
388 if (NOps != NumVectorElts) {
390 assert(Opc == ISD::SCALAR_TO_VECTOR && NOps < NumVectorElts);
[all...]

Completed in 52 milliseconds