Searched refs:numRegsForType (Results 1 – 1 of 1) sorted by relevance
7564 unsigned numRegsForType(QualType Ty) const;7594 unsigned AMDGPUABIInfo::numRegsForType(QualType Ty) const { in numRegsForType() function in __anon2eb210401111::AMDGPUABIInfo7617 NumRegs += numRegsForType(FieldTy); in numRegsForType()7674 if (numRegsForType(RetTy) <= MaxNumRegsForArgsRet) in classifyReturnType()7746 unsigned NumRegs = numRegsForType(Ty); in classifyArgumentType()7757 unsigned NumRegs = numRegsForType(Ty); in classifyArgumentType()