OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:isartificial
(Results
1 - 13
of
13
) sorted by null
/external/llvm/include/llvm/CodeGen/
ScheduleDAG.h
77
///
isArtificial
- True if this is an artificial dependency, meaning
80
bool
isArtificial
: 1;
98
bool
isArtificial
= false)
108
assert(!
isArtificial
&& "
isArtificial
only applies with SDep::Order!");
115
Contents.Order.
isArtificial
=
isArtificial
;
131
Contents.Order.
isArtificial
== Other.Contents.Order.
isArtificial
;
187
///
isArtificial
- Test if this is an Order dependence that is marke
[
all
...]
/external/llvm/lib/CodeGen/SelectionDAG/
ScheduleDAGFast.cpp
352
if (!I->
isArtificial
())
360
if (I->
isArtificial
())
397
if (I->
isArtificial
())
596
/*isMustAlias=*/false, /*
isArtificial
=*/true));
605
/*isMustAlias=*/false, /*
isArtificial
=*/true));
ScheduleDAGRRList.cpp
[
all
...]
/frameworks/compile/slang/
slang_rs_export_type.h
519
bool
IsArtificial
,
523
mIsArtificial(
IsArtificial
),
543
inline bool
isArtificial
() const { return mIsArtificial; }
slang_rs.cpp
105
if (ERT->
isArtificial
())
slang_rs_reflection.cpp
[
all
...]
/external/llvm/include/llvm/Analysis/
DebugInfo.h
288
bool
isArtificial
() const {
523
unsigned
isArtificial
() const {
671
///
isArtificial
- Return true if this variable is marked as "artificial".
672
bool
isArtificial
() const {
[
all
...]
/external/llvm/lib/CodeGen/AsmPrinter/
DwarfDebug.h
157
///
isArtificial
- Return true if DbgVariable is artificial.
158
bool
isArtificial
() const {
159
if (Var.
isArtificial
())
162
&& getType().
isArtificial
())
DwarfCompileUnit.cpp
[
all
...]
DwarfDebug.cpp
296
if (ATy.
isArtificial
())
[
all
...]
/external/llvm/lib/CodeGen/
ScheduleDAG.cpp
294
if (I->
isArtificial
())
314
if (I->
isArtificial
())
ScheduleDAGInstrs.cpp
355
/*
isArtificial
=*/true));
688
/*
isArtificial
=*/true));
[
all
...]
/external/llvm/lib/Analysis/
DIBuilder.cpp
618
if (Ty.
isArtificial
())
[
all
...]
Completed in 725 milliseconds