Searched refs:isSingleElementStruct (Results 1 – 7 of 7) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/Targets/ |
| H A D | WebAssembly.cpp | 113 if (const Type *SeltTy = isSingleElementStruct(Ty, getContext())) in classifyArgumentType() 146 if (const Type *SeltTy = isSingleElementStruct(RetTy, getContext())) in classifyReturnType() 162 !isSingleElementStruct(Ty, getContext()); in EmitVAArg()
|
| H A D | CSKY.cpp | 96 if (const Type *SeltTy = isSingleElementStruct(Ty, getContext())) in classifyArgumentType()
|
| H A D | AMDGPU.cpp | 131 if (const Type *SeltTy = isSingleElementStruct(RetTy, getContext())) in classifyReturnType() 169 if (const Type *SeltTy = isSingleElementStruct(Ty, getContext())) in classifyKernelArgumentType() 219 if (const Type *SeltTy = isSingleElementStruct(Ty, getContext())) in classifyArgumentType()
|
| H A D | PPC.cpp | 328 if (const Type *EltType = isSingleElementStruct(Ty, getContext())) { in getParamTypeAlignment() 587 const Type *T = isSingleElementStruct(I.type, getContext()); in computeInfo() 699 const Type *EltType = isSingleElementStruct(Ty, getContext()); in getParamTypeAlignment()
|
| H A D | X86.cpp | 552 if (const Type *SeltTy = isSingleElementStruct(RetTy, getContext())) in classifyReturnType() 631 const Type *T = isSingleElementStruct(Ty, getContext()); in classify() 2249 if (const Type *InnerTy = isSingleElementStruct(Ty, getContext())) in GetByteVectorType()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | ABIInfoImpl.cpp | 310 const Type *CodeGen::isSingleElementStruct(QualType T, ASTContext &Context) { in isSingleElementStruct() function in CodeGen 334 Found = isSingleElementStruct(I.getType(), Context); in isSingleElementStruct() 363 Found = isSingleElementStruct(FT, Context); in isSingleElementStruct()
|
| H A D | ABIInfoImpl.h | 147 const Type *isSingleElementStruct(QualType T, ASTContext &Context);
|