OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DefaultSchedModel
(Results
1 - 3
of
3
) sorted by null
/external/llvm/lib/MC/
MCSubtargetInfo.cpp
20
MCSchedModel MCSchedModel::
DefaultSchedModel
; // For unknown processors.
33
CPUSchedModel = &MCSchedModel::
DefaultSchedModel
;
102
return &MCSchedModel::
DefaultSchedModel
;
/external/llvm/include/llvm/MC/
MCInstrItineraries.h
121
InstrItineraryData() : SchedModel(&MCSchedModel::
DefaultSchedModel
),
MCSchedule.h
133
static MCSchedModel
DefaultSchedModel
; // For unknown processors.
Completed in 36 milliseconds