| /freebsd-14.2/contrib/llvm-project/clang/lib/Basic/ |
| H A D | OpenCLOptions.cpp | 32 bool OpenCLOptions::isAvailableOption(llvm::StringRef Ext, in isAvailableOption() 54 bool OpenCLOptions::isSupported(llvm::StringRef Ext, in isSupported() 61 bool OpenCLOptions::isSupportedCore(llvm::StringRef Ext, in isSupportedCore() 68 bool OpenCLOptions::isSupportedOptionalCore(llvm::StringRef Ext, in isSupportedOptionalCore() 75 bool OpenCLOptions::isSupportedCoreOrOptionalCore(llvm::StringRef Ext, in isSupportedCoreOrOptionalCore() 80 bool OpenCLOptions::isSupportedExtension(llvm::StringRef Ext, in isSupportedExtension() 88 void OpenCLOptions::enable(llvm::StringRef Ext, bool V) { in enable() 92 void OpenCLOptions::acceptsPragma(llvm::StringRef Ext, bool V) { in acceptsPragma() 96 void OpenCLOptions::support(llvm::StringRef Ext, bool V) { in support() 103 #define OPENCL_GENERIC_EXTENSION(Ext, ...) \ in OpenCLOptions() argument
|
| H A D | Targets.cpp | 858 #define OPENCL_GENERIC_EXTENSION(Ext, ...) \ in validateOpenCLTarget() argument
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Support/ |
| H A D | RISCVISAInfo.cpp | 329 static StringRef getExtensionType(StringRef Ext) { in getExtensionType() 340 isExperimentalExtension(StringRef Ext) { in isExperimentalExtension() 668 for (StringRef Ext : Split) { in parseNormalizedArchString() local 774 for (const auto *Ext : RISCVGImplications) { in parseArchString() local 885 for (StringRef Ext : Split) { in parseArchString() local 936 for (auto Ext : AllExts) { in parseArchString() local 1152 for (auto const &Ext : Exts) in updateImplication() local 1206 for (const char *Ext : RequiredExts) in updateCombination() local 1227 for (auto const &Ext : Exts) { in updateMinVLen() local 1240 for (auto const &Ext : Exts) { in updateMaxELen() local [all …]
|
| /freebsd-14.2/contrib/llvm-project/llvm/tools/bugpoint/ |
| H A D | bugpoint.cpp | 94 #define HANDLE_EXTENSION(Ext) \ argument 171 #define HANDLE_EXTENSION(Ext) \ in main() argument
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Frontend/ |
| H A D | TestModuleFileExtension.cpp | 37 auto Ext = static_cast<TestModuleFileExtension *>(getExtension()); in writeExtensionContents() local 46 TestModuleFileExtension::Reader::Reader(ModuleFileExtension *Ext, in Reader()
|
| H A D | TestModuleFileExtension.h | 30 Writer(ModuleFileExtension *Ext) : ModuleFileExtensionWriter(Ext) { } in Writer()
|
| H A D | InitPreprocessor.cpp | 115 const llvm::fltSemantics *Sem, StringRef Ext) { in DefineFloatMacros() 761 #define OPENCL_GENERIC_EXTENSION(Ext, ...) \ in InitializeOpenCLFeatureTestMacros() argument
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/TextAPI/ |
| H A D | Utils.cpp | 32 StringRef Ext = Extension.toStringRef(Storage); in replace_extension() local
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/TargetParser/ |
| H A D | AArch64TargetParser.cpp | 53 if (auto Ext = parseArchExtension(FeatureStr)) in getCpuSupportsMask() local 140 for (const auto &Ext : Extensions) { in PrintSupportedExtensions() local
|
| /freebsd-14.2/contrib/llvm-project/clang/utils/TableGen/ |
| H A D | ClangOpenCLBuiltinEmitter.cpp | 764 for (StringRef Ext : ExtVec) { in EmitMacroChecks() local 1096 StringRef Ext = in expandTypesInSignature() local 1148 for (StringRef Ext : ExtVec) { in emitExtensionGuard() local 1195 for (const auto Ext : ExtVec) { in emitTypeExtensionGuards() local 1207 for (const auto Ext : ExtSet) { in emitTypeExtensionGuards() local
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/AST/ |
| H A D | DeclObjC.cpp | 192 for (const auto *Ext : IDecl->visible_extensions()) in findPropertyDecl() local 262 for (const auto *Ext : ClassDecl->visible_extensions()) { in FindPropertyDeclaration() local 410 for (const auto *Ext : known_extensions()) { in collectPropertiesToImplement() local 502 for (const auto *Ext : D->visible_extensions()) { in isIntroducingInitializers() local 564 for (const auto *Ext : IFace->visible_extensions()) { in getDesignatedInitializers() local 599 for (const auto *Ext : IFace->visible_extensions()) { in isDesignatedInitializer() local 654 for (const auto *Ext : ClassDecl->visible_extensions()) { in lookupInstanceVariable() local 1026 for (auto *Ext : IFD->known_extensions()) in getCanonicalDecl() local 1434 for (const auto *Ext : ClassDecl->visible_extensions()) { in findPropertyDecl() local 1687 for (const auto *Ext : known_extensions()) { in all_declared_ivar_begin() local [all …]
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Tooling/DependencyScanning/ |
| H A D | DependencyScanningFilesystem.cpp | 170 StringRef Ext = llvm::sys::path::extension(Filename); in shouldScanForDirectivesBasedOnExtension() local 183 StringRef Ext = llvm::sys::path::extension(Filename); in shouldCacheStatFailures() local
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Basic/Targets/ |
| H A D | RISCV.cpp | 266 StringRef Ext = Feature.substr(1); // drop the +/- in initFeatureMap() local 430 for (auto Ext : Exts) { in parseTargetAttr() local
|
| H A D | AArch64.cpp | 640 if (auto Ext = llvm::AArch64::parseArchExtension(Name)) in multiVersionSortPriority() local 651 if (auto Ext = llvm::AArch64::parseArchExtension(Name)) in doesFeatureAffectCodeGen() local 657 if (auto Ext = llvm::AArch64::parseArchExtension(Name)) in getFeatureDependencies() local
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Serialization/ |
| H A D | ASTCommon.cpp | 218 #define EXT_OPAQUE_TYPE(ExtType, Id, Ext) \ in TypeIdxFromBuiltin() argument
|
| /freebsd-14.2/contrib/llvm-project/lld/COFF/ |
| H A D | LTO.cpp | 222 const char *Ext = emitASM ? ".s" : ".obj"; in compile() local
|
| /freebsd-14.2/contrib/llvm-project/llvm/tools/opt/ |
| H A D | NewPMDriver.cpp | 323 #define HANDLE_EXTENSION(Ext) \ argument 431 #define HANDLE_EXTENSION(Ext) \ in runPassPipeline() argument
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/SPIRV/ |
| H A D | SPIRVModuleAnalysis.cpp | 83 if (llvm::all_of(ReqExts, [&ST](const SPIRV::Extension::Extension &Ext) { in getSymbolicOperandRequirements() 249 auto Ext = SPIRV::Extension::Extension(MI.getOperand(0).getImm()); in processDefInstrs() local 507 for (auto Ext : AllExtensions) { in checkSatisfiable() local
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/ARM/ |
| H A D | MVELaneInterleavingPass.cpp | 367 Value *Ext = FPext ? Builder.CreateFPExt(Shuffle, I->getType()) in tryInterleave() local
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Driver/ |
| H A D | ToolChain.cpp | 188 for (const auto &Ext : AArch64::Extensions) in getAArch64MultilibFlags() local 191 for (const auto &Ext : AArch64::Extensions) in getAArch64MultilibFlags() local 209 for (const auto &Ext : ARM::ARCHExtNames) in getARMMultilibFlags() local 212 for (const auto &Ext : ARM::ARCHExtNames) in getARMMultilibFlags() local
|
| H A D | Types.cpp | 298 types::ID types::lookupTypeForExtension(llvm::StringRef Ext) { in lookupTypeForExtension()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaObjCProperty.cpp | 1143 for (auto *Ext : IDecl->known_extensions()) { in ActOnPropertyImplDecl() local 1768 for (auto *Ext : IDecl->visible_extensions()) in CollectImmediateProperties() local 1854 for (const auto *Ext : IFace->known_extensions()) in IvarBacksCurrentMethodAccessor() local 2170 for (const auto *Ext : IDecl->known_extensions()) in AtomicPropertySetterGetterRules() local 2341 for (auto *Ext : IFD->visible_extensions()) in DiagnoseMissingDesignatedInitOverrides() local
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/LTO/ |
| H A D | LTOBackend.cpp | 181 #define HANDLE_EXTENSION(Ext) \ argument 187 #define HANDLE_EXTENSION(Ext) \ in RegisterPassPlugins() argument
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
| H A D | CloneFunction.cpp | 1139 StringRef Ext, LLVMContext &Context) { in cloneNoAliasScopes() 1198 LLVMContext &Context, StringRef Ext) { in cloneAndAdaptNoAliasScopes() 1215 LLVMContext &Context, StringRef Ext) { in cloneAndAdaptNoAliasScopes()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CGDebugInfo.h | 80 #define EXT_OPAQUE_TYPE(ExtType, Id, Ext) \ argument
|