Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/
DTargetMachineC.cpp259 StringMap<bool> HostFeatures; in LLVMGetHostCPUFeatures() local
261 if (sys::getHostCPUFeatures(HostFeatures)) in LLVMGetHostCPUFeatures()
262 for (auto &F : HostFeatures) in LLVMGetHostCPUFeatures()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DCommandFlags.inc348 StringMap<bool> HostFeatures;
349 if (sys::getHostCPUFeatures(HostFeatures))
350 for (auto &F : HostFeatures)
368 StringMap<bool> HostFeatures;
369 if (sys::getHostCPUFeatures(HostFeatures))
370 for (auto &F : HostFeatures)