OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:hasInstrSchedModel
(Results
1 - 3
of
3
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/lib/CodeGen/
TargetSchedule.cpp
39
bool TargetSchedModel::
hasInstrSchedModel
() const {
40
return EnableSchedModel && SchedModel.
hasInstrSchedModel
();
87
if (
hasInstrSchedModel
()) {
98
if (
hasInstrSchedModel
()) {
113
if (
hasInstrSchedModel
()) {
188
if (!
hasInstrSchedModel
() && !hasInstrItineraries())
216
//
hasInstrSchedModel
()
261
assert(
hasInstrSchedModel
() && "Only call this function with a SchedModel");
267
if (
hasInstrSchedModel
())
278
(!
hasInstrSchedModel
() && !UseDefaultDefLatency)
[
all
...]
/src/external/apache2/llvm/dist/llvm/include/llvm/MC/
MCSchedule.h
321
bool
hasInstrSchedModel
() const { return SchedClassTable; }
341
assert(
hasInstrSchedModel
() && "No scheduling machine model");
348
assert(
hasInstrSchedModel
() && "No scheduling machine model");
/src/external/apache2/llvm/dist/llvm/utils/TableGen/
CodeGenSchedule.h
265
bool
hasInstrSchedModel
() const {
Completed in 19 milliseconds
Indexes created Thu Aug 06 00:25:04 UTC 2026