OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:USEFUL_INSN_P
(Results
1 - 6
of
6
) sorted by relevancy
/src/external/gpl3/gcc/dist/gcc/config/sparc/
sparc.cc
1111
#define
USEFUL_INSN_P
(INSN) \
1125
|| (
USEFUL_INSN_P
(insn)
1167
&&
USEFUL_INSN_P
(insn))
/src/external/gpl3/gcc.old/dist/gcc/config/loongarch/
loongarch.cc
86
#define
USEFUL_INSN_P
(INSN) \
5388
if (
USEFUL_INSN_P
(insn))
/src/external/gpl3/gcc.old/dist/gcc/config/sparc/
sparc.cc
1120
#define
USEFUL_INSN_P
(INSN) \
1133
|| (
USEFUL_INSN_P
(insn)
1175
&&
USEFUL_INSN_P
(insn))
/src/external/gpl3/gcc/dist/gcc/config/loongarch/
loongarch.cc
90
#define
USEFUL_INSN_P
(INSN) \
7419
if (
USEFUL_INSN_P
(insn))
/src/external/gpl3/gcc/dist/gcc/config/mips/
mips.cc
115
#define
USEFUL_INSN_P
(INSN) \
10877
if (
USEFUL_INSN_P
(subinsn) && pred (subinsn))
15437
if (
USEFUL_INSN_P
(insn))
15572
if (
USEFUL_INSN_P
(insn))
18002
if (
USEFUL_INSN_P
(insn))
18366
if (unprotected_region &&
USEFUL_INSN_P
(insn))
19035
if (length > 0 &&
USEFUL_INSN_P
(insn))
19253
|| !
USEFUL_INSN_P
(insn)
19483
if (
USEFUL_INSN_P
(subinsn))
19514
if (
USEFUL_INSN_P
(insn)
[
all
...]
/src/external/gpl3/gcc.old/dist/gcc/config/mips/
mips.cc
115
#define
USEFUL_INSN_P
(INSN) \
10706
if (
USEFUL_INSN_P
(subinsn) && pred (subinsn))
15248
if (
USEFUL_INSN_P
(insn))
15383
if (
USEFUL_INSN_P
(insn))
17797
if (
USEFUL_INSN_P
(insn))
18161
if (unprotected_region &&
USEFUL_INSN_P
(insn))
18830
if (length > 0 &&
USEFUL_INSN_P
(insn))
19048
|| !
USEFUL_INSN_P
(insn)
19270
if (
USEFUL_INSN_P
(subinsn))
19301
if (
USEFUL_INSN_P
(insn)
[
all
...]
Completed in 76 milliseconds
Indexes created Mon Mar 02 05:31:46 UTC 2026