Searched refs:Feat (Results 1 - 4 of 4) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/clang/lib/Basic/Targets/
H A DX86.cpp1524 static unsigned getFeaturePriority(llvm::X86::ProcessorFeatures Feat) { argument
1529 switch (Feat) {
/freebsd-12-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenModule.cpp993 for (StringRef Feat : Info.Features) {
997 Out << Feat.substr(1);
2880 for (StringRef Feat : RO.Conditions.Features)
2881 Priority = std::max(Priority, TI.multiVersionSortPriority(Feat));
3011 Features.begin(), Features.end(), [&Target](StringRef Feat) {
3012 return !Target.validateCpuSupports(Feat);
/freebsd-12-stable/contrib/llvm-project/clang/lib/AST/
H A DASTContext.cpp10928 [&](const std::string &Feat) {
10930 StringRef{Feat}.substr(1));
/freebsd-12-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaDecl.cpp9812 for (const auto &Feat : ParseInfo.Features) {
9813 auto BareFeat = StringRef{Feat}.substr(1);
9814 if (Feat[0] == '-') {

Completed in 249 milliseconds