Home
last modified time | relevance | path

Searched refs:SeltTy (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/CodeGen/Targets/
H A DWebAssembly.cpp113 if (const Type *SeltTy = isSingleElementStruct(Ty, getContext())) in classifyArgumentType() local
114 return ABIArgInfo::getDirect(CGT.ConvertType(QualType(SeltTy, 0))); in classifyArgumentType()
146 if (const Type *SeltTy = isSingleElementStruct(RetTy, getContext())) in classifyReturnType() local
147 return ABIArgInfo::getDirect(CGT.ConvertType(QualType(SeltTy, 0))); in classifyReturnType()
H A DCSKY.cpp94 if (const Type *SeltTy = isSingleElementStruct(Ty, getContext())) in classifyArgumentType() local
95 return ABIArgInfo::getDirect(CGT.ConvertType(QualType(SeltTy, 0))); in classifyArgumentType()
H A DAMDGPU.cpp140 if (const Type *SeltTy = isSingleElementStruct(RetTy, getContext())) in classifyReturnType() local
141 return ABIArgInfo::getDirect(CGT.ConvertType(QualType(SeltTy, 0))); in classifyReturnType()
178 if (const Type *SeltTy = isSingleElementStruct(Ty, getContext())) in classifyKernelArgumentType() local
179 Ty = QualType(SeltTy, 0); in classifyKernelArgumentType()
236 if (const Type *SeltTy = isSingleElementStruct(Ty, getContext())) in classifyArgumentType() local
237 return ABIArgInfo::getDirect(CGT.ConvertType(QualType(SeltTy, 0))); in classifyArgumentType()
H A DX86.cpp553 if (const Type *SeltTy = isSingleElementStruct(RetTy, getContext())) in classifyReturnType() local
554 if ((!IsWin32StructABI && SeltTy->isRealFloatingType()) in classifyReturnType()
555 || SeltTy->hasPointerRepresentation()) in classifyReturnType()
556 return ABIArgInfo::getDirect(CGT.ConvertType(QualType(SeltTy, 0))); in classifyReturnType()