Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CodeGen/Targets/
H A DSparc.cpp113 ABIArgInfo classifyType(QualType RetTy, unsigned SizeLimit,
227 ABIArgInfo SparcV9ABIInfo::classifyType(QualType Ty, unsigned SizeLimit, in classifyType() function in SparcV9ABIInfo
328 ABIArgInfo RetType = classifyType(FI.getReturnType(), 32 * 8, RetOffset); in computeInfo()
334 I.info = classifyType(I.type, 16 * 8, ArgOffset); in computeInfo()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DSwiftCallingConv.cpp813 static ABIArgInfo classifyType(CodeGenModule &CGM, CanQualType type, in classifyType() function
862 return classifyType(CGM, type, /*forReturn*/ true); in classifyReturnType()
867 return classifyType(CGM, type, /*forReturn*/ false); in classifyArgumentType()