Home
last modified time | relevance | path

Searched refs:feature (Results 1 - 5 of 5) sorted by relevance

/arkcompiler/runtime_core/compiler/
H A Dcompiler_options.h104 bool IsCpuFeatureEnabled(CpuFeature feature) const in IsCpuFeatureEnabled()
106 return features_.test(feature); in IsCpuFeatureEnabled()
110 void EnableCpuFeature(CpuFeature feature) in EnableCpuFeature() argument
112 features_.set(feature); in EnableCpuFeature()
/arkcompiler/runtime_core/static_core/compiler/
H A Dcompiler_options.h121 bool IsCpuFeatureEnabled(CpuFeature feature) const in IsCpuFeatureEnabled()
123 return features_.test(feature); in IsCpuFeatureEnabled()
127 void EnableCpuFeature(CpuFeature feature) in EnableCpuFeature() argument
129 features_.set(feature); in EnableCpuFeature()
/arkcompiler/runtime_core/static_core/libllvmbackend/
H A Dllvm_irtoc_compiler.cpp143 for (const auto &feature : GetFeaturesForArch(GetArch())) { in GetFastPathFeatures()
144 features.append(feature).append(","); in GetFastPathFeatures()
/arkcompiler/runtime_core/static_core/tests/cts-generator/runner/reporters/
H A Dallure_reporter.rb51 feature = TestRunner.target
63 { 'name' => 'feature', 'value' => "CTS #{feature}" }
/arkcompiler/runtime_core/tests/cts-generator/runner/reporters/
H A Dallure_reporter.rb51 feature = TestRunner.target
63 { 'name' => 'feature', 'value' => "CTS #{feature}" }

Completed in 3 milliseconds