Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/utils/TableGen/GlobalISel/
H A DGIMatchDagPredicate.cpp36 GIMatchDagOneOfOpcodesPredicate::GIMatchDagOneOfOpcodesPredicate( in GIMatchDagOneOfOpcodesPredicate() function in GIMatchDagOneOfOpcodesPredicate
41 void GIMatchDagOneOfOpcodesPredicate::printDescription(raw_ostream &OS) const { in printDescription()
H A DGIMatchDagPredicate.h103 class GIMatchDagOneOfOpcodesPredicate : public GIMatchDagPredicate {
107 GIMatchDagOneOfOpcodesPredicate(GIMatchDagContext &Ctx, StringRef Name);
H A DGIMatchTree.cpp439 dyn_cast<const GIMatchDagOneOfOpcodesPredicate>(P)) { in repartition()
/llvm-project-15.0.7/llvm/utils/TableGen/
H A DGICombinerEmitter.cpp469 const auto &P = MatchDag.addPredicateNode<GIMatchDagOneOfOpcodesPredicate>( in parseWipMatchOpcodeMatcher()