Searched refs:SeltTy (Results 1 – 4 of 4) sorted by relevance
/freebsd/contrib/llvm-project/clang/lib/CodeGen/Targets/ |
H A D | WebAssembly.cpp | 113 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 D | CSKY.cpp | 94 if (const Type *SeltTy = isSingleElementStruct(Ty, getContext())) in classifyArgumentType() local 95 return ABIArgInfo::getDirect(CGT.ConvertType(QualType(SeltTy, 0))); in classifyArgumentType()
|
H A D | AMDGPU.cpp | 140 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 D | X86.cpp | 553 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()
|