OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CodeGenProcModel
(Results
1 - 3
of
3
) sorted by null
/external/llvm/utils/TableGen/
CodeGenSchedule.h
174
struct
CodeGenProcModel
{
199
CodeGenProcModel
(unsigned Idx, const std::string &Name, Record *MDef,
227
std::vector<
CodeGenProcModel
> ProcModels;
229
// Map Processor's MachineModel or ProcItin to a
CodeGenProcModel
index.
262
const
CodeGenProcModel
&getModelForProc(Record *ProcDef) const {
269
const
CodeGenProcModel
&getProcModel(Record *ModelDef) const {
276
typedef std::vector<
CodeGenProcModel
>::const_iterator ProcIter;
339
const
CodeGenProcModel
&ProcModel) const;
351
const
CodeGenProcModel
&PM) const;
393
void addProcResource(Record *ProcResourceKind,
CodeGenProcModel
&PM)
[
all
...]
CodeGenSchedule.cpp
100
// Instantiate a
CodeGenProcModel
for each SchedMachineModel with the values
103
//
CodeGenProcModel
instances.
122
//
CodeGenProcModel
::ItinDefList. (Cycle-to-cycle itineraries). This requires
133
// Populate each
CodeGenProcModel
's WriteResDefs, ReadAdvanceDefs, and
149
ProcModels.push_back(
CodeGenProcModel
(0, "NoSchedModel",
169
CodeGenProcModel
(ProcModels.size(), Name, ModelKey, ItinsDef));
176
CodeGenProcModel
(ProcModels.size(), Name,
427
const
CodeGenProcModel
&ProcModel) const {
570
const
CodeGenProcModel
&ProcModel =
584
for (std::vector<
CodeGenProcModel
>::iterator PI = ProcModels.begin()
[
all
...]
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;
622
void SubtargetEmitter::EmitProcessorResources(const
CodeGenProcModel
&ProcModel,
678
const CodeGenSchedRW &SchedWrite, const
CodeGenProcModel
&ProcModel) {
733
const
CodeGenProcModel
&ProcModel) {
793
const
CodeGenProcModel
&ProcModel)
[
all
...]
Completed in 174 milliseconds