Home
last modified time | relevance | path

Searched refs:getSTIPredicates (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/utils/TableGen/
H A DSubtargetEmitter.cpp1770 for (const STIPredicateFunction &Fn : SchedModels.getSTIPredicates()) in emitSchedModelHelpers()
1950 for (const STIPredicateFunction &Fn : SchedModels.getSTIPredicates()) in emitMcInstrAnalysisPredicateFunctions()
1961 for (const STIPredicateFunction &Fn : SchedModels.getSTIPredicates()) in emitMcInstrAnalysisPredicateFunctions()
2099 for (const STIPredicateFunction &Fn : SchedModels.getSTIPredicates()) in run()
/freebsd/contrib/llvm-project/llvm/utils/TableGen/Common/
H A DCodeGenSchedule.h569 ArrayRef<STIPredicateFunction> getSTIPredicates() const { in getSTIPredicates() function