Searched refs:HasFeature (Results 1 – 4 of 4) sorted by relevance
| /llvm-project-15.0.7/llvm/lib/Target/PowerPC/ |
| H A D | PPCMacroFusion.cpp | 50 FusionFeature(FusionKind Kind, bool HasFeature, int Index, in FusionFeature() argument 52 Kd(Kind), Supported(HasFeature), DepOpIdx(Index), OpSet1(First), in FusionFeature()
|
| /llvm-project-15.0.7/clang/lib/Basic/ |
| H A D | Module.cpp | 103 bool HasFeature = llvm::StringSwitch<bool>(Feature) in hasFeature() local 123 if (!HasFeature) in hasFeature() 124 HasFeature = llvm::is_contained(LangOpts.ModuleFeatures, Feature); in hasFeature() 125 return HasFeature; in hasFeature()
|
| /llvm-project-15.0.7/clang/lib/Lex/ |
| H A D | PPMacroExpansion.cpp | 1120 static bool HasFeature(const Preprocessor &PP, StringRef Feature) { in HasFeature() function 1138 if (HasFeature(PP, Extension)) in HasExtension() 1657 return II && HasFeature(*this, II->getName()); in ExpandBuiltinMacro()
|
| /llvm-project-15.0.7/clang/lib/Sema/ |
| H A D | SemaChecking.cpp | 4365 bool HasFeature = false; in CheckRISCVBuiltinFunctionCall() local 4368 HasFeature = true; in CheckRISCVBuiltinFunctionCall() 4373 if (!HasFeature) { in CheckRISCVBuiltinFunctionCall()
|