Home
last modified time | relevance | path

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

/freebsd-10-stable/contrib/llvm/tools/clang/lib/CodeGen/
DTargetInfo.cpp3868 ABIArgInfo classifyGenericType(QualType Ty, int &FreeIntRegs,
3913 FI.getReturnInfo() = classifyGenericType(FI.getReturnType(), in computeInfo()
3919 it->info = classifyGenericType(it->type, FreeIntRegs, FreeVFPRegs); in computeInfo()
3955 ABIArgInfo AArch64ABIInfo::classifyGenericType(QualType Ty, in classifyGenericType() function in AArch64ABIInfo
4078 ABIArgInfo AI = classifyGenericType(Ty, FreeIntRegs, FreeVFPRegs); in EmitVAArg()