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
86
void EmitProcessorResources(const CodeGenProcModel &
ProcModel
,
89
const CodeGenProcModel &
ProcModel
);
91
const CodeGenProcModel &
ProcModel
);
93
const CodeGenProcModel &
ProcModel
);
94
void GenSchedClassTables(const CodeGenProcModel &
ProcModel
,
424
const CodeGenProcModel &
ProcModel
= *PI;
432
if (!
ProcModel
.hasItineraries())
435
const std::string &Name =
ProcModel
.ItinsDef->getName();
438
assert(
ProcModel
.ItinDefList.size() == ItinList.size() && "bad Itins");
444
Record *ItinData =
ProcModel
.ItinDefList[SchedClassIdx]
[
all
...]
CodeGenSchedule.cpp
416
const CodeGenProcModel &
ProcModel
) const {
425
if (&getProcModel(ModelDef) != &
ProcModel
)
430
"defined for processor " +
ProcModel
.ModelName +
436
RWSeq, IsRead,
ProcModel
);
448
expandRWSeqForProc(*I, RWSeq, IsRead,
ProcModel
);
556
const CodeGenProcModel &
ProcModel
=
558
ProcIndices.push_back(
ProcModel
.Index);
559
dbgs() << "InstRW on " <<
ProcModel
.ModelName << " for " << InstName;
771
for (CodeGenProcModel &
ProcModel
: ProcModels) {
772
if (!
ProcModel
.hasItineraries()
[
all
...]
CodeGenSchedule.h
363
const CodeGenProcModel &
ProcModel
) const;
Completed in 48 milliseconds