Lines Matching refs:PredicateCheck
40 std::string PredicateCheck; member
44 std::string PredicateCheck) in InstructionMemo()
47 PredicateCheck(std::move(PredicateCheck)) {} in InstructionMemo()
583 std::string PredicateCheck = Pattern.getPredicateCheck(); in collectPatterns() local
591 PredicateCheck in collectPatterns()
597 [RetVT].count(PredicateCheck)) { in collectPatterns()
602 std::make_pair(PredicateCheck, true)); in collectPatterns()
645 std::string PredicateCheck = Memo.PredicateCheck; in emitInstructionCode() local
647 if (PredicateCheck.empty()) { in emitInstructionCode()
656 "name:" + Memo.Name + " predicate: " + PredicateCheck); in emitInstructionCode()
658 OS << " if (" + PredicateCheck + ") {\n"; in emitInstructionCode()
684 if (!PredicateCheck.empty()) { in emitInstructionCode()