Lines Matching refs:instruction_set
81 InstructionSet instruction_set = GetCompilerDriver()->GetInstructionSet();
84 if (instruction_set == kArm) {
85 instruction_set = kThumb2;
89 if (instruction_set != kX86 && instruction_set != kX86_64 && instruction_set != kThumb2) {
116 CodeGenerator* codegen = CodeGenerator::Create(&arena, graph, instruction_set);
130 if (RegisterAllocator::CanAllocateRegistersFor(*graph, instruction_set)) {
148 } else if (shouldOptimize && RegisterAllocator::Supports(instruction_set)) {
171 instruction_set,