Searched refs:numRegsForType (Results 1 – 1 of 1) sorted by relevance
26 unsigned numRegsForType(QualType Ty) const;69 unsigned AMDGPUABIInfo::numRegsForType(QualType Ty) const { in numRegsForType() function in __anond73772ba0111::AMDGPUABIInfo92 NumRegs += numRegsForType(FieldTy); in numRegsForType()162 if (numRegsForType(RetTy) <= MaxNumRegsForArgsRet) in classifyReturnType()263 unsigned NumRegs = numRegsForType(Ty); in classifyArgumentType()280 unsigned NumRegs = numRegsForType(Ty); in classifyArgumentType()