Home
last modified time | relevance | path

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

/external/llvm-project/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.h79 class GIMatchDagOpcodePredicate : public GIMatchDagPredicate {
83 GIMatchDagOpcodePredicate(GIMatchDagContext &Ctx, StringRef Name,
138 raw_ostream &operator<<(raw_ostream &OS, const GIMatchDagOpcodePredicate &N);
DGIMatchTree.cpp418 if (const auto *OpcodeP = dyn_cast<const GIMatchDagOpcodePredicate>(P)) { in repartition()
/external/llvm-project/llvm/utils/TableGen/
DGICombinerEmitter.cpp413 const auto &P = MatchDag.addPredicateNode<GIMatchDagOpcodePredicate>( in parseInstructionMatcher()