Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/utils/TableGen/
H A DCodeGenSchedule.h442 std::vector<STIPredicateFunction> STIPredicates; variable
573 return STIPredicates; in getSTIPredicates()
H A DCodeGenSchedule.cpp409 Decl2Index[Decl] = STIPredicates.size(); in collectSTIPredicates()
412 STIPredicates.emplace_back(std::move(Predicate)); in collectSTIPredicates()
416 STIPredicateFunction &PreviousDef = STIPredicates[It->second]; in collectSTIPredicates()
420 for (STIPredicateFunction &Fn : STIPredicates) in collectSTIPredicates()
/openbsd-src/gnu/llvm/llvm/include/llvm/Target/
H A DTargetInstrPredicate.td339 // A list of STIPredicates used by this definition to delegate part of the