Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/clang/lib/CodeGen/
H A DTargetInfo.cpp6168 ABIArgInfo classifyType(QualType RetTy, unsigned SizeLimit) const;
6287 SparcV9ABIInfo::classifyType(QualType Ty, unsigned SizeLimit) const { in classifyType() function in SparcV9ABIInfo
6336 ABIArgInfo AI = classifyType(Ty, 16 * 8); in EmitVAArg()
6386 FI.getReturnInfo() = classifyType(FI.getReturnType(), 32 * 8); in computeInfo()
6388 I.info = classifyType(I.type, 16 * 8); in computeInfo()