Home
last modified time | relevance | path

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

/external/llvm-project/llvm/utils/TableGen/GlobalISel/
DGIMatchDagPredicate.cpp51 GIMatchDagSameMOPredicate::GIMatchDagSameMOPredicate(GIMatchDagContext &Ctx, in GIMatchDagSameMOPredicate() function in GIMatchDagSameMOPredicate
56 void GIMatchDagSameMOPredicate::printDescription(raw_ostream &OS) const { in printDescription()
DGIMatchDagPredicate.h122 class GIMatchDagSameMOPredicate : public GIMatchDagPredicate {
124 GIMatchDagSameMOPredicate(GIMatchDagContext &Ctx, StringRef Name);
/external/llvm-project/llvm/utils/TableGen/
DGICombinerEmitter.cpp579 const auto &P = MatchDag.addPredicateNode<GIMatchDagSameMOPredicate>( in parseMatcher()