Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/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.h99 class GIMatchDagOneOfOpcodesPredicate : public GIMatchDagPredicate {
103 GIMatchDagOneOfOpcodesPredicate(GIMatchDagContext &Ctx, StringRef Name);
H A DGIMatchTree.cpp439 dyn_cast<const GIMatchDagOneOfOpcodesPredicate>(P)) { in repartition()
/netbsd-src/external/apache2/llvm/dist/llvm/utils/TableGen/
H A DGICombinerEmitter.cpp469 const auto &P = MatchDag.addPredicateNode<GIMatchDagOneOfOpcodesPredicate>( in parseWipMatchOpcodeMatcher()