Searched refs:maxnreg (Results 1 – 3 of 3) sorted by relevance
572 unsigned maxnreg; in emitKernelFunctionDirectives() local573 if (getMaxNReg(F, maxnreg)) in emitKernelFunctionDirectives()574 O << ".maxnreg " << maxnreg << "\n"; in emitKernelFunctionDirectives()
12343 size_t maxnreg) in same_set() argument12345 return (a < ®s[maxnreg] && a->regloc != NULL in same_set()12346 && b < ®s[maxnreg] && b->regloc != NULL in same_set()12358 ssize_t maxnreg = ebl_register_info (ebl, 0, NULL, 0, NULL, NULL, NULL, NULL); in handle_core_registers() local12359 if (maxnreg <= 0) in handle_core_registers()12362 if (maxnreg < reglocs[i].regno + reglocs[i].count) in handle_core_registers()12363 maxnreg = reglocs[i].regno + reglocs[i].count; in handle_core_registers()12364 assert (maxnreg > 0); in handle_core_registers()12367 struct register_info regs[maxnreg]; in handle_core_registers()12377 assert (reg < maxnreg); in handle_core_registers()[all …]
311 maxnreg arguments.