Home | History | Annotate | Download | only in compiler

Lines Matching refs:JSGraph

289   RepresentationSelector(JSGraph* jsgraph, JSHeapBroker* js_heap_broker,
293 : jsgraph_(jsgraph),
295 count_(jsgraph->graph()->NodeCount()),
309 op_typer_(jsgraph->isolate(), js_heap_broker, graph_zone()) {
1007 DeferReplacement(node, lowering->jsgraph()->Int32Constant(1));
1012 DeferReplacement(node, lowering->jsgraph()->Int32Constant(0));
1516 DeferReplacement(node, lowering->jsgraph()->IntPtrConstant(smi));
1529 DeferReplacement(node, lowering->jsgraph()->IntPtrConstant(value));
1600 DeferReplacement(node, lowering->jsgraph()->Int32Constant(0));
2777 DeferReplacement(node, lowering->jsgraph()->Int32Constant(1));
2782 DeferReplacement(node, lowering->jsgraph()->Int32Constant(0));
2806 DeferReplacement(node, lowering->jsgraph()->Int32Constant(1));
2811 DeferReplacement(node, lowering->jsgraph()->Int32Constant(0));
2833 DeferReplacement(node, lowering->jsgraph()->Int32Constant(1));
2838 DeferReplacement(node, lowering->jsgraph()->Int32Constant(0));
2862 DeferReplacement(node, lowering->jsgraph()->Int32Constant(1));
2867 DeferReplacement(node, lowering->jsgraph()->Int32Constant(0));
2879 lowering->jsgraph()->Float64Constant(1.0), input));
2895 DeferReplacement(node, lowering->jsgraph()->Int32Constant(1));
2900 DeferReplacement(node, lowering->jsgraph()->Int32Constant(0));
3241 JSGraph* jsgraph_;
3278 SimplifiedLowering::SimplifiedLowering(JSGraph* jsgraph,
3283 : jsgraph_(jsgraph),
3292 RepresentationChanger changer(jsgraph(), jsgraph()->isolate());
3293 RepresentationSelector selector(jsgraph(), js_heap_broker_, zone_, &changer,
3496 Node* const one = jsgraph()->Float64Constant(1.0);
3497 Node* const one_half = jsgraph()->Float64Constant(0.5);
3512 Node* const minus_one = jsgraph()->Float64Constant(-1.0);
3513 Node* const zero = jsgraph()->Float64Constant(0.0);
3514 Node* const one = jsgraph()->Float64Constant(1.0);
3536 jsgraph()->Int32Constant(31));
3544 Node* const zero = jsgraph()->Int32Constant(0);
3545 Node* const minus_one = jsgraph()->Int32Constant(-1);
3617 Node* const zero = jsgraph()->Int32Constant(0);
3618 Node* const minus_one = jsgraph()->Int32Constant(-1);
3714 Node* const minus_one = jsgraph()->Int32Constant(-1);
3715 Node* const zero = jsgraph()->Int32Constant(0);
3716 Node* const one = jsgraph()->Int32Constant(1);
3731 Node* const zero = jsgraph()->Uint32Constant(0);
3749 Node* const minus_one = jsgraph()->Int32Constant(-1);
3750 Node* const zero = jsgraph()->Uint32Constant(0);
3834 jsgraph()->Int32Constant(0x1F)));
3841 Node* const zero = jsgraph()->Int32Constant(0);
3853 jsgraph()->Float64Constant(0.0)));
3854 node->AppendInput(graph()->zone(), jsgraph()->Int32Constant(0));
3861 node->ReplaceInput(0, jsgraph()->Float64Constant(0.0));
3869 Node* const min = jsgraph()->Float64Constant(0.0);
3870 Node* const max = jsgraph()->Float64Constant(255.0);
3887 Node* const min = jsgraph()->Float64Constant(0.0);
3888 Node* const max = jsgraph()->Float64Constant(255.0);
3905 Node* const min = jsgraph()->Int32Constant(0);
3906 Node* const max = jsgraph()->Int32Constant(255);
3922 Node* const max = jsgraph()->Uint32Constant(255u);
3935 to_number_code_.set(jsgraph()->HeapConstant(callable.code()));
3945 jsgraph()->HeapConstant(callable.code()));
3953 to_number_code_.set(jsgraph()->HeapConstant(callable.code()));