Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/utils/TableGen/
DPredicateExpander.h121 void expandSTIPredicate(raw_ostream &OS, const STIPredicateFunction &Fn);
DSubtargetEmitter.cpp1701 PE.expandSTIPredicate(OS, Fn); in EmitSchedModelHelpers()
1805 PE.expandSTIPredicate(OS, Fn); in EmitMCInstrAnalysisPredicateFunctions()
1817 PE.expandSTIPredicate(OS, Fn); in EmitMCInstrAnalysisPredicateFunctions()
1925 PE.expandSTIPredicate(OS, Fn); in run()
DPredicateExpander.cpp533 void STIPredicateExpander::expandSTIPredicate(raw_ostream &OS, in expandSTIPredicate() function in llvm::STIPredicateExpander