Home
last modified time | relevance | path

Searched refs:GIMatchDagOpcodePredicate (Results 1 – 4 of 4) sorted by relevance

/openbsd/src/gnu/llvm/llvm/utils/TableGen/GlobalISel/
DGIMatchDagPredicate.cpp26 GIMatchDagOpcodePredicate::GIMatchDagOpcodePredicate( in GIMatchDagOpcodePredicate() function in GIMatchDagOpcodePredicate
32 void GIMatchDagOpcodePredicate::printDescription(raw_ostream &OS) const { in printDescription()
66 const GIMatchDagOpcodePredicate &N) { in operator <<()
DGIMatchDagPredicate.h83 class GIMatchDagOpcodePredicate : public GIMatchDagPredicate {
87 GIMatchDagOpcodePredicate(GIMatchDagContext &Ctx, StringRef Name,
142 raw_ostream &operator<<(raw_ostream &OS, const GIMatchDagOpcodePredicate &N);
DGIMatchTree.cpp416 if (const auto *OpcodeP = dyn_cast<const GIMatchDagOpcodePredicate>(P)) { in repartition()
/openbsd/src/gnu/llvm/llvm/utils/TableGen/
DGICombinerEmitter.cpp413 const auto &P = MatchDag.addPredicateNode<GIMatchDagOpcodePredicate>( in parseInstructionMatcher()