Home
last modified time | relevance | path

Searched refs:features_ (Results 1 - 4 of 4) sorted by relevance

/arkcompiler/runtime_core/compiler/
H A Dcompiler_options.h106 return features_.test(feature); in IsCpuFeatureEnabled()
112 features_.set(feature); in EnableCpuFeature()
119 features_.reset(); in ParseEnabledCpuFeatures()
138 std::bitset<CPU_FEATURES_NUM> features_; member in panda::compiler::CompilerOptions
/arkcompiler/runtime_core/static_core/compiler/
H A Dcompiler_options.h123 return features_.test(feature); in IsCpuFeatureEnabled()
129 features_.set(feature); in EnableCpuFeature()
136 features_.reset(); in ParseEnabledCpuFeatures()
155 std::bitset<CPU_FEATURES_NUM> features_; member in ark::compiler::CompilerOptions
/arkcompiler/runtime_core/static_core/libllvmbackend/
H A Dtarget_machine_builder.cpp36 auto machine = target->createTargetMachine(triple_.getTriple(), cpu_, features_, targetOptions, llvm::Reloc::PIC_, in Build()
44 features_ = llvm::join(features.cbegin(), features.cend(), ","); in SetFeatures()
H A Dtarget_machine_builder.h48 std::string features_; member in ark::llvmbackend::TargetMachineBuilder

Completed in 2 milliseconds