Home | History | Annotate | Download | only in Support

Lines Matching defs:CPUFeatures

1106   SmallVector<StringRef, 32> CPUFeatures;
1111 Lines[I].drop_front(Pos + 1).split(CPUFeatures, ' ');
1120 for (unsigned I = 0, E = CPUFeatures.size(); I != E; ++I) {
1121 if (CPUFeatures[I] == "vx")
1272 SmallVector<StringRef, 32> CPUFeatures;
1277 Lines[I].split(CPUFeatures, ' ');
1287 for (unsigned I = 0, E = CPUFeatures.size(); I != E; ++I) {
1288 StringRef LLVMFeatureStr = StringSwitch<StringRef>(CPUFeatures[I])
1307 if (CPUFeatures[I] == "aes")
1309 else if (CPUFeatures[I] == "pmull")
1311 else if (CPUFeatures[I] == "sha1")
1313 else if (CPUFeatures[I] == "sha2")