Searched refs:TargetCPUFeatures (Results 1 – 1 of 1) sorted by relevance
1425 SmallVector<StringRef, 32> TargetCPUFeatures; in getCPUSpecificCPUDispatchFeatures() local1426 llvm::X86::getFeaturesForCPU(Name, TargetCPUFeatures, true); in getCPUSpecificCPUDispatchFeatures()1427 for (auto &F : TargetCPUFeatures) in getCPUSpecificCPUDispatchFeatures()