Home
last modified time | relevance | path

Searched refs:DR_OFFSET (Results 1 – 14 of 14) sorted by relevance

/openbsd/gnu/llvm/lldb/source/Plugins/Process/Utility/
H A DRegisterContextOpenBSD_i386.cpp51 #define DR_OFFSET(reg_index) (LLVM_EXTENSION offsetof(dbreg, dr[reg_index])) macro
H A DRegisterContextFreeBSD_i386.cpp55 #define DR_OFFSET(reg_index) \ macro
H A DRegisterContextOpenBSD_x86_64.cpp59 #define DR_OFFSET(reg_index) (LLVM_EXTENSION offsetof(DBG, dr[reg_index])) macro
H A DRegisterContextNetBSD_i386.cpp68 #define DR_OFFSET(reg_index) \ macro
H A DRegisterContextLinux_i386.cpp81 #define DR_OFFSET(reg_index) (DR_0_OFFSET + (reg_index * 4)) macro
H A DRegisterContextFreeBSD_x86_64.cpp62 #define DR_OFFSET(reg_index) \ macro
H A DRegisterContextNetBSD_x86_64.cpp76 #define DR_OFFSET(reg_index) \ macro
H A DRegisterContextLinux_x86_64.cpp74 #define DR_OFFSET(reg_index) \ macro
H A DRegisterInfos_x86_64.h146 DR_OFFSET(i), eEncodingUint, eFormatHex, \
375 DR_OFFSET(reg_index); \
H A DRegisterInfos_i386.h144 DR_OFFSET(i), eEncodingUint, eFormatHex, \
/openbsd/gnu/gcc/gcc/
H A Dtree-data-ref.c525 tree offset_a = DR_OFFSET (dra); in base_addr_differ_p()
526 tree offset_b = DR_OFFSET (drb); in base_addr_differ_p()
1036 DR_OFFSET (res) = NULL_TREE; in analyze_array()
1157 DR_OFFSET (res) = init_offset; in init_data_ref()
1984 DR_OFFSET (dr) = offset; in create_data_ref()
2027 DR_OFFSET (dr) = invariant; in create_data_ref()
2029 DR_OFFSET (dr) = ssize_int (0); in create_data_ref()
2080 print_generic_expr (dump_file, DR_OFFSET (dr), TDF_SLIM); in create_data_ref()
4207 DR_OFFSET (res) = NULL_TREE; in find_data_references_in_loop()
H A Dtree-data-ref.h125 #define DR_OFFSET(DR) (DR)->first_location.offset macro
H A Dtree-vect-transform.c150 tree base_offset = unshare_expr (DR_OFFSET (dr)); in vect_create_addr_base_for_vector_ref()
2759 tree offset = DR_OFFSET (dr); in vect_update_init_of_dr()
2763 DR_OFFSET (dr) = offset; in vect_update_init_of_dr()
H A Dtree-vect-analyze.c1376 if (!DR_BASE_ADDRESS (dr) || !DR_OFFSET (dr) || !DR_INIT (dr) in vect_analyze_data_refs()