Searched refs:STIPredicateFunction (Results 1 – 6 of 6) sorted by relevance
95 class STIPredicateFunction; variable105 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);
371 class STIPredicateFunction {377 STIPredicateFunction(const STIPredicateFunction &Other) = delete;378 STIPredicateFunction &operator=(const STIPredicateFunction &Other) = delete;381 STIPredicateFunction(const Record *Rec) : FunctionDeclaration(Rec) {} in STIPredicateFunction() function382 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()
394 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()
1700 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()
284 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()
340 // computation. For example, STIPredicateFunction `isDependencyBreaking()`