OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:in_mem_load
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/gcc/dist/gcc/
rtlanal.h
40
const uint16_t
IN_MEM_LOAD
= 1U << 5;
81
bool
in_mem_load
() const { return flags & rtx_obj_flags::
IN_MEM_LOAD
; }
function in class:rtx_obj_reference
87
bool in_address () const { return
in_mem_load
() || in_mem_store (); }
/src/external/gpl3/gcc.old/dist/gcc/
rtlanal.h
40
const uint16_t
IN_MEM_LOAD
= 1U << 5;
81
bool
in_mem_load
() const { return flags & rtx_obj_flags::
IN_MEM_LOAD
; }
function in class:rtx_obj_reference
87
bool in_address () const { return
in_mem_load
() || in_mem_store (); }
Completed in 25 milliseconds
Indexes created Sun Mar 01 05:31:48 UTC 2026