Home
last modified time | relevance | path

Searched refs:isSingleElementStruct (Results 1 – 8 of 8) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/CodeGen/Targets/
H A DWebAssembly.cpp114 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 DCSKY.cpp95 if (const Type *SeltTy = isSingleElementStruct(Ty, getContext())) in classifyArgumentType()
H A DAMDGPU.cpp152 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 DPPC.cpp388 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 DX86.cpp542 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 DABIInfoImpl.cpp342 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 DABIInfoImpl.h141 const Type *isSingleElementStruct(QualType T, ASTContext &Context);
/freebsd/contrib/llvm-project/llvm/include/llvm/Testing/Demangle/
H A DDemangleTestCases.inc4111 {"_Z21isSingleElementStructN5clang8QualTypeERNS_10ASTContextE", "isSingleElementStruct(clang::QualT…