OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:partial_load_bias
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/gpl3/gcc/dist/gcc/
tree-vect-loop-manip.cc
798
int
partial_load_bias
= LOOP_VINFO_PARTIAL_LOAD_STORE_BIAS (loop_vinfo);
local
799
if (
partial_load_bias
!= 0)
806
partial_load_bias
));
tree-vect-loop.cc
1570
signed char
partial_load_bias
= internal_len_load_store_bias
local
1576
gcc_assert (
partial_load_bias
== partial_store_bias);
1578
if (
partial_load_bias
== VECT_PARTIAL_BIAS_UNSUPPORTED)
1584
if (
partial_load_bias
== -1
1588
LOOP_VINFO_PARTIAL_LOAD_STORE_BIAS (loop_vinfo) =
partial_load_bias
;
/src/external/gpl3/gcc.old/dist/gcc/
tree-vect-loop-manip.cc
669
int
partial_load_bias
= LOOP_VINFO_PARTIAL_LOAD_STORE_BIAS (loop_vinfo);
local
670
if (
partial_load_bias
!= 0)
677
partial_load_bias
));
tree-vect-loop.cc
1176
signed char
partial_load_bias
= internal_len_load_store_bias
local
1182
gcc_assert (
partial_load_bias
== partial_store_bias);
1184
if (
partial_load_bias
== VECT_PARTIAL_BIAS_UNSUPPORTED)
1190
if (
partial_load_bias
== -1
1194
LOOP_VINFO_PARTIAL_LOAD_STORE_BIAS (loop_vinfo) =
partial_load_bias
;
Completed in 32 milliseconds
Indexes created Sat Jul 18 00:24:37 UTC 2026