Searched refs:numRegsForType (Results 1 – 1 of 1) sorted by relevance
9198 unsigned numRegsForType(QualType Ty) const;9240 unsigned AMDGPUABIInfo::numRegsForType(QualType Ty) const { in numRegsForType() function in __anon0040e4081511::AMDGPUABIInfo9263 NumRegs += numRegsForType(FieldTy); in numRegsForType()9325 if (numRegsForType(RetTy) <= MaxNumRegsForArgsRet) in classifyReturnType()9418 unsigned NumRegs = numRegsForType(Ty); in classifyArgumentType()9429 unsigned NumRegs = numRegsForType(Ty); in classifyArgumentType()