Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/
H A DTargetInfo.cpp8855 unsigned numRegsForType(QualType Ty) const;
8897 unsigned AMDGPUABIInfo::numRegsForType(QualType Ty) const { in numRegsForType() function in __anoncdae85851411::AMDGPUABIInfo
8920 NumRegs += numRegsForType(FieldTy); in numRegsForType()
8982 if (numRegsForType(RetTy) <= MaxNumRegsForArgsRet) in classifyReturnType()
9075 unsigned NumRegs = numRegsForType(Ty); in classifyArgumentType()
9086 unsigned NumRegs = numRegsForType(Ty); in classifyArgumentType()