Home
last modified time | relevance | path

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

/external/llvm-project/mlir/lib/ExecutionEngine/
DExecutionEngine.cpp125 llvm::StringMap<bool> hostFeatures; in setupTargetTriple() local
127 if (llvm::sys::getHostCPUFeatures(hostFeatures)) in setupTargetTriple()
128 for (auto &f : hostFeatures) in setupTargetTriple()