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

  /art/compiler/
image_test.cc 107 compiler_driver_->GetInstructionSetFeatures(),
127 compiler_driver_->GetInstructionSetFeatures(),
oat_test.cc 179 compiler_driver_->GetInstructionSetFeatures(),
189 compiler_driver_->GetInstructionSetFeatures(),
    [all...]
  /art/compiler/jit/
jit_compiler.cc 73 kRuntimeISA, jit_compiler->GetCompilerDriver()->GetInstructionSetFeatures(), types_array);
  /art/compiler/optimizing/
code_generator_mips.h 306 const MipsInstructionSetFeatures& GetInstructionSetFeatures() const {
code_generator_mips64.h 299 const Mips64InstructionSetFeatures& GetInstructionSetFeatures() const {
optimizing_compiler.cc 714 *compiler_driver->GetInstructionSetFeatures(),
    [all...]
code_generator_arm.h 393 const ArmInstructionSetFeatures& GetInstructionSetFeatures() const {
code_generator_arm64.h 412 const Arm64InstructionSetFeatures& GetInstructionSetFeatures() const {
code_generator_x86.h 439 const X86InstructionSetFeatures& GetInstructionSetFeatures() const {
code_generator_x86_64.h 408 const X86_64InstructionSetFeatures& GetInstructionSetFeatures() const {
code_generator_mips.cc     [all...]
code_generator_arm.cc     [all...]
intrinsics_mips.cc 47 return codegen_->GetInstructionSetFeatures().IsMipsIsaRevGreaterThanEqual2();
51 return codegen_->GetInstructionSetFeatures().IsR6();
55 return codegen_->GetInstructionSetFeatures().Is32BitFloatingPoint();
    [all...]
intrinsics_arm.cc 552 if (is_volatile && !codegen->GetInstructionSetFeatures().HasAtomicLdrdAndStrd()) {
705 if (is_volatile && !codegen->GetInstructionSetFeatures().HasAtomicLdrdAndStrd()) {
    [all...]
intrinsics_x86.cc 715 if (codegen->GetInstructionSetFeatures().HasSSE4_1()) {
777 if (codegen_->GetInstructionSetFeatures().HasSSE4_1()) {
    [all...]
intrinsics_x86_64.cc 535 if (codegen->GetInstructionSetFeatures().HasSSE4_1()) {
592 if (codegen->GetInstructionSetFeatures().HasSSE4_1()) {
    [all...]
code_generator_arm64.cc     [all...]
  /art/compiler/driver/
compiler_driver.h 144 const InstructionSetFeatures* GetInstructionSetFeatures() const {
  /art/compiler/jni/quick/
jni_compiler.cc 71 const InstructionSetFeatures* instruction_set_features = driver->GetInstructionSetFeatures();

Completed in 745 milliseconds