Searched refs:isSingleElementStruct (Results 1 – 7 of 7) sorted by relevance
| /freebsd/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 | 94 if (const Type *SeltTy = isSingleElementStruct(Ty, getContext())) in classifyArgumentType()
|
| H A D | AMDGPU.cpp | 140 if (const Type *SeltTy = isSingleElementStruct(RetTy, getContext())) in classifyReturnType() 178 if (const Type *SeltTy = isSingleElementStruct(Ty, getContext())) in classifyKernelArgumentType() 236 if (const Type *SeltTy = isSingleElementStruct(Ty, getContext())) in classifyArgumentType()
|
| H A D | PPC.cpp | 384 if (const Type *EltType = isSingleElementStruct(Ty, getContext())) { in getParamTypeAlignment() 644 const Type *T = isSingleElementStruct(I.type, getContext()); in computeInfo() 756 const Type *EltType = isSingleElementStruct(Ty, getContext()); in getParamTypeAlignment()
|
| H A D | X86.cpp | 553 if (const Type *SeltTy = isSingleElementStruct(RetTy, getContext())) in classifyReturnType() 632 const Type *T = isSingleElementStruct(Ty, getContext()); in classify() 2267 if (const Type *InnerTy = isSingleElementStruct(Ty, getContext())) in GetByteVectorType()
|
| /freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | ABIInfoImpl.cpp | 348 const Type *CodeGen::isSingleElementStruct(QualType T, ASTContext &Context) { in isSingleElementStruct() function in CodeGen 372 Found = isSingleElementStruct(I.getType(), Context); in isSingleElementStruct() 401 Found = isSingleElementStruct(FT, Context); in isSingleElementStruct()
|
| H A D | ABIInfoImpl.h | 158 const Type *isSingleElementStruct(QualType T, ASTContext &Context);
|