Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/utils/TableGen/
H A DPredicateExpander.h100 class STIPredicateFunction; variable
110 void expandHeader(raw_ostream &OS, const STIPredicateFunction &Fn);
111 void expandPrologue(raw_ostream &OS, const STIPredicateFunction &Fn);
114 void expandBody(raw_ostream &OS, const STIPredicateFunction &Fn);
115 void expandEpilogue(raw_ostream &OS, const STIPredicateFunction &Fn);
126 void expandSTIPredicate(raw_ostream &OS, const STIPredicateFunction &Fn);
H A DCodeGenSchedule.h378 class STIPredicateFunction {
384 STIPredicateFunction(const STIPredicateFunction &Other) = delete;
385 STIPredicateFunction &operator=(const STIPredicateFunction &Other) = delete;
388 STIPredicateFunction(const Record *Rec) : FunctionDeclaration(Rec) {} in STIPredicateFunction() function
389 STIPredicateFunction(STIPredicateFunction &&Other) = default;
391 bool isCompatibleWith(const STIPredicateFunction &Other) const { in isCompatibleWith()
449 std::vector<STIPredicateFunction> STIPredicates;
579 ArrayRef<STIPredicateFunction> getSTIPredicates() const { in getSTIPredicates()
H A DPredicateExpander.cpp437 const STIPredicateFunction &Fn) { in expandHeader()
464 const STIPredicateFunction &Fn) { in expandPrologue()
530 const STIPredicateFunction &Fn) { in expandBody()
563 const STIPredicateFunction &Fn) { in expandEpilogue()
577 const STIPredicateFunction &Fn) { in expandSTIPredicate()
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.cpp302 processSTIPredicate(STIPredicateFunction &Fn, in processSTIPredicate()
429 STIPredicateFunction Predicate(Decl); in collectSTIPredicates()
435 STIPredicateFunction &PreviousDef = STIPredicates[It->second]; in collectSTIPredicates()
439 for (STIPredicateFunction &Fn : STIPredicates) in collectSTIPredicates()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Target/
H A DTargetInstrPredicate.td380 // computation. For example, STIPredicateFunction `isDependencyBreaking()`