HomeSort by: relevance | last modified time | path
    Searched refs:STIPredicates (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/utils/TableGen/
CodeGenSchedule.h 447 std::vector<STIPredicateFunction> STIPredicates;
578 return STIPredicates;
CodeGenSchedule.cpp 401 // CodeGenSchedModels::STIPredicates.
410 Decl2Index[Decl] = STIPredicates.size();
413 STIPredicates.emplace_back(std::move(Predicate));
417 STIPredicateFunction &PreviousDef = STIPredicates[It->second];
421 for (STIPredicateFunction &Fn : STIPredicates)

Completed in 16 milliseconds