Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/utils/TableGen/
H A DSubtargetEmitter.cpp1669 for (const STIPredicateFunction &Fn : SchedModels.getSTIPredicates()) in EmitSchedModelHelpers()
1777 for (const STIPredicateFunction &Fn : SchedModels.getSTIPredicates()) in EmitMCInstrAnalysisPredicateFunctions()
1789 for (const STIPredicateFunction &Fn : SchedModels.getSTIPredicates()) in EmitMCInstrAnalysisPredicateFunctions()
1898 for (const STIPredicateFunction &Fn : SchedModels.getSTIPredicates()) in run()
H A DCodeGenSchedule.h577 ArrayRef<STIPredicateFunction> getSTIPredicates() const { in getSTIPredicates() function