/third_party/node/deps/v8/src/compiler/ |
H A D | wasm-escape-analysis.h | 25 WasmEscapeAnalysis(Editor* editor, MachineGraph* mcgraph) in WasmEscapeAnalysis() argument
|
H A D | machine-operator-reducer.h | 121 MachineGraph* mcgraph() const { return mcgraph_; } in mcgraph() function in v8::internal::compiler::final
|
H A D | wasm-inlining.h | 87 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 D | graph-assembler.h | 438 MachineGraph* mcgraph() const { return mcgraph_; } in mcgraph() function in v8::internal::compiler::GraphAssembler
|
H A D | graph-assembler.cc | 37 GraphAssembler( MachineGraph* mcgraph, Zone* zone, base::Optional<NodeChangedCallback> node_changed_callback, bool mark_loop_exits) GraphAssembler() argument [all...] |
H A D | machine-operator-reducer.cc | 165 MachineOperatorReducer(Editor* editor, MachineGraph* mcgraph, bool allow_signalling_nan) MachineOperatorReducer() argument
|
H A D | wasm-compiler.h | 550 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 D | pipeline.cc | 349 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 D | wasm-compiler.cc | 177 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...] |