Lines Matching refs:using

81   using ValueType = T;
170 using Int32Matcher = IntMatcher<int32_t, IrOpcode::kInt32Constant>;
171 using Uint32Matcher = IntMatcher<uint32_t, IrOpcode::kInt32Constant>;
172 using Int64Matcher = IntMatcher<int64_t, IrOpcode::kInt64Constant>;
173 using Uint64Matcher = IntMatcher<uint64_t, IrOpcode::kInt64Constant>;
174 using V128ConstMatcher =
177 using IntPtrMatcher = Int32Matcher;
178 using UintPtrMatcher = Uint32Matcher;
180 using IntPtrMatcher = Int64Matcher;
181 using UintPtrMatcher = Uint64Matcher;
225 using Float32Matcher = FloatMatcher<float, IrOpcode::kFloat32Constant>;
226 using Float64Matcher = FloatMatcher<double, IrOpcode::kFloat64Constant>;
227 using NumberMatcher = FloatMatcher<double, IrOpcode::kNumberConstant>;
253 using HeapObjectMatcher = HeapObjectMatcherImpl<IrOpcode::kHeapConstant>;
254 using CompressedHeapObjectMatcher =
275 using ObjectMatcher = Object;
300 using LeftMatcher = Left;
301 using RightMatcher = Right;
323 // TODO(turbofan): This modification should notify the reducers using
341 using Int32BinopMatcher = BinopMatcher<Int32Matcher, Int32Matcher>;
342 using Uint32BinopMatcher = BinopMatcher<Uint32Matcher, Uint32Matcher>;
343 using Int64BinopMatcher = BinopMatcher<Int64Matcher, Int64Matcher>;
344 using Uint64BinopMatcher = BinopMatcher<Uint64Matcher, Uint64Matcher>;
345 using IntPtrBinopMatcher = BinopMatcher<IntPtrMatcher, IntPtrMatcher>;
346 using UintPtrBinopMatcher = BinopMatcher<UintPtrMatcher, UintPtrMatcher>;
347 using Float32BinopMatcher = BinopMatcher<Float32Matcher, Float32Matcher>;
348 using Float64BinopMatcher = BinopMatcher<Float64Matcher, Float64Matcher>;
349 using NumberBinopMatcher = BinopMatcher<NumberMatcher, NumberMatcher>;
350 using HeapObjectBinopMatcher =
352 using CompressedHeapObjectBinopMatcher =
407 using Int32ScaleMatcher =
409 using Int64ScaleMatcher =
418 using Matcher = ScaleMatcher<BinopMatcher, kMulOpcode, kShiftOpcode>;
477 using Int32AddMatcher =
480 using Int64AddMatcher =
493 using AddressOptions = base::Flags<AddressOption, uint8_t>;
540 // clusters using the following templates in the following order suffices to
721 // If the scale requires explicitly using the index as the base, but a
781 using BaseWithIndexAndDisplacement32Matcher =
783 using BaseWithIndexAndDisplacement64Matcher =