Home
last modified time | relevance | path

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

/external/clang/lib/CodeGen/
DTargetInfo.cpp1943 bool IsIllegalVectorType(QualType Ty) const;
2668 bool X86_64ABIInfo::IsIllegalVectorType(QualType Ty) const { in IsIllegalVectorType() function in X86_64ABIInfo
2689 if (!isAggregateTypeForABI(Ty) && !IsIllegalVectorType(Ty)) { in getIndirectResult()
/external/llvm-project/clang/lib/CodeGen/
DTargetInfo.cpp2276 bool IsIllegalVectorType(QualType Ty) const;
3158 bool X86_64ABIInfo::IsIllegalVectorType(QualType Ty) const { in IsIllegalVectorType() function in X86_64ABIInfo
3184 if (!isAggregateTypeForABI(Ty) && !IsIllegalVectorType(Ty) && in getIndirectResult()