Home
last modified time | relevance | path

Searched refs:GraphAssembler (Results 1 - 5 of 5) sorted by relevance

/third_party/node/deps/v8/src/compiler/
H A Dgraph-assembler.cc22 class V8_NODISCARD GraphAssembler::BlockInlineReduction {
24 explicit BlockInlineReduction(GraphAssembler* gasm) : gasm_(gasm) { in BlockInlineReduction()
34 GraphAssembler* gasm_;
37 GraphAssembler::GraphAssembler( in GraphAssembler() function in v8::internal::compiler::GraphAssembler
51 GraphAssembler::~GraphAssembler() { DCHECK_EQ(loop_nesting_level_, 0); } in ~GraphAssembler()
53 Node* GraphAssembler::IntPtrConstant(intptr_t value) { in IntPtrConstant()
57 Node* GraphAssembler::UintPtrConstant(uintptr_t value) { in UintPtrConstant()
61 Node* GraphAssembler
[all...]
H A Dgraph-assembler.h145 class GraphAssembler;
171 friend class GraphAssembler;
194 class V8_EXPORT_PRIVATE GraphAssembler { class
196 // Constructs a GraphAssembler. If {schedule} is not null, the graph assembler
198 GraphAssembler(
202 virtual ~GraphAssembler();
456 explicit LoopScopeInternal(GraphAssembler* gasm) in LoopScopeInternal()
469 GraphAssembler* const gasm_;
473 explicit LoopScope(GraphAssembler* gasm) in LoopScope()
496 GraphAssembler* cons
[all...]
H A Dschedule.h281 friend class GraphAssembler;
H A Djs-call-reducer.cc493 GraphAssembler::LoopScope<kPhiRepresentation> loop_scope(gasm_); in Do()
562 GraphAssembler::LoopScope<kPhiRepresentation, kPhiRepresentation> in Value()
H A Dwasm-compiler.cc175 class WasmGraphAssembler : public GraphAssembler {
178 : GraphAssembler(mcgraph, zone), simplified_(zone) {} in WasmGraphAssembler()

Completed in 23 milliseconds