Home
last modified time | relevance | path

Searched refs:Int64Matcher (Results 1 – 5 of 5) 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;
Dcode-assembler.cc133 Int64Matcher m(node); in ToInt32Constant()
145 Int64Matcher m(node); in ToInt64Constant()
Dwasm-compiler.cc113 Int64Matcher m(node); in TrapIfEq64()
987 Int64Matcher match(node); in MaskShiftCount64()
1961 Int64Matcher m(right); in BuildI64Rol()
Dmachine-operator-reducer.cc474 Int64Matcher m(node->InputAt(0)); in Reduce()
/external/v8/src/compiler/ppc/
Dinstruction-selector-ppc.cc873 Int64Matcher mdisplacement(displacement); in VisitWord64Sar()