OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:AliasDef
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/utils/TableGen/
SubtargetEmitter.cpp
835
Record *
AliasDef
= nullptr;
844
if (
AliasDef
)
848
AliasDef
= AliasRW.TheDef;
850
if (
AliasDef
&&
AliasDef
->isSubClassOf("SchedWriteRes"))
851
return
AliasDef
;
858
if (
AliasDef
== WR->getValueAsDef("WriteType")
887
Record *
AliasDef
= nullptr;
896
if (
AliasDef
)
900
AliasDef
= AliasRW.TheDef
[
all
...]
CodeGenSchedule.cpp
644
Record *
AliasDef
= ADef->getValueAsDef("AliasRW");
646
if (!
AliasDef
->isSubClassOf("SchedWrite"))
648
scanSchedRW(
AliasDef
, SWDefs, RWSet);
652
if (!
AliasDef
->isSubClassOf("SchedRead"))
654
scanSchedRW(
AliasDef
, SRDefs, RWSet);
678
Record *
AliasDef
= ADef->getValueAsDef("AliasRW");
679
getSchedRW(
AliasDef
).IsAlias = true;
797
Record *
AliasDef
= nullptr;
805
if (
AliasDef
)
809
AliasDef
= AliasRW.TheDef
[
all
...]
Completed in 19 milliseconds
Indexes created Wed Jun 17 00:25:26 UTC 2026