HomeSort by: relevance | last modified time | path
    Searched refs:isVectorTypeSupported (Results 1 - 5 of 5) sorted by relevancy

  /src/external/gpl3/gcc.old/dist/gcc/d/dmd/
target.h 200 int isVectorTypeSupported(int sz, Type *type);
target.d 206 extern (C++) int isVectorTypeSupported(int sz, Type type);
typesem.d 696 final switch (target.isVectorTypeSupported(sz, t.nextOf()))
  /src/external/gpl3/gcc.old/dist/gcc/d/
d-target.cc 266 Target::isVectorTypeSupported (int sz, Type *type)
d-builtins.cc 214 if (target.isVectorTypeSupported (dtype->size (), dtype->nextOf ()))

Completed in 18 milliseconds