Home
last modified time | relevance | path

Searched refs:STIPredicateFunction (Results 1 – 6 of 6) sorted by relevance

/openbsd-src/gnu/llvm/llvm/utils/TableGen/
H A DPredicateExpander.h95 class STIPredicateFunction; variable
105 void expandHeader(raw_ostream &OS, const STIPredicateFunction &Fn);
106 void expandPrologue(raw_ostream &OS, const STIPredicateFunction &Fn);
109 void expandBody(raw_ostream &OS, const STIPredicateFunction &Fn);
110 void expandEpilogue(raw_ostream &OS, const STIPredicateFunction &Fn);
121 void expandSTIPredicate(raw_ostream &OS, const STIPredicateFunction &Fn);
H A DCodeGenSchedule.h371 class STIPredicateFunction {
377 STIPredicateFunction(const STIPredicateFunction &Other) = delete;
378 STIPredicateFunction &operator=(const STIPredicateFunction &Other) = delete;
381 STIPredicateFunction(const Record *Rec) : FunctionDeclaration(Rec) {} in STIPredicateFunction() function
382 STIPredicateFunction(STIPredicateFunction &&Other) = default;
384 bool isCompatibleWith(const STIPredicateFunction &Other) const { in isCompatibleWith()
442 std::vector<STIPredicateFunction> STIPredicates;
572 ArrayRef<STIPredicateFunction> getSTIPredicates() const { in getSTIPredicates()
H A DPredicateExpander.cpp394 const STIPredicateFunction &Fn) { in expandHeader()
421 const STIPredicateFunction &Fn) { in expandPrologue()
487 const STIPredicateFunction &Fn) { in expandBody()
520 const STIPredicateFunction &Fn) { in expandEpilogue()
534 const STIPredicateFunction &Fn) { in expandSTIPredicate()
H A DSubtargetEmitter.cpp1700 for (const STIPredicateFunction &Fn : SchedModels.getSTIPredicates()) in EmitSchedModelHelpers()
1804 for (const STIPredicateFunction &Fn : SchedModels.getSTIPredicates()) in EmitMCInstrAnalysisPredicateFunctions()
1816 for (const STIPredicateFunction &Fn : SchedModels.getSTIPredicates()) in EmitMCInstrAnalysisPredicateFunctions()
1924 for (const STIPredicateFunction &Fn : SchedModels.getSTIPredicates()) in run()
H A DCodeGenSchedule.cpp284 processSTIPredicate(STIPredicateFunction &Fn, in processSTIPredicate()
410 STIPredicateFunction Predicate(Decl); in collectSTIPredicates()
416 STIPredicateFunction &PreviousDef = STIPredicates[It->second]; in collectSTIPredicates()
420 for (STIPredicateFunction &Fn : STIPredicates) in collectSTIPredicates()
/openbsd-src/gnu/llvm/llvm/include/llvm/Target/
H A DTargetInstrPredicate.td340 // computation. For example, STIPredicateFunction `isDependencyBreaking()`