Home
last modified time | relevance | path

Searched defs:is_store (Results 1 – 21 of 21) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/brig/brigfrontend/
H A Dbrig-mem-inst-handler.cc37 bool is_store = brig_inst->opcode == BRIG_OPCODE_ST; in build_mem_access() local
119 bool is_store = brig_inst->opcode == BRIG_OPCODE_ST; in operator ()() local
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dasan.cc940 bool is_store = true, got_reference_p = false; in get_mem_refs_of_builtin_call() local
2311 report_error_func (bool is_store, bool recover_p, HOST_WIDE_INT size_in_bytes, in report_error_func()
2349 check_func (bool is_store, bool recover_p, HOST_WIDE_INT size_in_bytes, in check_func()
2601 bool is_non_zero_len, bool before_p, bool is_store, in build_check_stmt()
2679 location_t location, bool is_store) in instrument_derefs()
2821 location_t location, bool is_store) in instrument_mem_region_access()
2927 bool is_store, is_instrumented = false; in maybe_instrument_assignment() local
3852 bool is_store = (flags & ASAN_CHECK_STORE) != 0; in asan_expand_check_ifn() local
4659 hwasan_check_func (bool is_store, bool recover_p, HOST_WIDE_INT size_in_bytes, in hwasan_check_func()
4707 bool is_store = (flags & ASAN_CHECK_STORE) != 0; in hwasan_expand_check_ifn() local
H A Dtree-ssa-loop-im.cc695 simple_mem_ref_in_stmt (gimple *stmt, bool *is_store) in simple_mem_ref_in_stmt()
H A Dhaifa-sched.cc431 may_trap_exp (const_rtx x, int is_store) in may_trap_exp()
H A Dtree-vect-stmts.cc11326 bool is_store = false; in vect_transform_stmt() local
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dasan.c782 bool is_store = true, got_reference_p = false; variable
1900 report_error_func (bool is_store, bool recover_p, HOST_WIDE_INT size_in_bytes, in report_error_func()
1936 check_func (bool is_store, bool recover_p, HOST_WIDE_INT size_in_bytes, in check_func()
2261 location_t location, bool is_store) in instrument_derefs()
2394 location_t location, bool is_store) in instrument_mem_region_access()
2500 bool is_store, is_instrumented = false; in maybe_instrument_assignment() local
3364 bool is_store = (flags & ASAN_CHECK_STORE) != 0; in asan_expand_check_ifn() local
H A Dtree-ssa-loop-im.c588 simple_mem_ref_in_stmt (gimple *stmt, bool *is_store) in simple_mem_ref_in_stmt()
H A Dhaifa-sched.c431 may_trap_exp (const_rtx x, int is_store) in may_trap_exp()
H A Dtree-vect-stmts.c11021 bool is_store = false; in vect_transform_stmt() local
/netbsd-src/external/gpl3/gcc/dist/libsanitizer/hwasan/
H A Dhwasan.h158 bool is_store; member
H A Dhwasan_linux.cpp333 const bool is_store = code & 0x10; in GetAccessInfo() local
H A Dhwasan_report.cpp680 bool is_store, bool fatal, uptr *registers_frame) { in ReportTagMismatch()
/netbsd-src/external/gpl3/gdb/dist/sim/ppc/
H A Dinterrupts.c156 int is_store) in data_storage_interrupt()
/netbsd-src/external/gpl3/binutils/dist/gas/config/
H A Dbfin-parse.y390 is_store (INSTR_T x) in is_store() function
H A Dbfin-parse.c441 is_store (INSTR_T x) in is_store() function
/netbsd-src/external/gpl3/binutils.old/dist/gas/config/
H A Dbfin-parse.y390 is_store (INSTR_T x) in is_store() function
H A Dbfin-parse.c441 is_store (INSTR_T x) in is_store() function
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/spu/
H A Dspu.c4223 ea_load_store (rtx mem, bool is_store, rtx ea_addr, rtx data_addr) in ea_load_store()
4257 ea_load_store_inline (rtx mem, bool is_store, rtx ea_addr, rtx data_addr) in ea_load_store_inline()
4416 expand_ea_mem (rtx mem, bool is_store) in expand_ea_mem()
/netbsd-src/external/gpl3/gcc/dist/gcc/config/rs6000/
H A Drs6000-string.cc2718 bool is_store = MEM_P (dest); in gen_lxvl_stxvl_move() local
H A Drs6000-p8swap.cc158 unsigned int is_store : 1; member in swap_web_entry
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/rs6000/
H A Drs6000-p8swap.c158 unsigned int is_store : 1; variable