HomeSort by relevance Sort by last modified time
    Searched refs:GetInstructionSetFeatures (Results 1 - 24 of 24) sorted by null

  /art/compiler/optimizing/
instruction_simplifier_mips.cc 52 if (codegen_->GetInstructionSetFeatures().IsR6() ||
53 codegen_->GetInstructionSetFeatures().HasMsa()) {
pc_relative_fixups_mips.cc 133 if (mips_codegen->GetInstructionSetFeatures().IsR6()) {
optimizing_compiler.cc 802 *compiler_driver->GetInstructionSetFeatures(),
    [all...]
code_generator_mips.cc 719 bool is_r6 = mips_codegen->GetInstructionSetFeatures().IsR6();
    [all...]
scheduler_arm.cc 920 bool atomic_ldrd_strd = codegen_->GetInstructionSetFeatures().HasAtomicLdrdAndStrd();
982 bool atomic_ldrd_strd = codegen_->GetInstructionSetFeatures().HasAtomicLdrdAndStrd();
    [all...]
intrinsics_arm_vixl.cc 252 features_(codegen->GetInstructionSetFeatures()) {}
786 DCHECK(codegen_->GetInstructionSetFeatures().HasARMv8AInstructions());
802 DCHECK(codegen_->GetInstructionSetFeatures().HasARMv8AInstructions());
    [all...]
code_generator_mips.h 506 const MipsInstructionSetFeatures& GetInstructionSetFeatures() const {
code_generator_mips64.h 482 const Mips64InstructionSetFeatures& GetInstructionSetFeatures() const {
code_generator_x86.h 466 const X86InstructionSetFeatures& GetInstructionSetFeatures() const {
code_generator_x86_64.h 437 const X86_64InstructionSetFeatures& GetInstructionSetFeatures() const {
code_generator_arm64.h 479 const Arm64InstructionSetFeatures& GetInstructionSetFeatures() const {
    [all...]
code_generator_arm_vixl.h 522 const ArmInstructionSetFeatures& GetInstructionSetFeatures() const { return isa_features_; }
    [all...]
intrinsics_mips.cc 50 return codegen_->GetInstructionSetFeatures().IsMipsIsaRevGreaterThanEqual2();
54 return codegen_->GetInstructionSetFeatures().IsR6();
58 return codegen_->GetInstructionSetFeatures().Is32BitFloatingPoint();
    [all...]
code_generator_arm_vixl.cc     [all...]
intrinsics_x86.cc 800 if (codegen->GetInstructionSetFeatures().HasSSE4_1()) {
855 if (codegen_->GetInstructionSetFeatures().HasSSE4_1()) {
    [all...]
intrinsics_x86_64.cc 575 if (codegen->GetInstructionSetFeatures().HasSSE4_1()) {
632 if (codegen->GetInstructionSetFeatures().HasSSE4_1()) {
    [all...]
loop_optimization.cc     [all...]
code_generator_arm64.cc     [all...]
code_generator_mips64.cc     [all...]
  /art/compiler/jit/
jit_compiler.cc 78 kRuntimeISA, jit_compiler->GetCompilerDriver()->GetInstructionSetFeatures(), types_array);
  /art/dex2oat/linker/
image_test.h 245 driver->GetInstructionSetFeatures(),
275 driver->GetInstructionSetFeatures(),
302 driver->GetInstructionSetFeatures());
oat_writer_test.cc 186 compiler_driver_->GetInstructionSetFeatures(),
197 compiler_driver_->GetInstructionSetFeatures(),
    [all...]
  /art/compiler/driver/
compiler_driver.h 137 const InstructionSetFeatures* GetInstructionSetFeatures() const {
  /art/compiler/jni/quick/
jni_compiler.cc 127 const InstructionSetFeatures* instruction_set_features = driver->GetInstructionSetFeatures();
    [all...]

Completed in 735 milliseconds