OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:machfun
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/gpl3/gcc/dist/gcc/config/gcn/
gcn-tree.cc
311
machine_function *
machfun
= cfun->machine;
local
322
< (
machfun
->reduction_limit -
machfun
->reduction_base));
324
tree addr = build_int_cst (ptr_type,
machfun
->reduction_base + offset);
541
machine_function *
machfun
= cfun->machine;
local
552
if (
machfun
)
553
machfun
->use_flat_addressing = true;
gcn.cc
6556
machine_function *
machfun
= cfun->machine;
local
6557
machfun
->reduction_base = gang_private_size_opt;
6558
machfun
->reduction_limit
/src/external/gpl3/gcc.old/dist/gcc/config/gcn/
gcn-tree.cc
311
machine_function *
machfun
= cfun->machine;
local
322
< (
machfun
->reduction_limit -
machfun
->reduction_base));
324
tree addr = build_int_cst (ptr_type,
machfun
->reduction_base + offset);
541
machine_function *
machfun
= cfun->machine;
local
552
if (
machfun
)
553
machfun
->use_flat_addressing = true;
gcn.cc
5206
machine_function *
machfun
= cfun->machine;
local
5207
machfun
->reduction_base = gang_private_size_opt;
5208
machfun
->reduction_limit
Completed in 28 milliseconds
Indexes created Fri Mar 27 00:22:57 UTC 2026