Searched refs:addPredicateNode (Results 1 – 2 of 2) sorted by relevance
413 const auto &P = MatchDag.addPredicateNode<GIMatchDagOpcodePredicate>( in parseInstructionMatcher()469 const auto &P = MatchDag.addPredicateNode<GIMatchDagOneOfOpcodesPredicate>( in parseWipMatchOpcodeMatcher()579 const auto &P = MatchDag.addPredicateNode<GIMatchDagSameMOPredicate>( in parseMatcher()
192 T *addPredicateNode(Args &&... args) { in addPredicateNode() function