Home
last modified time | relevance | path

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

/external/clang/lib/CodeGen/
DTargetInfo.cpp4797 bool isFPArgumentType(QualType Ty) const;
4846 bool SystemZABIInfo::isFPArgumentType(QualType Ty) const { in isFPArgumentType() function in SystemZABIInfo
4871 Found = isFPArgumentType(Base); in isFPArgumentType()
4888 Found = isFPArgumentType(FD->getType()); in isFPArgumentType()
4915 bool InFPRs = isFPArgumentType(Ty); in EmitVAArg()
5049 if (isFPArgumentType(Ty)) { in classifyArgumentType()