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

  /art/compiler/optimizing/
code_generator_arm.h 286 const ArmInstructionSetFeatures& GetInstructionSetFeatures() const {
code_generator_mips64.h 252 const Mips64InstructionSetFeatures& GetInstructionSetFeatures() const {
code_generator_x86.h 285 const X86InstructionSetFeatures& GetInstructionSetFeatures() const {
code_generator_x86_64.h 274 const X86_64InstructionSetFeatures& GetInstructionSetFeatures() const {
code_generator_arm.cc     [all...]
code_generator_arm64.h 304 const Arm64InstructionSetFeatures& GetInstructionSetFeatures() const {
intrinsics_arm64.cc 670 bool use_acquire_release = codegen->GetInstructionSetFeatures().PreferAcquireRelease();
781 bool use_acquire_release = codegen->GetInstructionSetFeatures().PreferAcquireRelease();
    [all...]
optimizing_compiler.cc 544 *compiler_driver->GetInstructionSetFeatures(),
intrinsics_arm.cc 496 if (is_volatile && !codegen->GetInstructionSetFeatures().HasAtomicLdrdAndStrd()) {
632 if (is_volatile && !codegen->GetInstructionSetFeatures().HasAtomicLdrdAndStrd()) {
    [all...]
intrinsics_x86_64.cc 627 if (codegen->GetInstructionSetFeatures().HasSSE4_1()) {
684 if (codegen->GetInstructionSetFeatures().HasSSE4_1()) {
    [all...]
intrinsics_x86.cc 750 if (codegen->GetInstructionSetFeatures().HasSSE4_1()) {
807 if (codegen_->GetInstructionSetFeatures().HasSSE4_1()) {
    [all...]
code_generator_arm64.cc     [all...]
  /art/compiler/dex/quick/mips/
target_mips.cc 676 if (cu_->compiler_driver->GetInstructionSetFeatures()->IsSmp()) {
    [all...]
utility_mips.cc 492 if (cu_->compiler_driver->GetInstructionSetFeatures()->AsMipsInstructionSetFeatures()
505 if (cu_->compiler_driver->GetInstructionSetFeatures()->AsMipsInstructionSetFeatures()
    [all...]
  /art/compiler/dex/quick/arm/
utility_arm.cc     [all...]
int_arm.cc     [all...]
  /art/compiler/
oat_writer.cc 111 const InstructionSetFeatures* features = compiler_driver_->GetInstructionSetFeatures();
    [all...]
  /art/compiler/driver/
compiler_driver.h 138 const InstructionSetFeatures* GetInstructionSetFeatures() const {
    [all...]
  /art/compiler/dex/quick/
gen_common.cc     [all...]
  /art/compiler/dex/quick/arm64/
assemble_arm64.cc     [all...]
int_arm64.cc     [all...]
  /art/compiler/dex/quick/x86/
target_x86.cc 601 if (!cu_->compiler_driver->GetInstructionSetFeatures()->IsSmp()) {
    [all...]

Completed in 1097 milliseconds