Searched refs:numRegsForType (Results 1 – 1 of 1) sorted by relevance
8673 unsigned numRegsForType(QualType Ty) const;8715 unsigned AMDGPUABIInfo::numRegsForType(QualType Ty) const { in numRegsForType() function in __anon57a50d411411::AMDGPUABIInfo8738 NumRegs += numRegsForType(FieldTy); in numRegsForType()8800 if (numRegsForType(RetTy) <= MaxNumRegsForArgsRet) in classifyReturnType()8893 unsigned NumRegs = numRegsForType(Ty); in classifyArgumentType()8904 unsigned NumRegs = numRegsForType(Ty); in classifyArgumentType()