Home
last modified time | relevance | path

Searched refs:SelectInstructions (Results 1 – 4 of 4) sorted by relevance

/third_party/node/deps/v8/src/compiler/
Dpipeline.cc696 bool SelectInstructions(Linkage* linkage);
2181 DECL_PIPELINE_PHASE_CONSTANTS(SelectInstructions) in DECL_PIPELINE_PHASE_CONSTANTS()
2206 if (!selector.SelectInstructions()) { in DECL_PIPELINE_PHASE_CONSTANTS()
2815 return SelectInstructions(linkage); in OptimizeGraph()
3064 CHECK(pipeline.SelectInstructions(&linkage)); in GenerateCodeForWasmNativeStub()
3186 if (!pipeline.SelectInstructions(&linkage)) return; in GenerateCodeForWasmFunction()
3385 bool PipelineImpl::SelectInstructions(Linkage* linkage) { in SelectInstructions() function in v8::internal::compiler::PipelineImpl
3675 if (!SelectInstructions(&linkage)) return false; in SelectInstructionsAndAssemble()
/third_party/node/deps/v8/src/compiler/backend/
Dinstruction-selector.h303 bool SelectInstructions();
Dinstruction-selector.cc98 bool InstructionSelector::SelectInstructions() { in SelectInstructions() function in v8::internal::compiler::InstructionSelector
/third_party/node/deps/v8/src/logging/
Druntime-call-stats.h367 ADD_THREAD_SPECIFIC_COUNTER(V, Optimize, SelectInstructions) \