Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/llvm/utils/TableGen/Common/
HDCodeGenSchedule.h452 std::vector<STIPredicateFunction> STIPredicates; variable
580 return STIPredicates; in getSTIPredicates()
HDCodeGenSchedule.cpp426 Decl2Index[Decl] = STIPredicates.size(); in collectSTIPredicates()
429 STIPredicates.emplace_back(std::move(Predicate)); in collectSTIPredicates()
433 STIPredicateFunction &PreviousDef = STIPredicates[It->second]; in collectSTIPredicates()
437 for (STIPredicateFunction &Fn : STIPredicates) in collectSTIPredicates()
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Target/
HDTargetInstrPredicate.td379 // A list of STIPredicates used by this definition to delegate part of the