Home
last modified time | relevance | path

Searched defs:feature (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/runtime_core/compiler/
Dcompiler_options.h104 bool IsCpuFeatureEnabled(CpuFeature feature) const in IsCpuFeatureEnabled()
110 void EnableCpuFeature(CpuFeature feature) in EnableCpuFeature()
/arkcompiler/runtime_core/static_core/compiler/
Dcompiler_options.h109 bool IsCpuFeatureEnabled(CpuFeature feature) const in IsCpuFeatureEnabled()
115 void EnableCpuFeature(CpuFeature feature) in EnableCpuFeature()
/arkcompiler/runtime_core/static_core/libllvmbackend/
Dllvm_irtoc_compiler.cpp143 for (const auto &feature : GetFeaturesForArch(GetArch())) { in GetFastPathFeatures() local