Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/utils/TableGen/GlobalISel/
H A 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 <<()
H A DGIMatchDagPredicate.h83 class GIMatchDagOpcodePredicate : public GIMatchDagPredicate {
87 GIMatchDagOpcodePredicate(GIMatchDagContext &Ctx, StringRef Name,
142 raw_ostream &operator<<(raw_ostream &OS, const GIMatchDagOpcodePredicate &N);
H A DGIMatchTree.cpp416 if (const auto *OpcodeP = dyn_cast<const GIMatchDagOpcodePredicate>(P)) { in repartition()
/llvm-project-15.0.7/llvm/utils/TableGen/
H A DGICombinerEmitter.cpp413 const auto &P = MatchDag.addPredicateNode<GIMatchDagOpcodePredicate>( in parseInstructionMatcher()