Searched refs:SelectInstructions (Results 1 – 6 of 6) sorted by relevance
45 void SelectInstructions(CpuFeature feature) { in SelectInstructions() function46 SelectInstructions(InstructionSelector::Features(feature)); in SelectInstructions()49 void SelectInstructions(CpuFeature feature1, CpuFeature feature2) { in SelectInstructions() function50 SelectInstructions(InstructionSelector::Features(feature1, feature2)); in SelectInstructions()53 void SelectInstructions(Mode mode = kTargetMode) {54 SelectInstructions(InstructionSelector::Features(), mode);57 void SelectInstructions(InstructionSelector::Features features,67 selector.SelectInstructions();
72 selector.SelectInstructions(); in GenerateCodeFromSchedule()
33 void SelectInstructions();
376 selector.SelectInstructions(); in GenerateCode()
41 selector.SelectInstructions(); in Build()
29 void InstructionSelector::SelectInstructions() { in SelectInstructions() function in v8::internal::compiler::InstructionSelector