Home
last modified time | relevance | path

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

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