Lines Matching refs:SeltTy
867 if (const Type *SeltTy = isSingleElementStruct(Ty, getContext())) in classifyArgumentType() local
868 return ABIArgInfo::getDirect(CGT.ConvertType(QualType(SeltTy, 0))); in classifyArgumentType()
900 if (const Type *SeltTy = isSingleElementStruct(RetTy, getContext())) in classifyReturnType() local
901 return ABIArgInfo::getDirect(CGT.ConvertType(QualType(SeltTy, 0))); in classifyReturnType()
1539 if (const Type *SeltTy = isSingleElementStruct(RetTy, getContext())) in classifyReturnType() local
1540 if ((!IsWin32StructABI && SeltTy->isRealFloatingType()) in classifyReturnType()
1541 || SeltTy->hasPointerRepresentation()) in classifyReturnType()
1542 return ABIArgInfo::getDirect(CGT.ConvertType(QualType(SeltTy, 0))); in classifyReturnType()
8778 if (const Type *SeltTy = isSingleElementStruct(RetTy, getContext())) in classifyReturnType() local
8779 return ABIArgInfo::getDirect(CGT.ConvertType(QualType(SeltTy, 0))); in classifyReturnType()
8816 if (const Type *SeltTy = isSingleElementStruct(Ty, getContext())) in classifyKernelArgumentType() local
8817 Ty = QualType(SeltTy, 0); in classifyKernelArgumentType()
8866 if (const Type *SeltTy = isSingleElementStruct(Ty, getContext())) in classifyArgumentType() local
8867 return ABIArgInfo::getDirect(CGT.ConvertType(QualType(SeltTy, 0))); in classifyArgumentType()