Home
last modified time | relevance | path

Searched refs:isPromotableIntegerTypeForABI (Results 1 – 15 of 15) sorted by relevance

/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/Targets/
H A DPNaCl.cpp79 return (isPromotableIntegerTypeForABI(Ty) ? ABIArgInfo::getExtend(Ty) in classifyArgumentType()
102 return (isPromotableIntegerTypeForABI(RetTy) ? ABIArgInfo::getExtend(RetTy) in classifyReturnType()
H A DSystemZ.cpp31 bool isPromotableIntegerTypeForABI(QualType Ty) const;
145 bool SystemZABIInfo::isPromotableIntegerTypeForABI(QualType Ty) const { in isPromotableIntegerTypeForABI() function in SystemZABIInfo
151 if (ABIInfo::isPromotableIntegerTypeForABI(Ty)) in isPromotableIntegerTypeForABI()
411 return (isPromotableIntegerTypeForABI(RetTy) ? ABIArgInfo::getExtend(RetTy) in classifyReturnType()
421 if (isPromotableIntegerTypeForABI(Ty)) in classifyArgumentType()
H A DBPF.cpp57 return (isPromotableIntegerTypeForABI(Ty) ? ABIArgInfo::getExtend(Ty) in classifyArgumentType()
H A DNVPTX.cpp164 return (isPromotableIntegerTypeForABI(RetTy) ? ABIArgInfo::getExtend(RetTy) in classifyReturnType()
195 return (isPromotableIntegerTypeForABI(Ty) ? ABIArgInfo::getExtend(Ty) in classifyArgumentType()
H A DLanai.cpp133 if (isPromotableIntegerTypeForABI(Ty)) { in classifyArgumentType()
H A DARC.cpp134 return isPromotableIntegerTypeForABI(Ty) in classifyArgumentType()
H A DHexagon.cpp110 return isPromotableIntegerTypeForABI(Ty) ? ABIArgInfo::getExtend(Ty) in classifyArgumentType()
165 return isPromotableIntegerTypeForABI(RetTy) ? ABIArgInfo::getExtend(RetTy) in classifyReturnType()
H A DARM.cpp362 return (isPromotableIntegerTypeForABI(Ty) ? ABIArgInfo::getExtend(Ty) in classifyArgumentType()
564 return isPromotableIntegerTypeForABI(RetTy) ? ABIArgInfo::getExtend(RetTy) in classifyReturnType()
H A DAArch64.cpp290 return (isPromotableIntegerTypeForABI(Ty) && isDarwinPCS() in classifyArgumentType()
393 return (isPromotableIntegerTypeForABI(RetTy) && isDarwinPCS() in classifyReturnType()
H A DX86.cpp573 return (isPromotableIntegerTypeForABI(RetTy) ? ABIArgInfo::getExtend(RetTy) in classifyReturnType()
888 if (isPromotableIntegerTypeForABI(Ty)) { in classifyArgumentType()
2160 return (isPromotableIntegerTypeForABI(Ty) ? ABIArgInfo::getExtend(Ty) in getIndirectReturnResult()
2199 return (isPromotableIntegerTypeForABI(Ty) ? ABIArgInfo::getExtend(Ty) in getIndirectResult()
2605 isPromotableIntegerTypeForABI(RetTy)) in classifyReturnType()
2749 isPromotableIntegerTypeForABI(Ty)) in classifyArgumentType()
H A DMips.cpp327 if (isPromotableIntegerTypeForABI(RetTy)) in classifyReturnType()
H A DPPC.cpp652 if (isPromotableIntegerTypeForABI(Ty)) in isPromotableTypeForABI()
/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DABIInfo.h104 bool isPromotableIntegerTypeForABI(QualType Ty) const;
H A DABIInfoImpl.cpp41 return (isPromotableIntegerTypeForABI(Ty) ? ABIArgInfo::getExtend(Ty) in classifyArgumentType()
63 return (isPromotableIntegerTypeForABI(RetTy) ? ABIArgInfo::getExtend(RetTy) in classifyReturnType()
H A DABIInfo.cpp163 bool ABIInfo::isPromotableIntegerTypeForABI(QualType Ty) const { in isPromotableIntegerTypeForABI() function in ABIInfo