Home
last modified time | relevance | path

Searched defs:Ext (Results 1 – 25 of 110) sorted by relevance

12345

/llvm-project-15.0.7/clang/lib/Basic/
H A DOpenCLOptions.cpp32 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 DTargets.cpp772 #define OPENCL_GENERIC_EXTENSION(Ext, ...) \ in validateOpenCLTarget() argument
/llvm-project-15.0.7/llvm/lib/Support/
H A DRISCVISAInfo.cpp144 StringRef Ext; member
167 RISCVExtensionInfo Ext; in addExtension() local
325 for (auto const &Ext : Exts) { in toFeatures() local
639 for (StringRef Ext : Split) { in parseArchString() local
687 for (auto Ext : AllExts) { in parseArchString() local
836 for (auto const &Ext : Exts) in updateImplication() local
877 for (const char *Ext : RequiredExts) in updateCombination() local
898 for (auto const &Ext : Exts) { in updateMinVLen() local
911 for (auto const &Ext : Exts) { in updateMaxELen() local
934 for (auto const &Ext : Exts) { in toString() local
[all …]
/llvm-project-15.0.7/llvm/lib/Extensions/
H A DExtensions.cpp2 #define HANDLE_EXTENSION(Ext) \ argument
10 #define HANDLE_EXTENSION(Ext) \ in extensions_anchor() argument
/llvm-project-15.0.7/clang/test/CodeGen/
H A D2002-07-14-MiscTests2.c6 char *Ext; variable
/llvm-project-15.0.7/clang/lib/Frontend/
H A DTestModuleFileExtension.cpp37 auto Ext = static_cast<TestModuleFileExtension *>(getExtension()); in writeExtensionContents() local
46 TestModuleFileExtension::Reader::Reader(ModuleFileExtension *Ext, in Reader()
H A DTestModuleFileExtension.h30 Writer(ModuleFileExtension *Ext) : ModuleFileExtensionWriter(Ext) { } in Writer()
H A DInitPreprocessor.cpp114 const llvm::fltSemantics *Sem, StringRef Ext) { in DefineFloatMacros()
719 #define OPENCL_GENERIC_EXTENSION(Ext, ...) \ in InitializeOpenCLFeatureTestMacros() argument
/llvm-project-15.0.7/llvm/tools/bugpoint/
H A Dbugpoint.cpp133 #define HANDLE_EXTENSION(Ext) \ argument
224 #define HANDLE_EXTENSION(Ext) \ in main() argument
/llvm-project-15.0.7/llvm/unittests/ADT/
H A DPostOrderIteratorTest.cpp26 ExtSetTy Ext; in TEST() local
/llvm-project-15.0.7/llvm/tools/llvm-rc/
H A DResourceScriptCppFilter.cpp92 StringRef Ext = Line.rsplit('.').second; in parseLine() local
/llvm-project-15.0.7/clang/utils/TableGen/
H A DClangOpenCLBuiltinEmitter.cpp752 for (StringRef Ext : ExtVec) { in EmitMacroChecks() local
1084 StringRef Ext = in expandTypesInSignature() local
1136 for (StringRef Ext : ExtVec) { in emitExtensionGuard() local
1183 for (const auto Ext : ExtVec) { in emitTypeExtensionGuards() local
1195 for (const auto Ext : ExtSet) { in emitTypeExtensionGuards() local
/llvm-project-15.0.7/clang/lib/Tooling/DependencyScanning/
H A DDependencyScanningFilesystem.cpp167 StringRef Ext = llvm::sys::path::extension(Filename); in shouldScanForDirectivesBasedOnExtension() local
180 StringRef Ext = llvm::sys::path::extension(Filename); in shouldCacheStatFailures() local
/llvm-project-15.0.7/clang/lib/Serialization/
H A DASTCommon.cpp218 #define EXT_OPAQUE_TYPE(ExtType, Id, Ext) \ in TypeIdxFromBuiltin() argument
/llvm-project-15.0.7/clang/lib/AST/
H A DDeclObjC.cpp192 for (const auto *Ext : IDecl->visible_extensions()) in findPropertyDecl() local
262 for (const auto *Ext : ClassDecl->visible_extensions()) { in FindPropertyDeclaration() local
412 for (const auto *Ext : known_extensions()) { in collectPropertiesToImplement() local
505 for (const auto *Ext : D->visible_extensions()) { in isIntroducingInitializers() local
567 for (const auto *Ext : IFace->visible_extensions()) { in getDesignatedInitializers() local
602 for (const auto *Ext : IFace->visible_extensions()) { in isDesignatedInitializer() local
646 for (const auto *Ext : ClassDecl->visible_extensions()) { in lookupInstanceVariable() local
991 for (auto *Ext : IFD->known_extensions()) in getCanonicalDecl() local
1399 for (const auto *Ext : ClassDecl->visible_extensions()) { in findPropertyDecl() local
1652 for (const auto *Ext : known_extensions()) { in all_declared_ivar_begin() local
[all …]
/llvm-project-15.0.7/llvm/unittests/Support/
H A DTargetParserTest.cpp688 for (auto &Ext : ARM::ARCHExtNames) { in TEST() local
768 return llvm::all_of(Expected, [&](StringRef Ext) { in testArchExtDependency()
1487 for (auto Ext : Extensions) in TEST() local
H A DCSKYTargetParserTest.cpp1054 for (auto &Ext : CSKY::CSKYARCHExtNames) { in TEST() local
/llvm-project-15.0.7/llvm/lib/Target/ARM/
H A DMVELaneInterleavingPass.cpp341 Value *Ext = FPext ? Builder.CreateFPExt(Shuffle, I->getType()) in tryInterleave() local
/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGOpenCLRuntime.cpp55 #define EXT_OPAQUE_TYPE(ExtType, Id, Ext) \ in convertOpenCLSpecificType() argument
/llvm-project-15.0.7/llvm/tools/opt/
H A DNewPMDriver.cpp282 #define HANDLE_EXTENSION(Ext) \ argument
390 #define HANDLE_EXTENSION(Ext) \ in runPassPipeline() argument
/llvm-project-15.0.7/clang-tools-extra/clang-doc/tool/
H A DClangDocMain.cpp170 StringRef Ext) { in getInfoOutputFile()
/llvm-project-15.0.7/llvm/lib/Transforms/Utils/
H A DCloneFunction.cpp1040 StringRef Ext, LLVMContext &Context) { in cloneNoAliasScopes()
1099 LLVMContext &Context, StringRef Ext) { in cloneAndAdaptNoAliasScopes()
1116 LLVMContext &Context, StringRef Ext) { in cloneAndAdaptNoAliasScopes()
/llvm-project-15.0.7/llvm/lib/LTO/
H A DLTOBackend.cpp179 #define HANDLE_EXTENSION(Ext) \ argument
185 #define HANDLE_EXTENSION(Ext) \ in RegisterPassPlugins() argument
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaObjCProperty.cpp1143 for (auto *Ext : IDecl->known_extensions()) { in ActOnPropertyImplDecl() local
1769 for (auto *Ext : IDecl->visible_extensions()) in CollectImmediateProperties() local
1856 for (const auto *Ext : IFace->known_extensions()) in IvarBacksCurrentMethodAccessor() local
2174 for (const auto *Ext : IDecl->known_extensions()) in AtomicPropertySetterGetterRules() local
2345 for (auto *Ext : IFD->visible_extensions()) in DiagnoseMissingDesignatedInitOverrides() local
/llvm-project-15.0.7/clang/lib/Driver/
H A DTypes.cpp293 types::ID types::lookupTypeForExtension(llvm::StringRef Ext) { in lookupTypeForExtension()

12345