Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/utils/TableGen/
H A DSubtargetEmitter.cpp1770 for (const STIPredicateFunction &Fn : SchedModels.getSTIPredicates()) in EmitSchedModelHelpers()
1892 for (const STIPredicateFunction &Fn : SchedModels.getSTIPredicates()) in EmitMCInstrAnalysisPredicateFunctions()
1904 for (const STIPredicateFunction &Fn : SchedModels.getSTIPredicates()) in EmitMCInstrAnalysisPredicateFunctions()
2015 for (const STIPredicateFunction &Fn : SchedModels.getSTIPredicates()) in run()
H A DCodeGenSchedule.h579 ArrayRef<STIPredicateFunction> getSTIPredicates() const { in getSTIPredicates() function