Lines Matching refs:PrintMatchAndExplain

35 bool PrintMatchAndExplain(const T& value, const std::string& value_name,  in PrintMatchAndExplain()  function
96 PrintMatchAndExplain(NodeProperties::GetValueInput(node, 0), in MatchAndExplain()
98 PrintMatchAndExplain(NodeProperties::GetControlInput(node), in MatchAndExplain()
127 PrintMatchAndExplain(NodeProperties::GetValueInput(node, 0), in MatchAndExplain()
129 PrintMatchAndExplain(NodeProperties::GetControlInput(node), in MatchAndExplain()
158 PrintMatchAndExplain(OpParameter<int32_t>(node->op()), "value", in MatchAndExplain()
160 PrintMatchAndExplain(NodeProperties::GetControlInput(node), in MatchAndExplain()
185 PrintMatchAndExplain(NodeProperties::GetControlInput(node), in MatchAndExplain()
214 PrintMatchAndExplain(NodeProperties::GetControlInput(node, 0), in MatchAndExplain()
216 PrintMatchAndExplain(NodeProperties::GetControlInput(node, 1), in MatchAndExplain()
250 PrintMatchAndExplain(NodeProperties::GetControlInput(node, 0), in MatchAndExplain()
252 PrintMatchAndExplain(NodeProperties::GetControlInput(node, 1), in MatchAndExplain()
254 PrintMatchAndExplain(NodeProperties::GetControlInput(node, 2), in MatchAndExplain()
279 PrintMatchAndExplain(NodeProperties::GetEffectInput(node), "effect", in MatchAndExplain()
307 PrintMatchAndExplain(NodeProperties::GetValueInput(node, 0), in MatchAndExplain()
309 PrintMatchAndExplain(NodeProperties::GetEffectInput(node), "effect", in MatchAndExplain()
342 PrintMatchAndExplain(NodeProperties::GetValueInput(node, 0), in MatchAndExplain()
344 PrintMatchAndExplain(NodeProperties::GetEffectInput(node), "effect", in MatchAndExplain()
346 PrintMatchAndExplain(NodeProperties::GetControlInput(node), in MatchAndExplain()
376 PrintMatchAndExplain(NodeProperties::GetEffectInput(node), "effect", in MatchAndExplain()
378 PrintMatchAndExplain(NodeProperties::GetControlInput(node), in MatchAndExplain()
403 PrintMatchAndExplain(OpParameter<T>(node), "value", value_matcher_, in MatchAndExplain()
440 PrintMatchAndExplain(SelectParametersOf(node->op()).representation(), in MatchAndExplain()
442 PrintMatchAndExplain(NodeProperties::GetValueInput(node, 0), "value0", in MatchAndExplain()
444 PrintMatchAndExplain(NodeProperties::GetValueInput(node, 1), "value1", in MatchAndExplain()
446 PrintMatchAndExplain(NodeProperties::GetValueInput(node, 2), "value2", in MatchAndExplain()
485 PrintMatchAndExplain(PhiRepresentationOf(node->op()), in MatchAndExplain()
487 PrintMatchAndExplain(NodeProperties::GetValueInput(node, 0), in MatchAndExplain()
489 PrintMatchAndExplain(NodeProperties::GetValueInput(node, 1), in MatchAndExplain()
491 PrintMatchAndExplain(NodeProperties::GetControlInput(node), in MatchAndExplain()
534 PrintMatchAndExplain(PhiRepresentationOf(node->op()), in MatchAndExplain()
536 PrintMatchAndExplain(NodeProperties::GetValueInput(node, 0), in MatchAndExplain()
538 PrintMatchAndExplain(NodeProperties::GetValueInput(node, 1), in MatchAndExplain()
540 PrintMatchAndExplain(NodeProperties::GetValueInput(node, 2), in MatchAndExplain()
542 PrintMatchAndExplain(NodeProperties::GetControlInput(node), in MatchAndExplain()
578 PrintMatchAndExplain(NodeProperties::GetEffectInput(node, 0), in MatchAndExplain()
580 PrintMatchAndExplain(NodeProperties::GetEffectInput(node, 1), in MatchAndExplain()
582 PrintMatchAndExplain(NodeProperties::GetControlInput(node), in MatchAndExplain()
625 return PrintMatchAndExplain(effect0, "effect0", effect0_matcher_, in MatchAndExplain()
627 PrintMatchAndExplain(effect1, "effect1", effect1_matcher_, listener); in MatchAndExplain()
655 PrintMatchAndExplain(OpParameter<size_t>(node), "index", in MatchAndExplain()
657 PrintMatchAndExplain(NodeProperties::GetValueInput(node, 0), "base", in MatchAndExplain()
698 !PrintMatchAndExplain(OpParameter<const CallDescriptor*>(node), in MatchAndExplain()
705 if (!PrintMatchAndExplain( in MatchAndExplain()
719 return (PrintMatchAndExplain(effect_node, "effect", effect_matcher_, in MatchAndExplain()
721 PrintMatchAndExplain(control_node, "control", control_matcher_, in MatchAndExplain()
764 !PrintMatchAndExplain(OpParameter<CallDescriptor const*>(node), in MatchAndExplain()
771 if (!PrintMatchAndExplain( in MatchAndExplain()
785 return (PrintMatchAndExplain(effect_node, "effect", effect_matcher_, in MatchAndExplain()
787 PrintMatchAndExplain(control_node, "control", control_matcher_, in MatchAndExplain()
812 PrintMatchAndExplain(NodeProperties::GetValueInput(node, 0), "lhs", in MatchAndExplain()
814 PrintMatchAndExplain(NodeProperties::GetValueInput(node, 1), "rhs", in MatchAndExplain()
837 PrintMatchAndExplain(NodeProperties::GetValueInput(node, 0), "size", in MatchAndExplain()
839 PrintMatchAndExplain(NodeProperties::GetEffectInput(node), "effect", in MatchAndExplain()
841 PrintMatchAndExplain(NodeProperties::GetControlInput(node), in MatchAndExplain()
879 PrintMatchAndExplain(OpParameter<FieldAccess>(node), "access", in MatchAndExplain()
881 PrintMatchAndExplain(NodeProperties::GetValueInput(node, 0), "base", in MatchAndExplain()
883 PrintMatchAndExplain(NodeProperties::GetEffectInput(node), "effect", in MatchAndExplain()
885 PrintMatchAndExplain(NodeProperties::GetControlInput(node), in MatchAndExplain()
928 PrintMatchAndExplain(OpParameter<FieldAccess>(node), "access", in MatchAndExplain()
930 PrintMatchAndExplain(NodeProperties::GetValueInput(node, 0), "base", in MatchAndExplain()
932 PrintMatchAndExplain(NodeProperties::GetValueInput(node, 1), in MatchAndExplain()
934 PrintMatchAndExplain(NodeProperties::GetEffectInput(node), "effect", in MatchAndExplain()
936 PrintMatchAndExplain(NodeProperties::GetControlInput(node), in MatchAndExplain()
984 PrintMatchAndExplain(BufferAccessOf(node->op()), "access", in MatchAndExplain()
986 PrintMatchAndExplain(NodeProperties::GetValueInput(node, 0), in MatchAndExplain()
988 PrintMatchAndExplain(NodeProperties::GetValueInput(node, 1), in MatchAndExplain()
990 PrintMatchAndExplain(NodeProperties::GetValueInput(node, 2), in MatchAndExplain()
992 PrintMatchAndExplain(NodeProperties::GetEffectInput(node), "effect", in MatchAndExplain()
994 PrintMatchAndExplain(NodeProperties::GetControlInput(node), in MatchAndExplain()
1047 PrintMatchAndExplain(BufferAccessOf(node->op()), "access", in MatchAndExplain()
1049 PrintMatchAndExplain(NodeProperties::GetValueInput(node, 0), in MatchAndExplain()
1051 PrintMatchAndExplain(NodeProperties::GetValueInput(node, 1), in MatchAndExplain()
1053 PrintMatchAndExplain(NodeProperties::GetValueInput(node, 2), in MatchAndExplain()
1055 PrintMatchAndExplain(NodeProperties::GetValueInput(node, 3), in MatchAndExplain()
1057 PrintMatchAndExplain(NodeProperties::GetEffectInput(node), "effect", in MatchAndExplain()
1059 PrintMatchAndExplain(NodeProperties::GetControlInput(node), in MatchAndExplain()
1105 PrintMatchAndExplain(OpParameter<ElementAccess>(node), "access", in MatchAndExplain()
1107 PrintMatchAndExplain(NodeProperties::GetValueInput(node, 0), "base", in MatchAndExplain()
1109 PrintMatchAndExplain(NodeProperties::GetValueInput(node, 1), in MatchAndExplain()
1111 PrintMatchAndExplain(NodeProperties::GetEffectInput(node), "effect", in MatchAndExplain()
1113 PrintMatchAndExplain(NodeProperties::GetControlInput(node), in MatchAndExplain()
1161 PrintMatchAndExplain(OpParameter<ElementAccess>(node), "access", in MatchAndExplain()
1163 PrintMatchAndExplain(NodeProperties::GetValueInput(node, 0), "base", in MatchAndExplain()
1165 PrintMatchAndExplain(NodeProperties::GetValueInput(node, 1), in MatchAndExplain()
1167 PrintMatchAndExplain(NodeProperties::GetValueInput(node, 2), in MatchAndExplain()
1169 PrintMatchAndExplain(NodeProperties::GetEffectInput(node), "effect", in MatchAndExplain()
1171 PrintMatchAndExplain(NodeProperties::GetControlInput(node), in MatchAndExplain()
1224 PrintMatchAndExplain(OpParameter<LoadRepresentation>(node), "rep", in MatchAndExplain()
1226 PrintMatchAndExplain(NodeProperties::GetValueInput(node, 0), "base", in MatchAndExplain()
1228 PrintMatchAndExplain(NodeProperties::GetValueInput(node, 1), in MatchAndExplain()
1230 PrintMatchAndExplain(effect_node, "effect", effect_matcher_, in MatchAndExplain()
1232 PrintMatchAndExplain(control_node, "control", control_matcher_, in MatchAndExplain()
1288 PrintMatchAndExplain(OpParameter<StoreRepresentation>(node), "rep", in MatchAndExplain()
1290 PrintMatchAndExplain(NodeProperties::GetValueInput(node, 0), "base", in MatchAndExplain()
1292 PrintMatchAndExplain(NodeProperties::GetValueInput(node, 1), in MatchAndExplain()
1294 PrintMatchAndExplain(NodeProperties::GetValueInput(node, 2), in MatchAndExplain()
1296 PrintMatchAndExplain(effect_node, "effect", effect_matcher_, in MatchAndExplain()
1298 PrintMatchAndExplain(control_node, "control", control_matcher_, in MatchAndExplain()
1339 PrintMatchAndExplain(NodeProperties::GetValueInput(node, 0), "base", in MatchAndExplain()
1341 PrintMatchAndExplain(NodeProperties::GetContextInput(node), in MatchAndExplain()
1343 PrintMatchAndExplain(NodeProperties::GetEffectInput(node), "effect", in MatchAndExplain()
1345 PrintMatchAndExplain(NodeProperties::GetControlInput(node), in MatchAndExplain()
1376 PrintMatchAndExplain(OpParameter<ContextAccess>(node), "access", in MatchAndExplain()
1378 PrintMatchAndExplain(NodeProperties::GetContextInput(node), in MatchAndExplain()
1407 PrintMatchAndExplain(NodeProperties::GetValueInput(node, 0), "lhs", in MatchAndExplain()
1409 PrintMatchAndExplain(NodeProperties::GetValueInput(node, 1), "rhs", in MatchAndExplain()
1433 PrintMatchAndExplain(NodeProperties::GetValueInput(node, 0), in MatchAndExplain()
1455 PrintMatchAndExplain(ParameterIndexOf(node->op()), "index", in MatchAndExplain()