Home
last modified time | relevance | path

Searched refs:Int64Matcher (Results 1 – 4 of 4) sorted by relevance

/external/v8/src/compiler/
Dnode-matchers.h135 typedef IntMatcher<int64_t, IrOpcode::kInt64Constant> Int64Matcher; typedef
141 typedef Int64Matcher IntPtrMatcher;
249 typedef BinopMatcher<Int64Matcher, Int64Matcher> Int64BinopMatcher;
Dcommon-operator-reducer.cc31 Int64Matcher mcond(cond); in DecideCondition()
Dmachine-operator-reducer.cc425 Int64Matcher m(node->InputAt(0)); in Reduce()
Dwasm-compiler.cc129 Int64Matcher m(node); in TrapIfEq64()