Home
last modified time | relevance | path

Searched refs:maxnreg (Results 1 – 3 of 3) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/NVPTX/
Dannotations.ll32 ; CHECK: .maxnreg 1234
49 !8 = !{void ()* @kernel_func_maxnreg, !"maxnreg", i32 1234}
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/NVPTX/
DNVPTXAsmPrinter.cpp566 unsigned maxnreg; in emitKernelFunctionDirectives() local
567 if (getMaxNReg(F, maxnreg)) in emitKernelFunctionDirectives()
568 O << ".maxnreg " << maxnreg << "\n"; in emitKernelFunctionDirectives()
/external/elfutils/src/
Dreadelf.c11866 ssize_t maxnreg = ebl_register_info (ebl, 0, NULL, 0, NULL, NULL, NULL, NULL); in handle_core_registers() local
11867 if (maxnreg <= 0) in handle_core_registers()
11870 if (maxnreg < reglocs[i].regno + reglocs[i].count) in handle_core_registers()
11871 maxnreg = reglocs[i].regno + reglocs[i].count; in handle_core_registers()
11872 assert (maxnreg > 0); in handle_core_registers()
11875 struct register_info regs[maxnreg]; in handle_core_registers()
11885 assert (reg < maxnreg); in handle_core_registers()
11900 return (a < &regs[maxnreg] && a->regloc != NULL in handle_core_registers()
11901 && b < &regs[maxnreg] && b->regloc != NULL in handle_core_registers()