Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DTargetInfo.cpp7564 unsigned numRegsForType(QualType Ty) const;
7594 unsigned AMDGPUABIInfo::numRegsForType(QualType Ty) const { in numRegsForType() function in __anon2eb210401111::AMDGPUABIInfo
7617 NumRegs += numRegsForType(FieldTy); in numRegsForType()
7674 if (numRegsForType(RetTy) <= MaxNumRegsForArgsRet) in classifyReturnType()
7746 unsigned NumRegs = numRegsForType(Ty); in classifyArgumentType()
7757 unsigned NumRegs = numRegsForType(Ty); in classifyArgumentType()