Lines Matching refs:PredicateCheck
39 std::string PredicateCheck; member
43 std::string PredicateCheck) in InstructionMemo()
46 PredicateCheck(std::move(PredicateCheck)) {} in InstructionMemo()
582 std::string PredicateCheck = Pattern.getPredicateCheck(); in collectPatterns() local
590 PredicateCheck in collectPatterns()
596 [RetVT].count(PredicateCheck)) { in collectPatterns()
601 std::make_pair(PredicateCheck, true)); in collectPatterns()
644 std::string PredicateCheck = Memo.PredicateCheck; in emitInstructionCode() local
646 if (PredicateCheck.empty()) { in emitInstructionCode()
655 "name:" + Memo.Name + " predicate: " + PredicateCheck); in emitInstructionCode()
657 OS << " if (" + PredicateCheck + ") {\n"; in emitInstructionCode()
683 if (!PredicateCheck.empty()) { in emitInstructionCode()