Home
last modified time | relevance | path

Searched defs:mcgraph (Results 1 – 5 of 5) sorted by relevance

/external/v8/src/compiler/
Dwasm-compiler.h311 MachineGraph* mcgraph() { return mcgraph_; } in mcgraph() function
Dpipeline.cc147 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()
Dwasm-compiler.cc93 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
Dmachine-operator-reducer.cc21 MachineOperatorReducer::MachineOperatorReducer(MachineGraph* mcgraph, in MachineOperatorReducer()
Dsimd-scalar-lowering.cc29 MachineGraph* mcgraph, Signature<MachineRepresentation>* signature) in SimdScalarLowering()