OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:this_lane
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/gcc.old/dist/gcc/
tree-vect-slp.cc
5585
*
THIS_LANE
to the lane number that is set. */
5588
vect_slp_is_lane_insert (gimple *use_stmt, tree vec, unsigned *
this_lane
)
5601
this_lane
))
5678
unsigned
this_lane
;
local
5680
|| !vect_slp_is_lane_insert (use_stmt, def, &
this_lane
)
5683
if (bitmap_bit_p (lanes,
this_lane
))
5686
bitmap_set_bit (lanes,
this_lane
);
5689
(
this_lane
, gimple_assign_rhs2 (use_ass)));
5707
unsigned
this_lane
;
local
5710
NULL_TREE, &
this_lane
)
[
all
...]
/src/external/gpl3/gcc/dist/gcc/
tree-vect-slp.cc
7386
*
THIS_LANE
to the lane number that is set. */
7389
vect_slp_is_lane_insert (gimple *use_stmt, tree vec, unsigned *
this_lane
)
7402
this_lane
))
7486
unsigned
this_lane
;
local
7488
|| !vect_slp_is_lane_insert (use_stmt, def, &
this_lane
)
7491
if (bitmap_bit_p (lanes,
this_lane
))
7494
bitmap_set_bit (lanes,
this_lane
);
7497
(
this_lane
, gimple_assign_rhs2 (use_ass)));
7515
unsigned
this_lane
;
local
7518
NULL_TREE, &
this_lane
)
[
all
...]
Completed in 63 milliseconds
Indexes created Sun Apr 05 00:22:41 UTC 2026