Searched refs:MachineGraph (Results 1 – 11 of 11) sorted by relevance
/external/v8/src/compiler/ |
D | machine-graph.cc | 14 Node* MachineGraph::Int32Constant(int32_t value) { in Int32Constant() 22 Node* MachineGraph::Int64Constant(int64_t value) { in Int64Constant() 30 Node* MachineGraph::IntPtrConstant(intptr_t value) { in IntPtrConstant() 35 Node* MachineGraph::RelocatableInt32Constant(int32_t value, in RelocatableInt32Constant() 45 Node* MachineGraph::RelocatableInt64Constant(int64_t value, in RelocatableInt64Constant() 55 Node* MachineGraph::RelocatableIntPtrConstant(intptr_t value, in RelocatableIntPtrConstant() 62 Node* MachineGraph::Float32Constant(float value) { in Float32Constant() 70 Node* MachineGraph::Float64Constant(double value) { in Float64Constant() 78 Node* MachineGraph::PointerConstant(intptr_t value) { in PointerConstant() 86 Node* MachineGraph::ExternalConstant(ExternalReference reference) { in ExternalConstant() [all …]
|
D | machine-operator-reducer.h | 19 class MachineGraph; variable 26 explicit MachineOperatorReducer(MachineGraph* mcgraph, in NON_EXPORTED_BASE() 104 MachineGraph* mcgraph() const { return mcgraph_; } in NON_EXPORTED_BASE() 108 MachineGraph* mcgraph_; in NON_EXPORTED_BASE()
|
D | machine-graph.h | 23 class V8_EXPORT_PRIVATE MachineGraph : public NON_EXPORTED_BASE(ZoneObject) { in NON_EXPORTED_BASE() 25 MachineGraph(Graph* graph, CommonOperatorBuilder* common, in NON_EXPORTED_BASE() 85 DISALLOW_COPY_AND_ASSIGN(MachineGraph); in NON_EXPORTED_BASE()
|
D | pipeline.h | 36 class MachineGraph; variable 51 MachineGraph* mcgraph, CallDescriptor* call_descriptor,
|
D | js-graph.h | 26 class V8_EXPORT_PRIVATE JSGraph : public MachineGraph { 31 : MachineGraph(graph, common, machine), in JSGraph()
|
D | wasm-compiler.h | 28 class MachineGraph; variable 41 typedef compiler::MachineGraph TFGraph; 55 MachineGraph* mcgraph, 127 WasmGraphBuilder(wasm::ModuleEnv* env, Zone* zone, MachineGraph* mcgraph, 311 MachineGraph* mcgraph() { return mcgraph_; } in mcgraph() 323 MachineGraph* const mcgraph_;
|
D | simd-scalar-lowering.h | 25 SimdScalarLowering(MachineGraph* mcgraph, 106 MachineGraph* const mcgraph_;
|
D | pipeline.cc | 147 OptimizedCompilationInfo* info, MachineGraph* mcgraph, in PipelineData() 261 MachineGraph* mcgraph() const { return mcgraph_; } in mcgraph() 449 MachineGraph* mcgraph_ = nullptr; 998 MachineGraph* mcgraph, CallDescriptor* call_descriptor, in PipelineWasmCompilationJob() 2275 MachineGraph* mcgraph, CallDescriptor* call_descriptor, in NewWasmCompilationJob()
|
D | wasm-compiler.cc | 93 void MergeControlToEnd(MachineGraph* mcgraph, Node* node) { in MergeControlToEnd() 118 wasm::ModuleEnv* env, Zone* zone, MachineGraph* mcgraph, in WasmGraphBuilder() 880 Node* Branch(MachineGraph* mcgraph, Node* cond, Node** true_node, in Branch() 3282 Node* GetAsmJsOOBValue(MachineRepresentation rep, MachineGraph* mcgraph) { in GetAsmJsOOBValue() 5056 wasm::WasmFeatures* detected, double* decode_ms, MachineGraph* mcgraph, in BuildGraphForWasmFunction() 5134 MachineGraph* mcgraph = new (&graph_zone) in ExecuteCompilation() 5135 MachineGraph(new (&graph_zone) Graph(&graph_zone), in ExecuteCompilation()
|
D | machine-operator-reducer.cc | 21 MachineOperatorReducer::MachineOperatorReducer(MachineGraph* mcgraph, in MachineOperatorReducer()
|
D | simd-scalar-lowering.cc | 29 MachineGraph* mcgraph, Signature<MachineRepresentation>* signature) in SimdScalarLowering()
|