Home
last modified time | relevance | path

Searched refs:cpu_features (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/libc/cmake/modules/
H A DLLVMLibCCheckCpuFeatures.cmake57 "${LIBC_SOURCE_DIR}/cmake/modules/cpu_features/check_cpu_features.cpp.in"
58 "cpu_features/check_cpu_features.cpp" @ONLY)
65 _intersection(cpu_features "${ALL_CPU_FEATURES}" "${LIBC_CPU_FEATURES}")
66 if(NOT "${cpu_features}" STREQUAL "${LIBC_CPU_FEATURES}")
67 message(FATAL_ERROR "Unsupported CPU features: ${cpu_features}")
69 message(STATUS "Set CPU features: ${cpu_features}")
70 set(LIBC_CPU_FEATURES "${cpu_features}")
75 "${CMAKE_CURRENT_BINARY_DIR}/cpu_features/check_cpu_features.cpp"
/llvm-project-15.0.7/lldb/include/lldb/Expression/
H A DIRExecutionUnit.h64 std::vector<std::string> &cpu_features);
/llvm-project-15.0.7/lldb/source/Expression/
H A DIRExecutionUnit.cpp48 std::vector<std::string> &cpu_features) in IRExecutionUnit() argument
51 m_cpu_features(cpu_features), m_name(name), m_sym_ctx(sym_ctx), in IRExecutionUnit()