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