Lines Matching refs:instruction_set
449 static bool IsInstructionSetSupported(InstructionSet instruction_set) { in IsInstructionSetSupported() argument
450 return instruction_set == InstructionSet::kArm in IsInstructionSetSupported()
451 || instruction_set == InstructionSet::kArm64 in IsInstructionSetSupported()
452 || instruction_set == InstructionSet::kThumb2 in IsInstructionSetSupported()
453 || instruction_set == InstructionSet::kX86 in IsInstructionSetSupported()
454 || instruction_set == InstructionSet::kX86_64; in IsInstructionSetSupported()
744 InstructionSet instruction_set = compiler_options.GetInstructionSet(); in TryCompile() local
751 DCHECK_NE(instruction_set, InstructionSet::kArm); in TryCompile()
754 if (!IsInstructionSetSupported(instruction_set)) { in TryCompile()
914 InstructionSet instruction_set = compiler_options.GetInstructionSet(); in TryCompileIntrinsic() local
920 DCHECK_NE(instruction_set, InstructionSet::kArm); in TryCompileIntrinsic()
923 if (!IsInstructionSetSupported(instruction_set)) { in TryCompileIntrinsic()