Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/compiler/
Dnode-matchers.h172 using Int64Matcher = IntMatcher<int64_t, IrOpcode::kInt64Constant>; variable
180 using IntPtrMatcher = Int64Matcher;
343 using Int64BinopMatcher = BinopMatcher<Int64Matcher, Int64Matcher>;
Draw-machine-assembler.h148 Int64Matcher m(node); in IsMapOffsetConstant()
153 if (!Int64Matcher(input).Is(HeapObject::kMapOffset)) return false; in IsMapOffsetConstant()
160 Int64Matcher m(node); in IsMapOffsetConstantMinusTag()
Dmachine-operator-reducer.cc847 Int64Matcher m(node->InputAt(0)); in Reduce()
975 Int64Matcher m(node->InputAt(0)); in ReduceTruncateInt64ToInt32()
2205 CASE_IS_ZERO(kInt64Constant, Int64Matcher) in IsZero()
Dcode-assembler.cc334 Int64Matcher m(node); in TryToInt32Constant()
356 Int64Matcher m(node); in TryToInt64Constant()
Dwasm-compiler.cc1534 Int64Matcher m(node); in TrapIfEq64()
1606 Int64Matcher match(node); in MaskShiftCount64()
3427 Int64Matcher m(right); in BuildI64Rol()
/third_party/node/deps/v8/src/compiler/backend/ppc/
Dinstruction-selector-ppc.cc926 Int64Matcher mdisplacement(displacement); in VisitWord64Sar()
/third_party/node/deps/v8/src/compiler/backend/arm64/
Dinstruction-selector-arm64.cc2419 Int64Matcher m(right); in VisitWordCompare()