OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:hasInstrSchedModel
(Results
1 - 8
of
8
) sorted by null
/external/llvm/include/llvm/MC/
MCSchedule.h
217
bool
hasInstrSchedModel
() const { return SchedClassTable; }
224
assert(
hasInstrSchedModel
() && "No scheduling machine model");
231
assert(
hasInstrSchedModel
() && "No scheduling machine model");
/external/llvm/lib/CodeGen/
TargetSchedule.cpp
31
bool TargetSchedModel::
hasInstrSchedModel
() const {
32
return EnableSchedModel && SchedModel.
hasInstrSchedModel
();
83
if (
hasInstrSchedModel
()) {
159
if (!
hasInstrSchedModel
() && !hasInstrItineraries())
187
//
hasInstrSchedModel
()
233
if (
hasInstrSchedModel
()) {
273
if (
hasInstrSchedModel
()) {
MachineScheduler.cpp
[
all
...]
MachineTraceMetrics.cpp
108
if (!SchedModel.
hasInstrSchedModel
())
[
all
...]
/external/llvm/include/llvm/CodeGen/
TargetSchedule.h
65
bool
hasInstrSchedModel
() const;
ScheduleDAGInstrs.h
161
if (!SU->SchedClass && SchedModel.
hasInstrSchedModel
())
/external/llvm/utils/TableGen/
CodeGenSchedule.h
207
bool
hasInstrSchedModel
() const {
SubtargetEmitter.cpp
833
if (!ProcModel.
hasInstrSchedModel
())
[
all
...]
Completed in 1110 milliseconds