Searched defs:mcgraph (Results 1 – 5 of 5) sorted by relevance
/external/v8/src/compiler/ |
D | wasm-compiler.h | 311 MachineGraph* mcgraph() { return mcgraph_; } in mcgraph() function
|
D | pipeline.cc | 147 OptimizedCompilationInfo* info, MachineGraph* mcgraph, in PipelineData() 261 MachineGraph* mcgraph() const { return mcgraph_; } in mcgraph() function in v8::internal::compiler::PipelineData 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() local
|
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()
|