Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/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.h376 class STIPredicateFunction {
382 STIPredicateFunction(const STIPredicateFunction &Other) = delete;
383 STIPredicateFunction &operator=(const STIPredicateFunction &Other) = delete;
386 STIPredicateFunction(const Record *Rec) : FunctionDeclaration(Rec) {} in STIPredicateFunction() function
387 STIPredicateFunction(STIPredicateFunction &&Other) = default;
389 bool isCompatibleWith(const STIPredicateFunction &Other) const { in isCompatibleWith()
447 std::vector<STIPredicateFunction> STIPredicates;
577 ArrayRef<STIPredicateFunction> getSTIPredicates() const { in getSTIPredicates()
H A DPredicateExpander.cpp396 const STIPredicateFunction &Fn) { in expandHeader()
423 const STIPredicateFunction &Fn) { in expandPrologue()
489 const STIPredicateFunction &Fn) { in expandBody()
522 const STIPredicateFunction &Fn) { in expandEpilogue()
536 const STIPredicateFunction &Fn) { in expandSTIPredicate()
H A DSubtargetEmitter.cpp1669 for (const STIPredicateFunction &Fn : SchedModels.getSTIPredicates()) in EmitSchedModelHelpers()
1777 for (const STIPredicateFunction &Fn : SchedModels.getSTIPredicates()) in EmitMCInstrAnalysisPredicateFunctions()
1789 for (const STIPredicateFunction &Fn : SchedModels.getSTIPredicates()) in EmitMCInstrAnalysisPredicateFunctions()
1898 for (const STIPredicateFunction &Fn : SchedModels.getSTIPredicates()) in run()
H A DCodeGenSchedule.cpp285 processSTIPredicate(STIPredicateFunction &Fn, in processSTIPredicate()
411 STIPredicateFunction Predicate(Decl); in collectSTIPredicates()
417 STIPredicateFunction &PreviousDef = STIPredicates[It->second]; in collectSTIPredicates()
421 for (STIPredicateFunction &Fn : STIPredicates) in collectSTIPredicates()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Target/
H A DTargetInstrPredicate.td340 // computation. For example, STIPredicateFunction `isDependencyBreaking()`