Home
last modified time | relevance | path

Searched defs:mcgraph (Results 1 - 9 of 9) sorted by relevance

/third_party/node/deps/v8/src/compiler/
H A Dwasm-escape-analysis.h25 WasmEscapeAnalysis(Editor* editor, MachineGraph* mcgraph) in WasmEscapeAnalysis() argument
H A Dmachine-operator-reducer.h121 MachineGraph* mcgraph() const { return mcgraph_; } in mcgraph() function in v8::internal::compiler::final
H A Dwasm-inlining.h87 MachineGraph* mcgraph() const { return mcgraph_; } in mcgraph() function in v8::internal::compiler::final
38 WasmInliner(Editor* editor, wasm::CompilationEnv* env, uint32_t function_index, SourcePositionTable* source_positions, NodeOriginTable* node_origins, MachineGraph* mcgraph, const wasm::WireBytesStorage* wire_bytes, std::vector<WasmLoopInfo>* loop_infos, const char* debug_name) WasmInliner() argument
H A Dgraph-assembler.h438 MachineGraph* mcgraph() const { return mcgraph_; } in mcgraph() function in v8::internal::compiler::GraphAssembler
H A Dgraph-assembler.cc37 GraphAssembler( MachineGraph* mcgraph, Zone* zone, base::Optional<NodeChangedCallback> node_changed_callback, bool mark_loop_exits) GraphAssembler() argument
[all...]
H A Dmachine-operator-reducer.cc165 MachineOperatorReducer(Editor* editor, MachineGraph* mcgraph, bool allow_signalling_nan) MachineOperatorReducer() argument
H A Dwasm-compiler.h550 MachineGraph* mcgraph() { return mcgraph_; } in mcgraph() function
249 WasmGraphBuilder( wasm::CompilationEnv* env, Zone* zone, MachineGraph* mcgraph, const wasm::FunctionSig* sig, compiler::SourcePositionTable* spt = nullptr) WasmGraphBuilder() argument
H A Dpipeline.cc349 MachineGraph* mcgraph() const { return mcgraph_; } in mcgraph() function in v8::internal::compiler::PipelineData
194 PipelineData(ZoneStats* zone_stats, wasm::WasmEngine* wasm_engine, OptimizedCompilationInfo* info, MachineGraph* mcgraph, PipelineStatistics* pipeline_statistics, SourcePositionTable* source_positions, NodeOriginTable* node_origins, const AssemblerOptions& assembler_options) PipelineData() argument
3014 GenerateCodeForWasmNativeStub( CallDescriptor* call_descriptor, MachineGraph* mcgraph, CodeKind kind, const char* debug_name, const AssemblerOptions& options, SourcePositionTable* source_positions) GenerateCodeForWasmNativeStub() argument
3116 GenerateCodeForWasmFunction( OptimizedCompilationInfo* info, wasm::CompilationEnv* env, const wasm::WireBytesStorage* wire_bytes_storage, MachineGraph* mcgraph, CallDescriptor* call_descriptor, SourcePositionTable* source_positions, NodeOriginTable* node_origins, wasm::FunctionBody function_body, const wasm::WasmModule* module, int function_index, std::vector<compiler::WasmLoopInfo>* loop_info) GenerateCodeForWasmFunction() argument
[all...]
H A Dwasm-compiler.cc177 WasmGraphAssembler(MachineGraph* mcgraph, Zone* zone) in WasmGraphAssembler() argument
519 WasmGraphBuilder( wasm::CompilationEnv* env, Zone* zone, MachineGraph* mcgraph, const wasm::FunctionSig* sig, compiler::SourcePositionTable* source_position_table, Parameter0Mode parameter_mode, Isolate* isolate) WasmGraphBuilder() argument
4012 GetMemoryAccessKind( MachineGraph* mcgraph, MachineRepresentation memrep, WasmGraphBuilder::BoundsCheckResult bounds_check_result) GetMemoryAccessKind() argument
[all...]

Completed in 18 milliseconds