Searched refs:GetInstructionSetFeatures (Results 1 - 19 of 19) sorted by relevance

/art/compiler/
H A Dimage_test.cc203 driver->GetInstructionSetFeatures(),
230 driver->GetInstructionSetFeatures(),
253 driver->GetInstructionSetFeatures());
H A Doat_test.cc179 compiler_driver_->GetInstructionSetFeatures(),
189 compiler_driver_->GetInstructionSetFeatures(),
/art/compiler/jit/
H A Djit_compiler.cc73 kRuntimeISA, jit_compiler->GetCompilerDriver()->GetInstructionSetFeatures(), types_array);
/art/compiler/optimizing/
H A Dcode_generator_mips.h306 const MipsInstructionSetFeatures& GetInstructionSetFeatures() const { function in class:art::mips::CodeGeneratorMIPS
H A Dcode_generator_mips64.h299 const Mips64InstructionSetFeatures& GetInstructionSetFeatures() const { function in class:art::mips64::CodeGeneratorMIPS64
H A Doptimizing_compiler.cc714 *compiler_driver->GetInstructionSetFeatures(),
963 GetCompilerDriver()->GetInstructionSetFeatures(),
H A Dcode_generator_arm.h393 const ArmInstructionSetFeatures& GetInstructionSetFeatures() const { function in class:art::arm::CodeGeneratorARM
H A Dcode_generator_arm64.h412 const Arm64InstructionSetFeatures& GetInstructionSetFeatures() const { function in class:art::arm64::CodeGeneratorARM64
H A Dcode_generator_x86.h439 const X86InstructionSetFeatures& GetInstructionSetFeatures() const { function in class:art::x86::CodeGeneratorX86
H A Dcode_generator_x86_64.h408 const X86_64InstructionSetFeatures& GetInstructionSetFeatures() const { function in class:art::x86_64::CodeGeneratorX86_64
H A Dcode_generator_mips.cc1437 bool has_ins_rotr = codegen_->GetInstructionSetFeatures().IsMipsIsaRevGreaterThanEqual2();
2075 bool isR6 = codegen_->GetInstructionSetFeatures().IsR6();
2351 bool isR6 = codegen_->GetInstructionSetFeatures().IsR6();
2409 bool isR6 = codegen_->GetInstructionSetFeatures().IsR6();
3050 bool isR6 = codegen_->GetInstructionSetFeatures().IsR6();
4129 bool isR6 = codegen_->GetInstructionSetFeatures().IsR6();
4710 bool isR6 = codegen_->GetInstructionSetFeatures().IsR6();
4757 bool has_sign_extension = codegen_->GetInstructionSetFeatures().IsMipsIsaRevGreaterThanEqual2();
4758 bool isR6 = codegen_->GetInstructionSetFeatures().IsR6();
4759 bool fpu_32bit = codegen_->GetInstructionSetFeatures()
[all...]
H A Dcode_generator_arm.cc1797 codegen_->GetInstructionSetFeatures());
1845 codegen_->GetInstructionSetFeatures());
2825 !codegen_->GetInstructionSetFeatures().HasDivideInstruction()) {
2847 } else if (codegen_->GetInstructionSetFeatures().HasDivideInstruction()) {
2893 } else if (codegen_->GetInstructionSetFeatures().HasDivideInstruction()) {
2951 && codegen_->GetInstructionSetFeatures().HasDivideInstruction()) {
2973 } else if (codegen_->GetInstructionSetFeatures().HasDivideInstruction()) {
3032 } else if (codegen_->GetInstructionSetFeatures().HasDivideInstruction()) {
3784 && !codegen_->GetInstructionSetFeatures().HasAtomicLdrdAndStrd();
3820 bool atomic_ldrd_strd = codegen_->GetInstructionSetFeatures()
[all...]
H A Dintrinsics_mips.cc47 return codegen_->GetInstructionSetFeatures().IsMipsIsaRevGreaterThanEqual2();
51 return codegen_->GetInstructionSetFeatures().IsR6();
55 return codegen_->GetInstructionSetFeatures().Is32BitFloatingPoint();
1797 bool isR6 = codegen->GetInstructionSetFeatures().IsR6();
H A Dintrinsics_arm.cc552 if (is_volatile && !codegen->GetInstructionSetFeatures().HasAtomicLdrdAndStrd()) {
705 if (is_volatile && !codegen->GetInstructionSetFeatures().HasAtomicLdrdAndStrd()) {
H A Dintrinsics_x86.cc715 if (codegen->GetInstructionSetFeatures().HasSSE4_1()) {
777 if (codegen_->GetInstructionSetFeatures().HasSSE4_1()) {
2365 if (!codegen->GetInstructionSetFeatures().HasPopCnt()) {
H A Dintrinsics_x86_64.cc535 if (codegen->GetInstructionSetFeatures().HasSSE4_1()) {
592 if (codegen->GetInstructionSetFeatures().HasSSE4_1()) {
2389 if (!codegen->GetInstructionSetFeatures().HasPopCnt()) {
H A Dcode_generator_arm64.cc1998 codegen_->GetInstructionSetFeatures().NeedFixCortexA53_835769()) {
/art/compiler/driver/
H A Dcompiler_driver.h144 const InstructionSetFeatures* GetInstructionSetFeatures() const { function in class:art::CompilerDriver
/art/compiler/jni/quick/
H A Djni_compiler.cc71 const InstructionSetFeatures* instruction_set_features = driver->GetInstructionSetFeatures();

Completed in 159 milliseconds