Home
last modified time | relevance | path

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

/freebsd/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.cpp94 if (const Type *SeltTy = isSingleElementStruct(Ty, getContext())) in classifyArgumentType()
H A DAMDGPU.cpp140 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 DPPC.cpp384 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 DX86.cpp553 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 DABIInfoImpl.cpp348 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 DABIInfoImpl.h158 const Type *isSingleElementStruct(QualType T, ASTContext &Context);