OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:target_probe_range_p
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/gcc/dist/gcc/
explow.cc
2052
bool
target_probe_range_p
= false;
2058
target_probe_range_p
= probe_range != 0;
2113
If
TARGET_PROBE_RANGE_P
then the target has promised it's safe to
2118
If !
TARGET_PROBE_RANGE_P
then go ahead and just guard the probe at *sp
2126
rtx_code op =
target_probe_range_p
? LT : EQ;
2127
rtx probe_cmp_value =
target_probe_range_p
2131
if (
target_probe_range_p
)
2140
/* If RESIDUAL isn't a constant and
TARGET_PROBE_RANGE_P
then we probe up
2142
if (!CONST_INT_P (residual) &&
target_probe_range_p
)
2146
else if (
target_probe_range_p
)
2043
bool
target_probe_range_p
= false;
local
[
all
...]
/src/external/gpl3/gcc.old/dist/gcc/
explow.cc
2009
bool
target_probe_range_p
= false;
2015
target_probe_range_p
= probe_range != 0;
2070
If
TARGET_PROBE_RANGE_P
then the target has promised it's safe to
2075
If !
TARGET_PROBE_RANGE_P
then go ahead and just guard the probe at *sp
2083
rtx_code op =
target_probe_range_p
? LT : EQ;
2084
rtx probe_cmp_value =
target_probe_range_p
2088
if (
target_probe_range_p
)
2097
/* If RESIDUAL isn't a constant and
TARGET_PROBE_RANGE_P
then we probe up
2099
if (!CONST_INT_P (residual) &&
target_probe_range_p
)
2103
else if (
target_probe_range_p
)
2000
bool
target_probe_range_p
= false;
local
[
all
...]
Completed in 47 milliseconds
Indexes created Wed Jul 22 00:25:13 UTC 2026