OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:nontemporal
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/gpl3/gcc.old/dist/gcc/
cfgexpand.cc
3973
bool
nontemporal
= gimple_assign_nontemporal_move_p (assign_stmt);
local
3999
/* If we want to use a
nontemporal
store, force the value to
4002
temp =
nontemporal
|| promoted ? NULL_RTX : target;
4024
else if (
nontemporal
&& emit_storent_insn (target, temp))
expr.cc
5343
/* Expand an assignment that stores the value of FROM into TO. If
NONTEMPORAL
5344
is true, try generating a
nontemporal
store. */
5347
expand_assignment (tree to, tree from, bool
nontemporal
)
5548
result = store_expr (from, to_rtx, false,
nontemporal
, reversep);
5554
false,
nontemporal
, reversep);
5559
nontemporal
, reversep);
5565
nontemporal
, reversep);
5628
nontemporal
, reversep);
5645
nontemporal
, reversep);
5676
result = store_expr (from, to_rtx, 0,
nontemporal
, false)
5930
nontemporal
, reverse);
local
5935
nontemporal
, reverse);
local
[
all
...]
/src/external/gpl3/gcc/dist/gcc/
cfgexpand.cc
4010
bool
nontemporal
= gimple_assign_nontemporal_move_p (assign_stmt);
local
4017
/* If we want to use a
nontemporal
store, force the value to
4020
temp =
nontemporal
|| promoted ? NULL_RTX : target;
4042
else if (
nontemporal
&& emit_storent_insn (target, temp))
expr.cc
5966
/* Expand an assignment that stores the value of FROM into TO. If
NONTEMPORAL
5967
is true, try generating a
nontemporal
store. */
5970
expand_assignment (tree to, tree from, bool
nontemporal
)
6185
result = store_expr (from, to_rtx, false,
nontemporal
, reversep);
6191
false,
nontemporal
, reversep);
6196
nontemporal
, reversep);
6202
nontemporal
, reversep);
6265
nontemporal
, reversep);
6282
nontemporal
, reversep);
6313
result = store_expr (from, to_rtx, 0,
nontemporal
, false)
6580
nontemporal
, reverse);
local
6585
nontemporal
, reverse);
local
[
all
...]
Completed in 29 milliseconds
Indexes created Tue Jul 21 00:24:56 UTC 2026