Searched refs:SelectInstructions (Results 1 – 4 of 4) sorted by relevance
696 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::PipelineImpl3675 if (!SelectInstructions(&linkage)) return false; in SelectInstructionsAndAssemble()
303 bool SelectInstructions();
98 bool InstructionSelector::SelectInstructions() { in SelectInstructions() function in v8::internal::compiler::InstructionSelector
367 ADD_THREAD_SPECIFIC_COUNTER(V, Optimize, SelectInstructions) \