Searched refs:DR_OFFSET (Results 1 – 14 of 14) sorted by relevance
/openbsd/gnu/llvm/lldb/source/Plugins/Process/Utility/ |
H A D | RegisterContextOpenBSD_i386.cpp | 51 #define DR_OFFSET(reg_index) (LLVM_EXTENSION offsetof(dbreg, dr[reg_index])) macro
|
H A D | RegisterContextFreeBSD_i386.cpp | 55 #define DR_OFFSET(reg_index) \ macro
|
H A D | RegisterContextOpenBSD_x86_64.cpp | 59 #define DR_OFFSET(reg_index) (LLVM_EXTENSION offsetof(DBG, dr[reg_index])) macro
|
H A D | RegisterContextNetBSD_i386.cpp | 68 #define DR_OFFSET(reg_index) \ macro
|
H A D | RegisterContextLinux_i386.cpp | 81 #define DR_OFFSET(reg_index) (DR_0_OFFSET + (reg_index * 4)) macro
|
H A D | RegisterContextFreeBSD_x86_64.cpp | 62 #define DR_OFFSET(reg_index) \ macro
|
H A D | RegisterContextNetBSD_x86_64.cpp | 76 #define DR_OFFSET(reg_index) \ macro
|
H A D | RegisterContextLinux_x86_64.cpp | 74 #define DR_OFFSET(reg_index) \ macro
|
H A D | RegisterInfos_x86_64.h | 146 DR_OFFSET(i), eEncodingUint, eFormatHex, \ 375 DR_OFFSET(reg_index); \
|
H A D | RegisterInfos_i386.h | 144 DR_OFFSET(i), eEncodingUint, eFormatHex, \
|
/openbsd/gnu/gcc/gcc/ |
H A D | tree-data-ref.c | 525 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 D | tree-data-ref.h | 125 #define DR_OFFSET(DR) (DR)->first_location.offset macro
|
H A D | tree-vect-transform.c | 150 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 D | tree-vect-analyze.c | 1376 if (!DR_BASE_ADDRESS (dr) || !DR_OFFSET (dr) || !DR_INIT (dr) in vect_analyze_data_refs()
|