OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:dep_type
(Results
1 - 7
of
7
) sorted by relevancy
/src/external/gpl3/gcc/dist/gcc/
ddg.h
32
enum
dep_type
{TRUE_DEP, OUTPUT_DEP, ANTI_DEP};
enum
86
dep_type
type;
haifa-sched.cc
1254
else if (
DEP_TYPE
(dep) == REG_DEP_CONTROL)
1480
enum reg_note
dep_type
=
DEP_TYPE
(link);
1486
if (
dep_type
== REG_DEP_ANTI)
1488
else if (
dep_type
== REG_DEP_OUTPUT)
1501
cost = targetm.sched.adjust_cost (used, (int)
dep_type
, insn, cost,
2266
if (
DEP_TYPE
(dep) == REG_DEP_CONTROL)
2783
DEP_TYPE
(dep1) == REG_DEP_TRUE)
2793
DEP_TYPE
(dep2) == REG_DEP_TRUE)
3667
if (
DEP_TYPE
(dep) == REG_DEP_TRUE && con->depth < insn->depth + 1
1472
enum reg_note
dep_type
= DEP_TYPE (link);
local
[
all
...]
/src/external/gpl3/gcc.old/dist/gcc/
ddg.h
32
enum
dep_type
{TRUE_DEP, OUTPUT_DEP, ANTI_DEP};
enum
86
dep_type
type;
haifa-sched.cc
1254
else if (
DEP_TYPE
(dep) == REG_DEP_CONTROL)
1480
enum reg_note
dep_type
=
DEP_TYPE
(link);
1486
if (
dep_type
== REG_DEP_ANTI)
1488
else if (
dep_type
== REG_DEP_OUTPUT)
1501
cost = targetm.sched.adjust_cost (used, (int)
dep_type
, insn, cost,
2262
if (
DEP_TYPE
(dep) == REG_DEP_CONTROL)
2779
DEP_TYPE
(dep1) == REG_DEP_TRUE)
2789
DEP_TYPE
(dep2) == REG_DEP_TRUE)
3663
if (
DEP_TYPE
(dep) == REG_DEP_TRUE && con->depth < insn->depth + 1
1472
enum reg_note
dep_type
= DEP_TYPE (link);
local
[
all
...]
/src/sys/dev/acpi/
acpi_cpu.h
140
uint32_t
dep_type
;
member in struct:acpicpu_dep
/src/external/gpl3/gcc/dist/gcc/config/sh/
sh.cc
9523
sh_adjust_cost (rtx_insn *insn, int
dep_type
, rtx_insn *dep_insn, int cost,
9528
if (
dep_type
== 0)
9580
attr_type
dep_type
= get_attr_type (dep_insn);
9582
if (
dep_type
== TYPE_FLOAD ||
dep_type
== TYPE_PCFLOAD)
9584
else if ((
dep_type
== TYPE_LOAD_SI ||
dep_type
== TYPE_PCLOAD_SI)
9645
&&
dep_type
== REG_DEP_ANTI
9560
attr_type
dep_type
= get_attr_type (dep_insn);
local
/src/external/gpl3/gcc.old/dist/gcc/config/sh/
sh.cc
9522
sh_adjust_cost (rtx_insn *insn, int
dep_type
, rtx_insn *dep_insn, int cost,
9527
if (
dep_type
== 0)
9579
attr_type
dep_type
= get_attr_type (dep_insn);
9581
if (
dep_type
== TYPE_FLOAD ||
dep_type
== TYPE_PCFLOAD)
9583
else if ((
dep_type
== TYPE_LOAD_SI ||
dep_type
== TYPE_PCLOAD_SI)
9644
&&
dep_type
== REG_DEP_ANTI
9559
attr_type
dep_type
= get_attr_type (dep_insn);
local
Completed in 100 milliseconds
Indexes created Sun Mar 01 05:31:48 UTC 2026