Home
last modified time | relevance | path

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

/external/v8/test/cctest/compiler/
Dinstruction-selector-tester.h45 void SelectInstructions(CpuFeature feature) { in SelectInstructions() function
46 SelectInstructions(InstructionSelector::Features(feature)); in SelectInstructions()
49 void SelectInstructions(CpuFeature feature1, CpuFeature feature2) { in SelectInstructions() function
50 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();
Dtest-codegen-deopt.cc72 selector.SelectInstructions(); in GenerateCodeFromSchedule()
/external/v8/src/compiler/
Dinstruction-selector.h33 void SelectInstructions();
Dpipeline.cc376 selector.SelectInstructions(); in GenerateCode()
Dinstruction-selector-unittest.cc41 selector.SelectInstructions(); in Build()
Dinstruction-selector.cc29 void InstructionSelector::SelectInstructions() { in SelectInstructions() function in v8::internal::compiler::InstructionSelector