Searched refs:isSingleElementStruct (Results 1 – 2 of 2) sorted by relevance
/external/llvm-project/clang/lib/CodeGen/ |
D | TargetInfo.cpp | 570 static const Type *isSingleElementStruct(QualType T, ASTContext &Context) { in isSingleElementStruct() function 594 Found = isSingleElementStruct(I.getType(), Context); in isSingleElementStruct() 623 Found = isSingleElementStruct(FT, Context); in isSingleElementStruct() 867 if (const Type *SeltTy = isSingleElementStruct(Ty, getContext())) in classifyArgumentType() 900 if (const Type *SeltTy = isSingleElementStruct(RetTy, getContext())) in classifyReturnType() 916 !isSingleElementStruct(Ty, getContext()); in EmitVAArg() 1539 if (const Type *SeltTy = isSingleElementStruct(RetTy, getContext())) in classifyReturnType() 1639 const Type *T = isSingleElementStruct(Ty, getContext()); in classify() 3240 if (const Type *InnerTy = isSingleElementStruct(Ty, getContext())) in GetByteVectorType() 4653 if (const Type *EltType = isSingleElementStruct(Ty, getContext())) { in getParamTypeAlignment() [all …]
|
/external/clang/lib/CodeGen/ |
D | TargetInfo.cpp | 471 static const Type *isSingleElementStruct(QualType T, ASTContext &Context) { in isSingleElementStruct() function 495 Found = isSingleElementStruct(I.getType(), Context); in isSingleElementStruct() 524 Found = isSingleElementStruct(FT, Context); in isSingleElementStruct() 702 if (const Type *SeltTy = isSingleElementStruct(Ty, getContext())) in classifyArgumentType() 721 if (const Type *SeltTy = isSingleElementStruct(RetTy, getContext())) in classifyReturnType() 1290 if (const Type *SeltTy = isSingleElementStruct(RetTy, getContext())) in classifyReturnType() 1386 const Type *T = isSingleElementStruct(Ty, getContext()); in classify() 2744 if (const Type *InnerTy = isSingleElementStruct(Ty, getContext())) in GetByteVectorType() 3946 const Type *T = isSingleElementStruct(I.type, getContext()); in computeInfo() 4043 const Type *EltType = isSingleElementStruct(Ty, getContext()); in getParamTypeAlignment()
|