reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/clang/utils/TableGen/NeonEmitter.cpp
  433     if (getReturnType().getNumVectors() > 1)
 1090   Type RetT = getReturnType();
 1331   if (!getReturnType().isVector() || getReturnType().isVoid() ||
 1331   if (!getReturnType().isVector() || getReturnType().isVoid() ||
 1332       getReturnType().getNumElements() == 1)
 1386   bool SRet = getReturnType().getNumVectors() >= 2;
 1399   if (!getReturnType().isVoid() && !SRet)
 1459     Type ThisTy = getReturnType();
 1608   return std::make_pair(Callee.getReturnType(), S);
 1637         castToType = Intr.getReturnType();
 2014     ErrMsg += "  - " + I.getReturnType().str() + " " + I.getMangledName();
 2160     Type Ty = Def->getReturnType();
 2186     if (PtrArgNum >= 0 && Def->getReturnType().getNumVectors() > 1)
 2267       UpperBound = utostr(Def->getReturnType().getElementSizeInBits() - 1);