Home
last modified time | relevance | path

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

/external/clang/lib/CodeGen/
DTargetInfo.cpp5797 bool isVectorArgumentType(QualType Ty) const;
5856 bool SystemZABIInfo::isVectorArgumentType(QualType Ty) const { in isVectorArgumentType() function in SystemZABIInfo
6080 if (isVectorArgumentType(RetTy)) in classifyReturnType()
6102 if (isVectorArgumentType(SingleElementTy) && in classifyArgumentType()
/external/llvm-project/clang/lib/CodeGen/
DTargetInfo.cpp7180 bool isVectorArgumentType(QualType Ty) const;
7246 bool SystemZABIInfo::isVectorArgumentType(QualType Ty) const { in isVectorArgumentType() function in SystemZABIInfo
7476 if (isVectorArgumentType(RetTy)) in classifyReturnType()
7498 if (isVectorArgumentType(SingleElementTy) && in classifyArgumentType()