Searched refs:numRegsForType (Results 1 – 1 of 1) sorted by relevance
8809 unsigned numRegsForType(QualType Ty) const;8851 unsigned AMDGPUABIInfo::numRegsForType(QualType Ty) const { in numRegsForType() function in __anon6bad40bc1411::AMDGPUABIInfo8874 NumRegs += numRegsForType(FieldTy); in numRegsForType()8936 if (numRegsForType(RetTy) <= MaxNumRegsForArgsRet) in classifyReturnType()9029 unsigned NumRegs = numRegsForType(Ty); in classifyArgumentType()9040 unsigned NumRegs = numRegsForType(Ty); in classifyArgumentType()