Home
last modified time | relevance | path

Searched refs:ReduceWord64And (Results 1 – 6 of 6) sorted by relevance

/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/v8/src/compiler/
H A Dmachine-operator-reducer.h102 Reduction ReduceWord64And(Node* node); in NON_EXPORTED_BASE()
H A Dmachine-operator-reducer.cc114 Reduction ReduceWordNAnd(Node* node) { return r_->ReduceWord64And(node); } in ReduceWordNAnd()
191 Reduction const reduction = ReduceWord64And(node); in Word64And()
257 return ReduceWord64And(node); in Reduce()
1476 Reduction MachineOperatorReducer::ReduceWord64And(Node* node) { in ReduceWord64And() function in v8::internal::compiler::MachineOperatorReducer
/dports/lang/v8/v8-9.6.180.12/src/compiler/
H A Dmachine-operator-reducer.h106 Reduction ReduceWord64And(Node* node); in NON_EXPORTED_BASE()
H A Dmachine-operator-reducer.cc133 Reduction ReduceWordNAnd(Node* node) { return r_->ReduceWord64And(node); } in ReduceWordNAnd()
224 Reduction const reduction = ReduceWord64And(node); in Word64And()
312 return ReduceWord64And(node); in Reduce()
1542 return Changed(node).FollowedBy(ReduceWord64And(node)); in ReduceWord64Shl()
1854 Reduction MachineOperatorReducer::ReduceWord64And(Node* node) { in ReduceWord64And() function in v8::internal::compiler::MachineOperatorReducer
/dports/www/chromium-legacy/chromium-88.0.4324.182/v8/src/compiler/
H A Dmachine-operator-reducer.h106 Reduction ReduceWord64And(Node* node); in NON_EXPORTED_BASE()
H A Dmachine-operator-reducer.cc133 Reduction ReduceWordNAnd(Node* node) { return r_->ReduceWord64And(node); } in ReduceWordNAnd()
211 Reduction const reduction = ReduceWord64And(node); in Word64And()
283 return ReduceWord64And(node); in Reduce()
1521 return Changed(node).FollowedBy(ReduceWord64And(node)); in ReduceWord64Shl()
1821 Reduction MachineOperatorReducer::ReduceWord64And(Node* node) { in ReduceWord64And() function in v8::internal::compiler::MachineOperatorReducer