Home
last modified time | relevance | path

Searched refs:reg_count (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Core/
H A DValueObjectRegister.cpp81 auto reg_count = reg_set->num_registers; in CalculateNumChildren() local
82 return reg_count <= max ? reg_count : max; in CalculateNumChildren()
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_stoptheworld_mac.cpp152 mach_msg_type_number_t reg_count = sizeof(regs) / sizeof(natural_t); in GetRegistersAndSP() local
154 &reg_count); in GetRegistersAndSP()
/freebsd/sys/dev/dpaa2/
H A Ddpaa2_mcp.h346 uint8_t reg_count; member
H A Ddpaa2_rc.c754 uint8_t reg_count; in dpaa2_rc_get_obj() member
777 obj->reg_count = pobj->reg_count; in dpaa2_rc_get_obj()
808 uint8_t reg_count; in dpaa2_rc_get_obj_descriptor() member
834 obj->reg_count = pobj->reg_count; in dpaa2_rc_get_obj_descriptor()
3070 for (uint8_t i = 0; i < obj->reg_count; i++) { in dpaa2_rc_add_managed_child()
/freebsd/contrib/llvm-project/llvm/lib/Target/NVPTX/
H A DNVPTXIntrinsics.td6899 def : NVPTXInst<(outs), (ins i32imm:$reg_count),
6900 "setmaxnreg." # Action # ".sync.aligned.u32 $reg_count;",
6901 [(Intr timm:$reg_count)]>,