/external/v8/src/compiler/ |
D | machine-operator-reducer.cc | 146 Int32BinopMatcher mleft(m.left().node()); in Reduce() local 286 Int32BinopMatcher mleft(m.left().node()); in Reduce() local 462 Int32BinopMatcher mleft(m.left().node()); in ReduceInt32Add() local 701 Int32BinopMatcher mleft(m.left().node()); in ReduceStore() local 784 Int32BinopMatcher mleft(m.left().node()); in ReduceWord32Shl() local 806 Int32BinopMatcher mleft(m.left().node()); in ReduceWord32Sar() local 848 Int32BinopMatcher mleft(m.left().node()); in ReduceWord32And() local 860 Uint32BinopMatcher mleft(m.left().node()); in ReduceWord32And() local 867 Int32BinopMatcher mleft(m.left().node()); in ReduceWord32And() local 926 Int32BinopMatcher mleft(m.left().node()); in ReduceWord32And() local
|
/external/v8/src/compiler/arm/ |
D | instruction-selector-arm.cc | 538 Int32BinopMatcher mleft(m.left().node()); in VisitWord32And() local 559 Int32BinopMatcher mleft(m.left().node()); in VisitWord32And() local 682 Int32BinopMatcher mleft(m.left().node()); in VisitWord32Shr() local 701 Int32BinopMatcher mleft(m.left().node()); in VisitWord32Sar() local 738 Int32BinopMatcher mleft(m.left().node()); in VisitInt32Add() local 746 Int32BinopMatcher mleft(m.left().node()); in VisitInt32Add() local 754 Int32BinopMatcher mleft(m.left().node()); in VisitInt32Add() local 768 Int32BinopMatcher mleft(m.left().node()); in VisitInt32Add() local 977 Float32BinopMatcher mleft(m.left().node()); in VisitFloat32Add() local 998 Float64BinopMatcher mleft(m.left().node()); in VisitFloat64Add() local
|
/external/v8/src/compiler/arm64/ |
D | instruction-selector-arm64.cc | 581 Matcher mleft(m->left().node()); in VisitLogical() local 630 Int32BinopMatcher mleft(m.left().node()); in VisitWord32And() local 670 Int64BinopMatcher mleft(m.left().node()); in VisitWord64And() local 733 Int32BinopMatcher mleft(m.left().node()); in VisitWord32Shl() local 789 Int32BinopMatcher mleft(m.left().node()); in TryEmitBitfieldExtract32() local 814 Int32BinopMatcher mleft(m.left().node()); in VisitWord32Shr() local 858 Int64BinopMatcher mleft(m.left().node()); in VisitWord64Shr() local 977 Int32BinopMatcher mleft(m.left().node()); in VisitInt32Add() local 1008 Int64BinopMatcher mleft(m.left().node()); in VisitInt64Add() local 1091 Int32BinopMatcher mleft(m.left().node()); in VisitInt32Mul() local [all …]
|
/external/v8/src/compiler/ppc/ |
D | instruction-selector-ppc.cc | 420 Matcher mleft(m->left().node()); in VisitLogical() local 484 Int32BinopMatcher mleft(m.left().node()); in VisitWord32And() local 523 Int64BinopMatcher mleft(m.left().node()); in VisitWord64And() local 615 Int32BinopMatcher mleft(m.left().node()); in VisitWord32Shl() local 642 Int64BinopMatcher mleft(m.left().node()); in VisitWord64Shl() local 686 Int32BinopMatcher mleft(m.left().node()); in VisitWord32Shr() local 713 Int64BinopMatcher mleft(m.left().node()); in VisitWord64Shr() local 754 Int32BinopMatcher mleft(m.left().node()); in VisitWord32Sar() local
|
/external/v8/src/compiler/mips64/ |
D | instruction-selector-mips64.cc | 278 Int32BinopMatcher mleft(m.left().node()); in VisitWord32And() local 328 Int64BinopMatcher mleft(m.left().node()); in VisitWord64And() local 379 Int32BinopMatcher mleft(m.left().node()); in VisitWord32Xor() local 403 Int64BinopMatcher mleft(m.left().node()); in VisitWord64Xor() local 428 Int32BinopMatcher mleft(m.left().node()); in VisitWord32Shl() local 458 Int32BinopMatcher mleft(m.left().node()); in VisitWord32Shr() local 500 Int64BinopMatcher mleft(m.left().node()); in VisitWord64Shl() local 529 Int64BinopMatcher mleft(m.left().node()); in VisitWord64Shr() local
|
/external/v8/src/compiler/mips/ |
D | instruction-selector-mips.cc | 269 Int32BinopMatcher mleft(m.left().node()); in VisitWord32And() local 313 Int32BinopMatcher mleft(m.left().node()); in VisitWord32Xor() local 338 Int32BinopMatcher mleft(m.left().node()); in VisitWord32Shl() local 368 Int32BinopMatcher mleft(m.left().node()); in VisitWord32Shr() local
|
/external/v8/src/compiler/x64/ |
D | instruction-selector-x64.cc | 573 Int32BinopMatcher mleft(m.left().node()); in VisitWord32Sar() local 1360 LoadMatcher<ExternalReferenceMatcher> mleft(m.left().node()); in VisitWord64Compare() local 1762 Float64Matcher mleft(left); in VisitFloat64InsertLowWord32() local
|
/external/v8/src/compiler/ia32/ |
D | instruction-selector-ia32.cc | 1032 LoadMatcher<ExternalReferenceMatcher> mleft(m.left().node()); in VisitWordCompare() local 1288 Float64Matcher mleft(left); in VisitFloat64InsertLowWord32() local
|
/external/v8/src/compiler/x87/ |
D | instruction-selector-x87.cc | 1049 LoadMatcher<ExternalReferenceMatcher> mleft(m.left().node()); in VisitWordCompare() local
|