Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Target/AMDGPU/
H A DAMDGPUISelDAGToDAG.cpp382 static unsigned selectSGPRVectorRegClassID(unsigned NumVectorElts) { in selectSGPRVectorRegClassID() argument
383 switch (NumVectorElts) { in selectSGPRVectorRegClassID()
415 unsigned NumVectorElts = VT.getVectorNumElements(); in SelectBuildVector() local
420 if (NumVectorElts == 1) { in SelectBuildVector()
446 if (NOps != NumVectorElts) { in SelectBuildVector()
451 for (unsigned i = NOps; i < NumVectorElts; ++i) { in SelectBuildVector()
511 unsigned NumVectorElts = VT.getVectorNumElements(); in Select() local
513 if (Opc == ISD::BUILD_VECTOR && NumVectorElts == 2) { in Select()
528 unsigned RegClassID = selectSGPRVectorRegClassID(NumVectorElts); in Select()
2200 unsigned NumVectorElts = VT.getVectorNumElements(); in Select() local
[all …]