Home
last modified time | relevance | path

Searched refs:STIPredicates (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/llvm/utils/TableGen/Common/
H A DCodeGenSchedule.h464 std::vector<STIPredicateFunction> STIPredicates; variable
570 return STIPredicates; in getSTIPredicates()
H A DCodeGenSchedule.cpp415 Decl2Index.try_emplace(Decl, STIPredicates.size()); in collectSTIPredicates()
419 STIPredicates.emplace_back(std::move(Predicate)); in collectSTIPredicates()
423 STIPredicateFunction &PreviousDef = STIPredicates[It->second]; in collectSTIPredicates()
427 for (STIPredicateFunction &Fn : STIPredicates) in collectSTIPredicates()
/freebsd/contrib/llvm-project/llvm/include/llvm/Target/
H A DTargetInstrPredicate.td379 // A list of STIPredicates used by this definition to delegate part of the