Searched refs:Int32Matcher (Results 1 – 7 of 7) sorted by relevance
79 typedef IntMatcher<int32_t, IrOpcode::kInt32Constant> Int32Matcher; typedef136 typedef BinopMatcher<Int32Matcher, Int32Matcher> Int32BinopMatcher;
32 Int32Matcher m(node->InputAt(0)); in Reduce()55 Int32Matcher m(node->InputAt(0)); in Reduce()
409 Int32Matcher m(node->InputAt(0)); in Reduce()414 Int32Matcher m(node->InputAt(0)); in Reduce()
75 if (Int32Matcher(index).Is(0)) { // load [#base + #0] in VisitLoad()146 if (Int32Matcher(index).Is(0)) { // store [#base], %|#value in VisitStore()
49 Int32Matcher m(n); in CheckInt32Constant()
1272 Int32Matcher index = Int32Matcher(load_or_store->InputAt(1)); in CheckFieldAccessArithmetic()
27 Int32Matcher m(node); in CanBeImmediate()