Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/Targets/
H A DAMDGPU.cpp26 unsigned numRegsForType(QualType Ty) const;
68 unsigned AMDGPUABIInfo::numRegsForType(QualType Ty) const { in numRegsForType() function in __anon9c14efbb0111::AMDGPUABIInfo
91 NumRegs += numRegsForType(FieldTy); in numRegsForType()
153 if (numRegsForType(RetTy) <= MaxNumRegsForArgsRet) in classifyReturnType()
246 unsigned NumRegs = numRegsForType(Ty); in classifyArgumentType()
263 unsigned NumRegs = numRegsForType(Ty); in classifyArgumentType()