Searched refs:maxnreg (Results 1 – 5 of 5) sorted by relevance
/external/llvm-project/llvm/test/CodeGen/NVPTX/ |
D | annotations.ll | 32 ; CHECK: .maxnreg 1234 49 !8 = !{void ()* @kernel_func_maxnreg, !"maxnreg", i32 1234}
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/NVPTX/ |
D | NVPTXAsmPrinter.cpp | 572 unsigned maxnreg; in emitKernelFunctionDirectives() local 573 if (getMaxNReg(F, maxnreg)) in emitKernelFunctionDirectives() 574 O << ".maxnreg " << maxnreg << "\n"; in emitKernelFunctionDirectives()
|
/external/llvm-project/llvm/lib/Target/NVPTX/ |
D | NVPTXAsmPrinter.cpp | 572 unsigned maxnreg; in emitKernelFunctionDirectives() local 573 if (getMaxNReg(F, maxnreg)) in emitKernelFunctionDirectives() 574 O << ".maxnreg " << maxnreg << "\n"; in emitKernelFunctionDirectives()
|
/external/elfutils/src/ |
D | readelf.c | 12090 size_t maxnreg) in same_set() argument 12092 return (a < ®s[maxnreg] && a->regloc != NULL in same_set() 12093 && b < ®s[maxnreg] && b->regloc != NULL in same_set() 12105 ssize_t maxnreg = ebl_register_info (ebl, 0, NULL, 0, NULL, NULL, NULL, NULL); in handle_core_registers() local 12106 if (maxnreg <= 0) in handle_core_registers() 12109 if (maxnreg < reglocs[i].regno + reglocs[i].count) in handle_core_registers() 12110 maxnreg = reglocs[i].regno + reglocs[i].count; in handle_core_registers() 12111 assert (maxnreg > 0); in handle_core_registers() 12114 struct register_info regs[maxnreg]; in handle_core_registers() 12124 assert (reg < maxnreg); in handle_core_registers() [all …]
|
D | ChangeLog | 29 maxnreg arguments.
|