Home
last modified time | relevance | path

Searched refs:MachineGraph (Results 1 – 13 of 13) sorted by relevance

/third_party/node/deps/v8/src/compiler/
Dmachine-graph.cc14 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::UintPtrConstant(uintptr_t value) { in UintPtrConstant()
40 Node* MachineGraph::TaggedIndexConstant(intptr_t value) { in TaggedIndexConstant()
49 Node* MachineGraph::RelocatableInt32Constant(int32_t value, in RelocatableInt32Constant()
59 Node* MachineGraph::RelocatableInt64Constant(int64_t value, in RelocatableInt64Constant()
69 Node* MachineGraph::RelocatableIntPtrConstant(intptr_t value, in RelocatableIntPtrConstant()
76 Node* MachineGraph::Float32Constant(float value) { in Float32Constant()
84 Node* MachineGraph::Float64Constant(double value) { in Float64Constant()
[all …]
Dmachine-graph.h23 class V8_EXPORT_PRIVATE MachineGraph : public NON_EXPORTED_BASE(ZoneObject) { in NON_EXPORTED_BASE()
25 MachineGraph(Graph* graph, CommonOperatorBuilder* common, in NON_EXPORTED_BASE()
28 MachineGraph(const MachineGraph&) = delete; in NON_EXPORTED_BASE()
29 MachineGraph& operator=(const MachineGraph&) = delete; in NON_EXPORTED_BASE()
Dwasm-escape-analysis.h18 class MachineGraph; variable
25 WasmEscapeAnalysis(Editor* editor, MachineGraph* mcgraph) in WasmEscapeAnalysis()
34 MachineGraph* const mcgraph_;
Dpipeline.h42 class MachineGraph; variable
60 const wasm::WireBytesStorage* wire_bytes_storage, MachineGraph* mcgraph,
68 CallDescriptor* call_descriptor, MachineGraph* mcgraph, CodeKind kind,
Dmachine-operator-reducer.h19 class MachineGraph; variable
28 explicit MachineOperatorReducer(Editor* editor, MachineGraph* mcgraph, in NON_EXPORTED_BASE()
121 MachineGraph* mcgraph() const { return mcgraph_; } in NON_EXPORTED_BASE()
152 MachineGraph* mcgraph_; in NON_EXPORTED_BASE()
Dwasm-inlining.h40 NodeOriginTable* node_origins, MachineGraph* mcgraph, in WasmInliner()
87 MachineGraph* mcgraph() const { return mcgraph_; } in mcgraph()
106 MachineGraph* const mcgraph_;
Djs-graph.h26 class V8_EXPORT_PRIVATE JSGraph : public MachineGraph {
31 : MachineGraph(graph, common, machine), in JSGraph()
Dwasm-compiler.h36 class MachineGraph; variable
54 using TFGraph = compiler::MachineGraph;
250 wasm::CompilationEnv* env, Zone* zone, MachineGraph* mcgraph,
550 MachineGraph* mcgraph() { return mcgraph_; } in mcgraph()
564 MachineGraph* mcgraph,
809 MachineGraph* const mcgraph_;
839 Zone* zone, MachineGraph* mcgraph, const wasm::FunctionSig* signature,
Dgraph-assembler.h199 MachineGraph* jsgraph, Zone* zone,
438 MachineGraph* mcgraph() const { return mcgraph_; } in mcgraph()
527 MachineGraph* mcgraph_;
Dwasm-compiler.cc177 WasmGraphAssembler(MachineGraph* mcgraph, Zone* zone) in WasmGraphAssembler()
520 wasm::CompilationEnv* env, Zone* zone, MachineGraph* mcgraph, in WasmGraphBuilder()
4013 MachineGraph* mcgraph, MachineRepresentation memrep, in GetMemoryAccessKind()
6206 WasmWrapperGraphBuilder(Zone* zone, MachineGraph* mcgraph, in WasmWrapperGraphBuilder()
7646 Zone* zone, MachineGraph* mcgraph, const wasm::FunctionSig* signature, in BuildInlinedJSToWasmWrapper()
7672 MachineGraph* mcgraph = zone->New<MachineGraph>(graph, common, machine); in NewJSToWasmCompilationJob()
7992 MachineGraph* mcgraph = zone.New<MachineGraph>( in CompileWasmMathIntrinsic()
8075 MachineGraph* mcgraph = zone.New<MachineGraph>(graph, common, machine); in CompileWasmImportCallWrapper()
8124 MachineGraph* mcgraph = zone.New<MachineGraph>( in CompileWasmCapiCallWrapper()
8173 MachineGraph* mcgraph = zone.New<MachineGraph>( in CompileWasmJSFastCallWrapper()
[all …]
Dpipeline.cc195 OptimizedCompilationInfo* info, MachineGraph* mcgraph, in PipelineData()
349 MachineGraph* mcgraph() const { return mcgraph_; } in mcgraph()
629 MachineGraph* mcgraph_ = nullptr;
3015 CallDescriptor* call_descriptor, MachineGraph* mcgraph, CodeKind kind, in GenerateCodeForWasmNativeStub()
3118 const wasm::WireBytesStorage* wire_bytes_storage, MachineGraph* mcgraph, in GenerateCodeForWasmFunction()
Dgraph-assembler.cc38 MachineGraph* mcgraph, Zone* zone, in GraphAssembler()
Dmachine-operator-reducer.cc166 MachineGraph* mcgraph, in MachineOperatorReducer()