| /llvm-project-15.0.7/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 | 772 #define OPENCL_GENERIC_EXTENSION(Ext, ...) \ in validateOpenCLTarget() argument
|
| /llvm-project-15.0.7/llvm/lib/Support/ |
| H A D | RISCVISAInfo.cpp | 144 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 D | Extensions.cpp | 2 #define HANDLE_EXTENSION(Ext) \ argument 10 #define HANDLE_EXTENSION(Ext) \ in extensions_anchor() argument
|
| /llvm-project-15.0.7/clang/test/CodeGen/ |
| H A D | 2002-07-14-MiscTests2.c | 6 char *Ext; variable
|
| /llvm-project-15.0.7/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 | 114 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 D | bugpoint.cpp | 133 #define HANDLE_EXTENSION(Ext) \ argument 224 #define HANDLE_EXTENSION(Ext) \ in main() argument
|
| /llvm-project-15.0.7/llvm/unittests/ADT/ |
| H A D | PostOrderIteratorTest.cpp | 26 ExtSetTy Ext; in TEST() local
|
| /llvm-project-15.0.7/llvm/tools/llvm-rc/ |
| H A D | ResourceScriptCppFilter.cpp | 92 StringRef Ext = Line.rsplit('.').second; in parseLine() local
|
| /llvm-project-15.0.7/clang/utils/TableGen/ |
| H A D | ClangOpenCLBuiltinEmitter.cpp | 752 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 D | DependencyScanningFilesystem.cpp | 167 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 D | ASTCommon.cpp | 218 #define EXT_OPAQUE_TYPE(ExtType, Id, Ext) \ in TypeIdxFromBuiltin() argument
|
| /llvm-project-15.0.7/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 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 D | TargetParserTest.cpp | 688 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 D | CSKYTargetParserTest.cpp | 1054 for (auto &Ext : CSKY::CSKYARCHExtNames) { in TEST() local
|
| /llvm-project-15.0.7/llvm/lib/Target/ARM/ |
| H A D | MVELaneInterleavingPass.cpp | 341 Value *Ext = FPext ? Builder.CreateFPExt(Shuffle, I->getType()) in tryInterleave() local
|
| /llvm-project-15.0.7/clang/lib/CodeGen/ |
| H A D | CGOpenCLRuntime.cpp | 55 #define EXT_OPAQUE_TYPE(ExtType, Id, Ext) \ in convertOpenCLSpecificType() argument
|
| /llvm-project-15.0.7/llvm/tools/opt/ |
| H A D | NewPMDriver.cpp | 282 #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 D | ClangDocMain.cpp | 170 StringRef Ext) { in getInfoOutputFile()
|
| /llvm-project-15.0.7/llvm/lib/Transforms/Utils/ |
| H A D | CloneFunction.cpp | 1040 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 D | LTOBackend.cpp | 179 #define HANDLE_EXTENSION(Ext) \ argument 185 #define HANDLE_EXTENSION(Ext) \ in RegisterPassPlugins() argument
|
| /llvm-project-15.0.7/clang/lib/Sema/ |
| H A D | SemaObjCProperty.cpp | 1143 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 D | Types.cpp | 293 types::ID types::lookupTypeForExtension(llvm::StringRef Ext) { in lookupTypeForExtension()
|