OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ProcModel
(Results
1 - 3
of
3
) sorted by null
/external/llvm/utils/TableGen/
SubtargetEmitter.cpp
84
void EmitProcessorResources(const CodeGenProcModel &
ProcModel
,
87
const CodeGenProcModel &
ProcModel
);
89
const CodeGenProcModel &
ProcModel
);
91
const CodeGenProcModel &
ProcModel
);
92
void GenSchedClassTables(const CodeGenProcModel &
ProcModel
,
442
const CodeGenProcModel &
ProcModel
= *PI;
450
if (!
ProcModel
.hasItineraries())
453
const std::string &Name =
ProcModel
.ItinsDef->getName();
456
assert(
ProcModel
.ItinDefList.size() == ItinList.size() && "bad Itins");
462
Record *ItinData =
ProcModel
.ItinDefList[SchedClassIdx]
[
all
...]
CodeGenSchedule.cpp
427
const CodeGenProcModel &
ProcModel
) const {
436
if (&getProcModel(ModelDef) != &
ProcModel
)
441
"defined for processor " +
ProcModel
.ModelName +
447
RWSeq, IsRead,
ProcModel
);
459
expandRWSeqForProc(*I, RWSeq, IsRead,
ProcModel
);
570
const CodeGenProcModel &
ProcModel
=
572
ProcIndices.push_back(
ProcModel
.Index);
573
dbgs() << "InstRW on " <<
ProcModel
.ModelName << " for " << InstName;
786
CodeGenProcModel &
ProcModel
= *PI;
787
if (!
ProcModel
.hasItineraries()
[
all
...]
CodeGenSchedule.h
342
const CodeGenProcModel &
ProcModel
) const;
Completed in 805 milliseconds