Lines Matching refs:PredicateCheck
39 std::string PredicateCheck; member
43 std::string PredicateCheck) in InstructionMemo()
46 PredicateCheck(std::move(PredicateCheck)) {} in InstructionMemo()
578 std::string PredicateCheck = Pattern.getPredicateCheck(); in collectPatterns() local
586 PredicateCheck in collectPatterns()
592 [RetVT].count(PredicateCheck)) { in collectPatterns()
597 std::make_pair(PredicateCheck, true)); in collectPatterns()
640 std::string PredicateCheck = Memo.PredicateCheck; in emitInstructionCode() local
642 if (PredicateCheck.empty()) { in emitInstructionCode()
651 "name:" + Memo.Name + " predicate: " + PredicateCheck); in emitInstructionCode()
653 OS << " if (" + PredicateCheck + ") {\n"; in emitInstructionCode()
679 if (!PredicateCheck.empty()) { in emitInstructionCode()