Searched refs:STIPredicateFunction (Results 1 – 6 of 6) sorted by relevance
100 class STIPredicateFunction; variable110 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);
378 class STIPredicateFunction {384 STIPredicateFunction(const STIPredicateFunction &Other) = delete;385 STIPredicateFunction &operator=(const STIPredicateFunction &Other) = delete;388 STIPredicateFunction(const Record *Rec) : FunctionDeclaration(Rec) {} in STIPredicateFunction() function389 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()
437 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()
1770 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()
302 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()
380 // computation. For example, STIPredicateFunction `isDependencyBreaking()`