Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DSwiftCallingConv.cpp815 static ABIArgInfo classifyType(CodeGenModule &CGM, CanQualType type, in classifyType() function
861 return classifyType(CGM, type, /*forReturn*/ true); in classifyReturnType()
866 return classifyType(CGM, type, /*forReturn*/ false); in classifyArgumentType()
H A DTargetInfo.cpp9355 ABIArgInfo classifyType(QualType RetTy, unsigned SizeLimit) const;
9469 SparcV9ABIInfo::classifyType(QualType Ty, unsigned SizeLimit) const { in classifyType() function in SparcV9ABIInfo
9522 ABIArgInfo AI = classifyType(Ty, 16 * 8); in EmitVAArg()
9577 FI.getReturnInfo() = classifyType(FI.getReturnType(), 32 * 8); in computeInfo()
9579 I.info = classifyType(I.type, 16 * 8); in computeInfo()