Searched refs:isSingleElementStruct (Results 1 – 8 of 8) sorted by relevance
| /freebsd/contrib/llvm-project/clang/lib/CodeGen/Targets/ |
| H A D | WebAssembly.cpp | 114 if (const Type *SeltTy = isSingleElementStruct(Ty, getContext())) in classifyArgumentType() 147 if (const Type *SeltTy = isSingleElementStruct(RetTy, getContext())) in classifyReturnType() 163 !isSingleElementStruct(Ty, getContext()); in EmitVAArg()
|
| H A D | CSKY.cpp | 95 if (const Type *SeltTy = isSingleElementStruct(Ty, getContext())) in classifyArgumentType()
|
| H A D | AMDGPU.cpp | 152 if (const Type *SeltTy = isSingleElementStruct(RetTy, getContext())) in classifyReturnType() 190 if (const Type *SeltTy = isSingleElementStruct(Ty, getContext())) in classifyKernelArgumentType() 245 if (const Type *SeltTy = isSingleElementStruct(Ty, getContext())) in classifyArgumentType()
|
| H A D | PPC.cpp | 388 if (const Type *EltType = isSingleElementStruct(Ty, getContext())) { in getParamTypeAlignment() 648 const Type *T = isSingleElementStruct(I.type, getContext()); in computeInfo() 760 const Type *EltType = isSingleElementStruct(Ty, getContext()); in getParamTypeAlignment()
|
| H A D | X86.cpp | 542 if (const Type *SeltTy = isSingleElementStruct(RetTy, getContext())) in classifyReturnType() 627 const Type *T = isSingleElementStruct(Ty, getContext()); in classify() 2283 if (const Type *InnerTy = isSingleElementStruct(Ty, getContext())) in GetByteVectorType()
|
| /freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | ABIInfoImpl.cpp | 342 const Type *CodeGen::isSingleElementStruct(QualType T, ASTContext &Context) { in isSingleElementStruct() function in CodeGen 366 Found = isSingleElementStruct(I.getType(), Context); in isSingleElementStruct() 395 Found = isSingleElementStruct(FT, Context); in isSingleElementStruct()
|
| H A D | ABIInfoImpl.h | 141 const Type *isSingleElementStruct(QualType T, ASTContext &Context);
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Testing/Demangle/ |
| H A D | DemangleTestCases.inc | 4111 {"_Z21isSingleElementStructN5clang8QualTypeERNS_10ASTContextE", "isSingleElementStruct(clang::QualT…
|