Lines Matching refs:PredicateCheck
39 std::string PredicateCheck; member
43 std::string PredicateCheck) in InstructionMemo()
46 PredicateCheck(std::move(PredicateCheck)) {} in InstructionMemo()
577 std::string PredicateCheck = Pattern.getPredicateCheck(); in collectPatterns() local
585 PredicateCheck in collectPatterns()
591 [RetVT].count(PredicateCheck)) { in collectPatterns()
596 std::make_pair(PredicateCheck, true)); in collectPatterns()
639 std::string PredicateCheck = Memo.PredicateCheck; in emitInstructionCode() local
641 if (PredicateCheck.empty()) { in emitInstructionCode()
650 "name:" + Memo.Name + " predicate: " + PredicateCheck); in emitInstructionCode()
652 OS << " if (" + PredicateCheck + ") {\n"; in emitInstructionCode()
678 if (!PredicateCheck.empty()) { in emitInstructionCode()