Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/Targets/
H A DWebAssembly.cpp113 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 DCSKY.cpp96 if (const Type *SeltTy = isSingleElementStruct(Ty, getContext())) in classifyArgumentType()
H A DAMDGPU.cpp131 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 DPPC.cpp328 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 DX86.cpp552 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 DABIInfoImpl.cpp310 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 DABIInfoImpl.h147 const Type *isSingleElementStruct(QualType T, ASTContext &Context);