HomeSort by relevance Sort by last modified time
    Searched refs:Uint32Constant (Results 1 - 10 of 10) sorted by null

  /external/v8/src/compiler/
machine-operator-reducer.h 38 Node* Uint32Constant(uint32_t value) {
48 return Word32And(lhs, Uint32Constant(rhs));
70 return Replace(Uint32Constant(value));
js-graph.h 87 Node* Uint32Constant(uint32_t value) {
graph-assembler.cc 38 Node* GraphAssembler::Uint32Constant(int32_t value) {
39 return jsgraph()->Uint32Constant(value);
machine-operator-reducer.cc 71 return graph()->NewNode(machine()->Word32Sar(), lhs, Uint32Constant(rhs));
77 return graph()->NewNode(machine()->Word32Shr(), lhs, Uint32Constant(rhs));
111 Uint32Constant(mag.multiplier));
132 Uint32Constant(mag.multiplier));
300 node->ReplaceInput(1, Uint32Constant(c << k));
    [all...]
effect-control-linearizer.cc     [all...]
graph-assembler.h 237 Node* Uint32Constant(int32_t value);
wasm-compiler.h 145 Node* Uint32Constant(uint32_t value);
js-generic-lowering.cc 560 Node* start_index = jsgraph()->Uint32Constant(p.start_index());
wasm-compiler.cc 467 Node* WasmGraphBuilder::Uint32Constant(uint32_t value) {
468 return jsgraph()->Uint32Constant(value);
    [all...]
simplified-lowering.cc     [all...]

Completed in 248 milliseconds