Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/lldb/source/Core/
H A DValueObjectRegister.cpp80 auto reg_count = reg_set->num_registers; in CalculateNumChildren() local
81 return reg_count <= max ? reg_count : max; in CalculateNumChildren()
/freebsd-14.2/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-14.2/sys/dev/dpaa2/
H A Ddpaa2_mcp.h346 uint8_t reg_count; member
H A Ddpaa2_rc.c755 uint8_t reg_count; in dpaa2_rc_get_obj() member
778 obj->reg_count = pobj->reg_count; in dpaa2_rc_get_obj()
809 uint8_t reg_count; in dpaa2_rc_get_obj_descriptor() member
835 obj->reg_count = pobj->reg_count; in dpaa2_rc_get_obj_descriptor()
3078 for (uint8_t i = 0; i < obj->reg_count; i++) { in dpaa2_rc_add_managed_child()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/NVPTX/
H A DNVPTXIntrinsics.td6827 def : NVPTXInst<(outs), (ins i32imm:$reg_count),
6828 "setmaxnreg." # Action # ".sync.aligned.u32 $reg_count;",
6829 [(Intr timm:$reg_count)]>,