OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ItinDef
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/utils/TableGen/
CodeGenSchedule.cpp
873
Record *
ItinDef
= Inst->TheDef->getValueAsDef("Itinerary");
879
unsigned SCIdx = addSchedClass(
ItinDef
, Writes, Reads, /*ProcIndices*/{0});
1043
// determined from
ItinDef
or SchedRW.
1107
// Preserve
ItinDef
and Writes/Reads for processors without an InstRW entry.
1162
const Record *
ItinDef
= ItinData->getValueAsDef("TheClass");
1168
if (SC.ItinClassDef ==
ItinDef
) {
1176
<<
ItinDef
->getName() << '\n');
CodeGenSchedule.h
568
unsigned addSchedClass(Record *
ItinDef
, ArrayRef<unsigned> OperWrites,
Completed in 45 milliseconds
Indexes created Tue Sep 22 00:26:15 UTC 2026