Lines Matching refs:input_matcher
309 Matcher<Node*> IsChangeFloat64ToInt32(const Matcher<Node*>& input_matcher);
310 Matcher<Node*> IsChangeFloat64ToUint32(const Matcher<Node*>& input_matcher);
311 Matcher<Node*> IsChangeInt32ToFloat64(const Matcher<Node*>& input_matcher);
312 Matcher<Node*> IsChangeInt32ToInt64(const Matcher<Node*>& input_matcher);
313 Matcher<Node*> IsChangeUint32ToFloat64(const Matcher<Node*>& input_matcher);
314 Matcher<Node*> IsChangeUint32ToUint64(const Matcher<Node*>& input_matcher);
315 Matcher<Node*> IsTruncateFloat64ToFloat32(const Matcher<Node*>& input_matcher);
316 Matcher<Node*> IsTruncateFloat64ToInt32(const Matcher<Node*>& input_matcher);
317 Matcher<Node*> IsTruncateInt64ToInt32(const Matcher<Node*>& input_matcher);
322 Matcher<Node*> IsFloat32Abs(const Matcher<Node*>& input_matcher);
335 Matcher<Node*> IsFloat64Abs(const Matcher<Node*>& input_matcher);
336 Matcher<Node*> IsFloat64Sqrt(const Matcher<Node*>& input_matcher);
337 Matcher<Node*> IsFloat64RoundDown(const Matcher<Node*>& input_matcher);
338 Matcher<Node*> IsFloat64RoundTruncate(const Matcher<Node*>& input_matcher);
339 Matcher<Node*> IsFloat64RoundTiesAway(const Matcher<Node*>& input_matcher);
340 Matcher<Node*> IsFloat64ExtractLowWord32(const Matcher<Node*>& input_matcher);
341 Matcher<Node*> IsFloat64ExtractHighWord32(const Matcher<Node*>& input_matcher);
352 Matcher<Node*> IsNumberToInt32(const Matcher<Node*>& input_matcher);
353 Matcher<Node*> IsNumberToUint32(const Matcher<Node*>& input_matcher);