Home
last modified time | relevance | path

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

/external/v8/src/compiler/
Dnode-matchers.h140 typedef IntMatcher<int64_t, IrOpcode::kInt64Constant> Int64Matcher; typedef
146 typedef Int64Matcher IntPtrMatcher;
279 typedef BinopMatcher<Int64Matcher, Int64Matcher> Int64BinopMatcher;
Dcode-assembler.cc317 Int64Matcher m(node); in ToInt32Constant()
337 Int64Matcher m(node); in ToInt64Constant()
Dmachine-operator-reducer.cc654 Int64Matcher m(node->InputAt(0)); in Reduce()
Dwasm-compiler.cc978 Int64Matcher m(node); in TrapIfEq64()
1056 Int64Matcher match(node); in MaskShiftCount64()
2718 Int64Matcher m(right); in BuildI64Rol()
/external/v8/src/compiler/ppc/
Dinstruction-selector-ppc.cc863 Int64Matcher mdisplacement(displacement); in VisitWord64Sar()