Home
last modified time | relevance | path

Searched refs:HasFeature (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCMacroFusion.cpp51 FusionFeature(FusionKind Kind, bool HasFeature, int Index, in FusionFeature() argument
53 Kd(Kind), Supported(HasFeature), DepOpIdx(Index), OpSet1(First), in FusionFeature()
/freebsd/contrib/llvm-project/clang/lib/Basic/
H A DModule.cpp97 bool HasFeature = llvm::StringSwitch<bool>(Feature) in hasFeature() local
121 if (!HasFeature) in hasFeature()
122 HasFeature = llvm::is_contained(LangOpts.ModuleFeatures, Feature); in hasFeature()
123 return HasFeature; in hasFeature()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaRISCV.cpp1584 auto HasFeature = [&](StringRef FeatureName) -> bool { in handleInterruptAttr() local
1593 if (!HasFeature("experimental-xqciint")) { in handleInterruptAttr()
1603 if (!HasFeature("experimental-xsfmclic")) { in handleInterruptAttr()
/freebsd/contrib/llvm-project/clang/lib/Lex/
H A DPPMacroExpansion.cpp1090 static bool HasFeature(const Preprocessor &PP, StringRef Feature) { in HasFeature() function
1109 if (HasFeature(PP, Extension)) in HasExtension()
1746 return II && HasFeature(*this, II->getName()); in ExpandBuiltinMacro()