Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CodeGen/Targets/
H A DAMDGPU.cpp27 unsigned numRegsForType(QualType Ty) const;
81 unsigned AMDGPUABIInfo::numRegsForType(QualType Ty) const { in numRegsForType() function in __anon27cf4dc50111::AMDGPUABIInfo
104 NumRegs += numRegsForType(FieldTy); in numRegsForType()
174 if (numRegsForType(RetTy) <= MaxNumRegsForArgsRet) in classifyReturnType()
272 unsigned NumRegs = numRegsForType(Ty); in classifyArgumentType()
289 unsigned NumRegs = numRegsForType(Ty); in classifyArgumentType()