Home
last modified time | relevance | path

Searched refs:expandSTIPredicate (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/utils/TableGen/
H A DPredicateExpander.h121 void expandSTIPredicate(raw_ostream &OS, const STIPredicateFunction &Fn);
H A DSubtargetEmitter.cpp1670 PE.expandSTIPredicate(OS, Fn); in EmitSchedModelHelpers()
1778 PE.expandSTIPredicate(OS, Fn); in EmitMCInstrAnalysisPredicateFunctions()
1790 PE.expandSTIPredicate(OS, Fn); in EmitMCInstrAnalysisPredicateFunctions()
1899 PE.expandSTIPredicate(OS, Fn); in run()
H A DPredicateExpander.cpp535 void STIPredicateExpander::expandSTIPredicate(raw_ostream &OS, in expandSTIPredicate() function in llvm::STIPredicateExpander