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.cpp83 return (isPromotableIntegerTypeForABI(Ty) ? ABIArgInfo::getExtend(Ty) in classifyArgumentType()
107 return (isPromotableIntegerTypeForABI(RetTy) ? ABIArgInfo::getExtend(RetTy) in classifyReturnType()
H A DSystemZ.cpp31 bool isPromotableIntegerTypeForABI(QualType Ty) const;
146 bool SystemZABIInfo::isPromotableIntegerTypeForABI(QualType Ty) const { in isPromotableIntegerTypeForABI() function in SystemZABIInfo
152 if (ABIInfo::isPromotableIntegerTypeForABI(Ty)) in isPromotableIntegerTypeForABI()
423 return (isPromotableIntegerTypeForABI(RetTy) ? ABIArgInfo::getExtend(RetTy) in classifyReturnType()
437 if (isPromotableIntegerTypeForABI(Ty)) in classifyArgumentType()
H A DBPF.cpp59 return (isPromotableIntegerTypeForABI(Ty) ? ABIArgInfo::getExtend(Ty) in classifyArgumentType()
H A DLanai.cpp137 if (isPromotableIntegerTypeForABI(Ty)) { in classifyArgumentType()
H A DNVPTX.cpp179 return (isPromotableIntegerTypeForABI(RetTy) ? ABIArgInfo::getExtend(RetTy) in classifyReturnType()
214 return (isPromotableIntegerTypeForABI(Ty) ? ABIArgInfo::getExtend(Ty) in classifyArgumentType()
H A DHexagon.cpp111 return isPromotableIntegerTypeForABI(Ty) ? ABIArgInfo::getExtend(Ty) in classifyArgumentType()
170 return isPromotableIntegerTypeForABI(RetTy) ? ABIArgInfo::getExtend(RetTy) in classifyReturnType()
H A DARC.cpp137 return isPromotableIntegerTypeForABI(Ty) in classifyArgumentType()
H A DARM.cpp395 return (isPromotableIntegerTypeForABI(Ty) in classifyArgumentType()
604 return isPromotableIntegerTypeForABI(RetTy) ? ABIArgInfo::getExtend(RetTy) in classifyReturnType()
H A DX86.cpp563 return (isPromotableIntegerTypeForABI(RetTy) ? ABIArgInfo::getExtend(RetTy) in classifyReturnType()
890 if (isPromotableIntegerTypeForABI(Ty)) { in classifyArgumentType()
2192 return (isPromotableIntegerTypeForABI(Ty) ? ABIArgInfo::getExtend(Ty) in getIndirectReturnResult()
2231 return (isPromotableIntegerTypeForABI(Ty) ? ABIArgInfo::getExtend(Ty) in getIndirectResult()
2639 isPromotableIntegerTypeForABI(RetTy)) in classifyReturnType()
2783 isPromotableIntegerTypeForABI(Ty)) in classifyArgumentType()
H A DMips.cpp346 if (isPromotableIntegerTypeForABI(RetTy)) in classifyReturnType()
H A DAArch64.cpp411 return (isPromotableIntegerTypeForABI(Ty) && isDarwinPCS() in classifyArgumentType()
558 return (isPromotableIntegerTypeForABI(RetTy) && isDarwinPCS() in classifyReturnType()
H A DPPC.cpp713 if (isPromotableIntegerTypeForABI(Ty)) in isPromotableTypeForABI()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DABIInfo.h108 bool isPromotableIntegerTypeForABI(QualType Ty) const;
H A DABIInfoImpl.cpp42 return (isPromotableIntegerTypeForABI(Ty) in classifyArgumentType()
66 return (isPromotableIntegerTypeForABI(RetTy) ? ABIArgInfo::getExtend(RetTy) in classifyReturnType()
H A DABIInfo.cpp163 bool ABIInfo::isPromotableIntegerTypeForABI(QualType Ty) const { in isPromotableIntegerTypeForABI() function in ABIInfo