OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:AliasDef
(Results
1 - 2
of
2
) sorted by null
/external/llvm/utils/TableGen/
SubtargetEmitter.cpp
679
Record *
AliasDef
= 0;
689
if (
AliasDef
)
693
AliasDef
= AliasRW.TheDef;
695
if (
AliasDef
&&
AliasDef
->isSubClassOf("SchedWriteRes"))
696
return
AliasDef
;
704
if (
AliasDef
== (*WRI)->getValueAsDef("WriteType")
733
Record *
AliasDef
= 0;
743
if (
AliasDef
)
747
AliasDef
= AliasRW.TheDef
[
all
...]
CodeGenSchedule.cpp
268
Record *
AliasDef
= (*AI)->getValueAsDef("AliasRW");
270
if (!
AliasDef
->isSubClassOf("SchedWrite"))
272
scanSchedRW(
AliasDef
, SWDefs, RWSet);
276
if (!
AliasDef
->isSubClassOf("SchedRead"))
278
scanSchedRW(
AliasDef
, SRDefs, RWSet);
303
Record *
AliasDef
= (*AI)->getValueAsDef("AliasRW");
304
getSchedRW(
AliasDef
).IsAlias = true;
430
Record *
AliasDef
= 0;
439
if (
AliasDef
)
443
AliasDef
= AliasRW.TheDef
[
all
...]
Completed in 51 milliseconds