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
(nullptr) {}
148
return
ItinClassDef
== IC && Writes == W && Reads == R;
153
bool isInferred() const { return !
ItinClassDef
; }
371
unsigned findSchedClassIdx(Record *
ItinClassDef
,
391
std::string createSchedClassName(Record *
ItinClassDef
,
405
void inferFromItinClass(Record *
ItinClassDef
, unsigned FromClassIdx);
413
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
[
all
...]
Completed in 47 milliseconds