Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CodeGen/Targets/
H A DPNaCl.cpp82 return (isPromotableIntegerTypeForABI(Ty) ? ABIArgInfo::getExtend(Ty) in classifyArgumentType()
105 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()
410 return (isPromotableIntegerTypeForABI(RetTy) ? ABIArgInfo::getExtend(RetTy) in classifyReturnType()
423 if (isPromotableIntegerTypeForABI(Ty)) in classifyArgumentType()
H A DBPF.cpp57 return (isPromotableIntegerTypeForABI(Ty) ? ABIArgInfo::getExtend(Ty) in classifyArgumentType()
H A DNVPTX.cpp168 return (isPromotableIntegerTypeForABI(RetTy) ? ABIArgInfo::getExtend(RetTy) in classifyReturnType()
199 return (isPromotableIntegerTypeForABI(Ty) ? ABIArgInfo::getExtend(Ty) in classifyArgumentType()
H A DLanai.cpp133 if (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 DARC.cpp134 return isPromotableIntegerTypeForABI(Ty) in classifyArgumentType()
H A DARM.cpp360 return (isPromotableIntegerTypeForABI(Ty) ? ABIArgInfo::getExtend(Ty) in classifyArgumentType()
562 return isPromotableIntegerTypeForABI(RetTy) ? ABIArgInfo::getExtend(RetTy) in classifyReturnType()
H A DX86.cpp574 return (isPromotableIntegerTypeForABI(RetTy) ? ABIArgInfo::getExtend(RetTy) in classifyReturnType()
891 if (isPromotableIntegerTypeForABI(Ty)) { in classifyArgumentType()
2178 return (isPromotableIntegerTypeForABI(Ty) ? ABIArgInfo::getExtend(Ty) in getIndirectReturnResult()
2217 return (isPromotableIntegerTypeForABI(Ty) ? ABIArgInfo::getExtend(Ty) in getIndirectResult()
2623 isPromotableIntegerTypeForABI(RetTy)) in classifyReturnType()
2767 isPromotableIntegerTypeForABI(Ty)) in classifyArgumentType()
H A DMips.cpp327 if (isPromotableIntegerTypeForABI(RetTy)) in classifyReturnType()
H A DAArch64.cpp306 return (isPromotableIntegerTypeForABI(Ty) && isDarwinPCS() in classifyArgumentType()
409 return (isPromotableIntegerTypeForABI(RetTy) && isDarwinPCS() in classifyReturnType()
H A DPPC.cpp709 if (isPromotableIntegerTypeForABI(Ty)) in isPromotableTypeForABI()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DABIInfo.h107 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