OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MCSchedModel
(Results
1 - 10
of
10
) sorted by null
/external/llvm/lib/MC/
MCSubtargetInfo.cpp
20
MCSchedModel
MCSchedModel
::DefaultSchedModel; // For unknown processors.
33
CPUSchedModel = &
MCSchedModel
::DefaultSchedModel;
82
const
MCSchedModel
*
102
return &
MCSchedModel
::DefaultSchedModel;
105
return (const
MCSchedModel
*)Found->Value;
110
const
MCSchedModel
*SchedModel = getSchedModelForCPU(CPU);
/external/llvm/include/llvm/CodeGen/
TargetSchedule.h
10
// This file defines a wrapper around
MCSchedModel
that allows the interface to
33
// For efficiency, hold a copy of the statically defined
MCSchedModel
for this
35
MCSchedModel
SchedModel;
48
/// The machine model API keeps a copy of the top-level
MCSchedModel
table
51
void init(const
MCSchedModel
&sm, const TargetSubtargetInfo *sti,
67
const
MCSchedModel
*getMCSchedModel() const { return &SchedModel; }
/external/llvm/include/llvm/MC/
MCSubtargetInfo.h
39
const
MCSchedModel
*CPUSchedModel;
85
const
MCSchedModel
*getSchedModelForCPU(StringRef CPU) const;
89
const
MCSchedModel
*getSchedModel() const { return CPUSchedModel; }
MCSchedule.h
131
class
MCSchedModel
{
133
static
MCSchedModel
DefaultSchedModel; // For unknown processors.
191
//
MCSchedModel
instead of using a generated itinerary.
192
MCSchedModel
(): IssueWidth(DefaultIssueWidth),
205
MCSchedModel
(unsigned iw, int mbs, unsigned ll, unsigned hl,
MCInstrItineraries.h
113
const
MCSchedModel
*SchedModel; ///< Basic machine properties.
121
InstrItineraryData() : SchedModel(&
MCSchedModel
::DefaultSchedModel),
125
InstrItineraryData(const
MCSchedModel
*SM, const InstrStage *S,
/external/llvm/lib/Target/ARM/
ARMSubtarget.h
188
const
MCSchedModel
*SchedModel;
/external/llvm/include/llvm/Target/
TargetInstrInfo.h
31
class
MCSchedModel
;
[
all
...]
/external/llvm/lib/CodeGen/
TargetSchedule.cpp
10
// This file implements a wrapper around
MCSchedModel
that allows the interface
54
void TargetSchedModel::init(const
MCSchedModel
&sm,
EarlyIfConversion.cpp
582
const
MCSchedModel
*SchedModel;
TargetInstrInfo.cpp
622
unsigned TargetInstrInfo::defaultDefLatency(const
MCSchedModel
*SchedModel,
Completed in 53 milliseconds