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_optab
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/gpl3/gcc/dist/gcc/
tree-ssa-math-opts.cc
2931
optab
this_optab
;
local
3098
this_optab
= optab_for_tree_code (wmult_code, optype, optab_default);
3099
handler = find_widening_optab_handler_and_mode (
this_optab
, to_mode,
expr.cc
9681
optab
this_optab
;
10083
this_optab
= usmul_widen_optab;
10084
if (find_widening_optab_handler (
this_optab
, mode, innermode)
10115
this_optab
= zextend_p ? umul_widen_optab : smul_widen_optab;
10119
if (find_widening_optab_handler (
this_optab
, mode, innermode)
10138
unsignedp,
this_optab
);
10244
this_optab
= optab_for_tree_code (MINUS_EXPR, type,
10246
modsub_ret = expand_binop (mode,
this_optab
, op0, modsub_ret,
10420
this_optab
= optab_for_tree_code (code, type, optab_default);
10421
temp = expand_binop (mode,
this_optab
, op0, op1, target, unsignedp
9661
optab
this_optab
;
local
[
all
...]
/src/external/gpl3/gcc.old/dist/gcc/
tree-ssa-math-opts.cc
2795
optab
this_optab
;
local
2962
this_optab
= optab_for_tree_code (wmult_code, optype, optab_default);
2963
handler = find_widening_optab_handler_and_mode (
this_optab
, to_mode,
expr.cc
8968
optab
this_optab
;
9379
this_optab
= usmul_widen_optab;
9380
if (find_widening_optab_handler (
this_optab
, mode, innermode)
9411
this_optab
= zextend_p ? umul_widen_optab : smul_widen_optab;
9415
if (find_widening_optab_handler (
this_optab
, mode, innermode)
9434
unsignedp,
this_optab
);
9540
this_optab
= optab_for_tree_code (MINUS_EXPR, type,
9542
modsub_ret = expand_binop (mode,
this_optab
, op0, modsub_ret,
9683
this_optab
= optab_for_tree_code (code, type, optab_default);
9684
temp = expand_binop (mode,
this_optab
, op0, op1, target, unsignedp
8948
optab
this_optab
;
local
[
all
...]
Completed in 31 milliseconds
Indexes created Wed Mar 04 15:26:31 UTC 2026