Searched refs:NumVectorElts (Results 1 - 1 of 1) sorted by last modified time

/external/llvm/lib/Target/R600/
H A DAMDGPUISelDAGToDAG.cpp237 unsigned NumVectorElts = VT.getVectorNumElements(); local
255 switch(NumVectorElts) {
278 switch(NumVectorElts) {
292 if (NumVectorElts == 1) {
297 assert(NumVectorElts <= 16 && "Vectors with more than 16 elements not "
302 SmallVector<SDValue, 16 * 2 + 1> RegSeqArgs(NumVectorElts * 2 + 1);
318 if (NOps != NumVectorElts) {
320 assert(Opc == ISD::SCALAR_TO_VECTOR && NOps < NumVectorElts);
324 for (unsigned i = NOps; i < NumVectorElts; ++i) {

Completed in 78 milliseconds