Home
last modified time | relevance | path

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

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