OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ItinClassDef
(Results
1 - 3
of
3
) sorted by null
/external/llvm/utils/TableGen/
CodeGenSchedule.h
108
/// 1) An explicitly defined itinerary class with
ItinClassDef
set.
118
/// provided InstrRW records for this class.
ItinClassDef
or Writes/Reads may
130
Record *
ItinClassDef
;
145
CodeGenSchedClass(): Index(0),
ItinClassDef
(0) {}
148
return
ItinClassDef
== IC && Writes == W && Reads == R;
153
bool isInferred() const { return !
ItinClassDef
; }
349
unsigned findSchedClassIdx(Record *
ItinClassDef
,
369
std::string createSchedClassName(Record *
ItinClassDef
,
383
void inferFromItinClass(Record *
ItinClassDef
, unsigned FromClassIdx);
391
void collectItinProcResources(Record *
ItinClassDef
);
[
all
...]
CodeGenSchedule.cpp
507
SchedClasses.back().
ItinClassDef
= Records.getDef("NoItinerary");
553
if (SC.
ItinClassDef
->getName() != "NoItinerary") {
556
<< SC.
ItinClassDef
->getName() << '\n';
595
unsigned CodeGenSchedModels::findSchedClassIdx(Record *
ItinClassDef
,
599
if (I->
ItinClassDef
==
ItinClassDef
615
Record *
ItinClassDef
, const IdxVec &OperWrites, const IdxVec &OperReads) {
618
if (
ItinClassDef
&&
ItinClassDef
->getName() != "NoItinerary")
619
Name =
ItinClassDef
->getName()
[
all
...]
SubtargetEmitter.cpp
908
if (std::find(Matched.begin(), Matched.end(), SCI->
ItinClassDef
)
[
all
...]
Completed in 25 milliseconds