Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/compiler/
H A 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
[all...]
H A Dmachine-graph.h23 class V8_EXPORT_PRIVATE MachineGraph : public NON_EXPORTED_BASE(ZoneObject) { class
25 MachineGraph(Graph* graph, CommonOperatorBuilder* common, in MachineGraph() function in v8::internal::compiler::MachineGraph
28 MachineGraph(const MachineGraph&) = delete;
29 MachineGraph& operator=(const MachineGraph&) = delete;
H A Dwasm-escape-analysis.h18 class MachineGraph;
25 WasmEscapeAnalysis(Editor* editor, MachineGraph* mcgraph) in WasmEscapeAnalysis()
34 MachineGraph* const mcgraph_;
H A Dpipeline.h42 class MachineGraph;
60 const wasm::WireBytesStorage* wire_bytes_storage, MachineGraph* mcgraph,
68 CallDescriptor* call_descriptor, MachineGraph* mcgraph, CodeKind kind,
H A Dwasm-inlining.h40 NodeOriginTable* node_origins, MachineGraph* mcgraph, in WasmInliner()
87 MachineGraph* mcgraph() const { return mcgraph_; } in mcgraph()
106 MachineGraph* const mcgraph_;
H A Dmachine-operator-reducer.h19 class MachineGraph;
28 explicit MachineOperatorReducer(Editor* editor, MachineGraph* mcgraph,
121 MachineGraph* mcgraph() const { return mcgraph_; } in mcgraph()
152 MachineGraph* mcgraph_;
H A Djs-graph.h26 class V8_EXPORT_PRIVATE JSGraph : public MachineGraph {
31 : MachineGraph(graph, common, machine), in JSGraph()
H A Dwasm-compiler.h36 class MachineGraph;
54 using TFGraph = compiler::MachineGraph;
250 wasm::CompilationEnv* env, Zone* zone, MachineGraph* mcgraph, in WasmGraphBuilder()
550 MachineGraph* mcgraph() { return mcgraph_; } in mcgraph()
564 MachineGraph* mcgraph,
809 MachineGraph* const mcgraph_;
839 Zone* zone, MachineGraph* mcgraph, const wasm::FunctionSig* signature,
H A 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,
7646 Zone* zone, MachineGraph* mcgraph, const wasm::FunctionSig* signature,
7672 MachineGraph* mcgraph = zone->New<MachineGraph>(graph, common, machine);
7992 MachineGraph* mcgraph = zone.New<MachineGraph>(
8075 MachineGraph* mcgrap
[all...]
H A Dgraph-assembler.h199 MachineGraph* jsgraph, Zone* zone,
438 MachineGraph* mcgraph() const { return mcgraph_; } in mcgraph()
527 MachineGraph* mcgraph_;
H A Dgraph-assembler.cc38 MachineGraph* mcgraph, Zone* zone, in GraphAssembler()
H A 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()
H A Dmachine-operator-reducer.cc166 MachineGraph* mcgraph, in MachineOperatorReducer()

Completed in 27 milliseconds