| /freebsd/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 | 888 #define OPENCL_GENERIC_EXTENSION(Ext, ...) \ in validateOpenCLTarget() argument
|
| /freebsd/contrib/llvm-project/llvm/lib/TargetParser/ |
| H A D | RISCVISAInfo.cpp | 156 static bool stripExperimentalPrefix(StringRef &Ext) { in stripExperimentalPrefix() 167 static size_t findLastNonVersionCharacter(StringRef Ext) { in findLastNonVersionCharacter() 209 static StringRef getExtensionTypeDesc(StringRef Ext) { in getExtensionTypeDesc() 219 static StringRef getExtensionType(StringRef Ext) { in getExtensionType() 230 isExperimentalExtension(StringRef Ext) { in isExperimentalExtension() 239 bool RISCVISAInfo::isSupportedExtensionFeature(StringRef Ext) { in isSupportedExtensionFeature() 250 bool RISCVISAInfo::isSupportedExtension(StringRef Ext) { in isSupportedExtension() 263 bool RISCVISAInfo::isSupportedExtension(StringRef Ext, unsigned MajorVersion, in isSupportedExtension() 305 for (const RISCVSupportedExtension &Ext : SupportedExtensions) { in toFeatures() local 311 for (const RISCVSupportedExtension &Ext : SupportedExperimentalExtensions) { in toFeatures() local [all …]
|
| H A D | AArch64TargetParser.cpp | 207 for (const auto &Ext : Extensions) { in PrintSupportedExtensions() local 236 for (const auto &Ext : EnabledExtensionsInfo) { in printEnabledExtensions() local
|
| /freebsd/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/contrib/llvm-project/clang/lib/Frontend/ |
| H A D | TestModuleFileExtension.cpp | 36 auto Ext = static_cast<TestModuleFileExtension *>(getExtension()); in writeExtensionContents() local 45 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() 799 #define OPENCL_GENERIC_EXTENSION(Ext, ...) \ in InitializeOpenCLFeatureTestMacros() argument
|
| /freebsd/contrib/llvm-project/llvm/lib/Support/ |
| H A D | RISCVISAUtils.cpp | 40 static unsigned singleLetterExtensionRank(char Ext) { in singleLetterExtensionRank()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/SPIRV/ |
| H A D | SPIRVCommandLine.cpp | 159 for (const auto &Ext : ExtNames) { in checkExtensions() local
|
| /freebsd/contrib/llvm-project/llvm/utils/TableGen/Basic/ |
| H A D | RISCVTargetDefEmitter.cpp | 70 for (const Record *Ext : Extensions) { in emitRISCVExtensions() local 123 for (auto const &Ext : Extensions) in printMArch() local
|
| /freebsd/contrib/llvm-project/clang/lib/AST/ |
| H A D | DeclObjC.cpp | 190 for (const auto *Ext : IDecl->visible_extensions()) in findPropertyDecl() local 260 for (const auto *Ext : ClassDecl->visible_extensions()) { in FindPropertyDeclaration() local 406 for (const auto *Ext : known_extensions()) { in collectPropertiesToImplement() local 498 for (const auto *Ext : D->visible_extensions()) { in isIntroducingInitializers() local 560 for (const auto *Ext : IFace->visible_extensions()) { in getDesignatedInitializers() local 595 for (const auto *Ext : IFace->visible_extensions()) { in isDesignatedInitializer() local 650 for (const auto *Ext : ClassDecl->visible_extensions()) { in lookupInstanceVariable() local 1023 for (auto *Ext : IFD->known_extensions()) in getCanonicalDecl() local 1431 for (const auto *Ext : ClassDecl->visible_extensions()) { in findPropertyDecl() local 1678 for (const auto *Ext : known_extensions()) { in all_declared_ivar_begin() local [all …]
|
| /freebsd/contrib/llvm-project/clang/utils/TableGen/ |
| H A D | ClangOpenCLBuiltinEmitter.cpp | 758 for (StringRef Ext : ExtVec) { in EmitMacroChecks() local 1080 StringRef Ext = in expandTypesInSignature() local 1131 for (StringRef Ext : ExtVec) { in emitExtensionGuard() local 1188 for (const auto Ext : ExtSet) { in emitTypeExtensionGuards() local
|
| /freebsd/contrib/llvm-project/lld/COFF/ |
| H A D | LTO.cpp | 228 const char *Ext = emitASM ? ".s" : ".obj"; in compile() local
|
| /freebsd/contrib/llvm-project/clang/lib/Serialization/ |
| H A D | ASTCommon.cpp | 221 #define EXT_OPAQUE_TYPE(ExtType, Id, Ext) \ in TypeIdxFromBuiltin() argument
|
| /freebsd/contrib/llvm-project/llvm/tools/opt/ |
| H A D | NewPMDriver.cpp | 345 #define HANDLE_EXTENSION(Ext) \ argument 459 #define HANDLE_EXTENSION(Ext) \ in runPassPipeline() argument
|
| /freebsd/contrib/llvm-project/llvm/lib/TextAPI/ |
| H A D | Utils.cpp | 34 StringRef Ext = Extension.toStringRef(Storage); in replace_extension() local
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/ARM/ |
| H A D | MVELaneInterleavingPass.cpp | 361 Value *Ext = FPext ? Builder.CreateFPExt(Shuffle, I->getType()) in tryInterleave() local
|
| /freebsd/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaObjCProperty.cpp | 1126 for (auto *Ext : IDecl->known_extensions()) { in ActOnPropertyImplDecl() local 1759 for (auto *Ext : IDecl->visible_extensions()) in CollectImmediateProperties() local 1845 for (const auto *Ext : IFace->known_extensions()) in IvarBacksCurrentMethodAccessor() local 2161 for (const auto *Ext : IDecl->known_extensions()) in AtomicPropertySetterGetterRules() local 2332 for (auto *Ext : IFD->visible_extensions()) in DiagnoseMissingDesignatedInitOverrides() local
|
| /freebsd/contrib/llvm-project/llvm/lib/LTO/ |
| H A D | LTOBackend.cpp | 180 #define HANDLE_EXTENSION(Ext) \ argument 187 #define HANDLE_EXTENSION(Ext) \ in RegisterPassPlugins() argument
|
| /freebsd/contrib/llvm-project/clang/lib/Driver/ |
| H A D | ToolChain.cpp | 220 for (const auto &Ext : AArch64::Extensions) in getAArch64MultilibFlags() local 224 for (const auto &Ext : AArch64::Extensions) in getAArch64MultilibFlags() local 272 for (const auto &Ext : ARM::ARCHExtNames) in getARMMultilibFlags() local 276 for (const auto &Ext : ARM::ARCHExtNames) in getARMMultilibFlags() local
|
| H A D | Types.cpp | 309 types::ID types::lookupTypeForExtension(llvm::StringRef Ext) { in lookupTypeForExtension()
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
| H A D | CloneFunction.cpp | 1171 StringRef Ext, LLVMContext &Context) { in cloneNoAliasScopes() 1230 LLVMContext &Context, StringRef Ext) { in cloneAndAdaptNoAliasScopes() 1247 LLVMContext &Context, StringRef Ext) { in cloneAndAdaptNoAliasScopes()
|
| /freebsd/contrib/llvm-project/clang/lib/Driver/ToolChains/ |
| H A D | HIPUtility.cpp | 88 llvm::StringRef Ext = IsMSVC ? ".lib" : ".a"; in processStaticLibraries() local
|
| /freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | BackendUtil.cpp | 96 #define HANDLE_EXTENSION(Ext) \ argument 993 #define HANDLE_EXTENSION(Ext) \ in RunOptimizationPipeline() argument
|