Searched refs:SeltTy (Results 1 – 2 of 2) sorted by relevance
/external/llvm-project/clang/lib/CodeGen/ |
D | TargetInfo.cpp | 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() [all …]
|
/external/clang/lib/CodeGen/ |
D | TargetInfo.cpp | 702 if (const Type *SeltTy = isSingleElementStruct(Ty, getContext())) in classifyArgumentType() local 703 return ABIArgInfo::getDirect(CGT.ConvertType(QualType(SeltTy, 0))); in classifyArgumentType() 721 if (const Type *SeltTy = isSingleElementStruct(RetTy, getContext())) in classifyReturnType() local 722 return ABIArgInfo::getDirect(CGT.ConvertType(QualType(SeltTy, 0))); in classifyReturnType() 1290 if (const Type *SeltTy = isSingleElementStruct(RetTy, getContext())) in classifyReturnType() local 1291 if ((!IsWin32StructABI && SeltTy->isRealFloatingType()) in classifyReturnType() 1292 || SeltTy->hasPointerRepresentation()) in classifyReturnType() 1293 return ABIArgInfo::getDirect(CGT.ConvertType(QualType(SeltTy, 0))); in classifyReturnType()
|