Searched refs:numRegsForType (Results 1 – 1 of 1) sorted by relevance
9068 unsigned numRegsForType(QualType Ty) const;9110 unsigned AMDGPUABIInfo::numRegsForType(QualType Ty) const { in numRegsForType() function in __anon8ad051811511::AMDGPUABIInfo9133 NumRegs += numRegsForType(FieldTy); in numRegsForType()9195 if (numRegsForType(RetTy) <= MaxNumRegsForArgsRet) in classifyReturnType()9288 unsigned NumRegs = numRegsForType(Ty); in classifyArgumentType()9299 unsigned NumRegs = numRegsForType(Ty); in classifyArgumentType()