Searched defs:mcgraph (Results 1 – 7 of 7) sorted by relevance
/external/v8/src/compiler/ |
D | wasm-compiler.cc | 138 void EnsureEnd(MachineGraph* mcgraph) { in EnsureEnd() 145 void MergeControlToEnd(MachineGraph* mcgraph, Node* node) { in MergeControlToEnd() 180 WasmGraphAssembler(MachineGraph* mcgraph, Zone* zone) in WasmGraphAssembler() 185 wasm::CompilationEnv* env, Zone* zone, MachineGraph* mcgraph, in WasmGraphBuilder() 981 Node* Branch(MachineGraph* mcgraph, Node* cond, Node** true_node, in Branch() 3901 MemoryAccessKind GetMemoryAccessKind(MachineGraph* mcgraph, MachineType memtype, in GetMemoryAccessKind() 4210 Node* GetAsmJsOOBValue(MachineRepresentation rep, MachineGraph* mcgraph) { in GetAsmJsOOBValue() 5671 void AssertFalse(MachineGraph* mcgraph, GraphAssembler* gasm, Node* condition) { in AssertFalse() 5956 WasmWrapperGraphBuilder(Zone* zone, MachineGraph* mcgraph, in WasmWrapperGraphBuilder() 7222 MachineGraph* mcgraph = zone->New<MachineGraph>(graph, common, machine); in NewJSToWasmCompilationJob() local [all …]
|
D | wasm-compiler.h | 450 MachineGraph* mcgraph() { return mcgraph_; } in mcgraph() function
|
D | graph-assembler.h | 426 MachineGraph* mcgraph() const { return mcgraph_; } in mcgraph() function
|
D | pipeline.cc | 183 OptimizedCompilationInfo* info, MachineGraph* mcgraph, in PipelineData() 327 MachineGraph* mcgraph() const { return mcgraph_; } in mcgraph() function in v8::internal::compiler::PipelineData 2909 MachineGraph* mcgraph, CodeKind kind, int wasm_kind, const char* debug_name, in GenerateCodeForWasmNativeStub() 3116 MachineGraph* mcgraph, CallDescriptor* call_descriptor, in GenerateCodeForWasmFunction()
|
D | graph-assembler.cc | 333 MachineGraph* mcgraph, Zone* zone, in GraphAssembler()
|
D | machine-operator-reducer.cc | 149 MachineGraph* mcgraph, in MachineOperatorReducer()
|
D | simd-scalar-lowering.cc | 62 MachineGraph* mcgraph, Signature<MachineRepresentation>* signature) in SimdScalarLowering()
|