/openbsd/gnu/llvm/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 | 788 #define OPENCL_GENERIC_EXTENSION(Ext, ...) \ in validateOpenCLTarget() argument
|
/openbsd/gnu/llvm/llvm/lib/Support/ |
H A D | RISCVISAInfo.cpp | 154 StringRef Ext; member 179 RISCVExtensionInfo Ext; in addExtension() local 336 for (auto const &Ext : Exts) { in toFeatures() local 529 for (StringRef Ext : Split) { in parseNormalizedArchString() local 737 for (StringRef Ext : Split) { in parseArchString() local 797 for (auto Ext : AllExts) { in parseArchString() local 949 for (auto const &Ext : Exts) in updateImplication() local 1011 for (auto const &Ext : Exts) { in updateMinVLen() local 1024 for (auto const &Ext : Exts) { in updateMaxELen() local 1047 for (auto const &Ext : Exts) { in toString() local [all …]
|
/openbsd/gnu/llvm/llvm/lib/Extensions/ |
H A D | Extensions.cpp | 2 #define HANDLE_EXTENSION(Ext) \ argument 10 #define HANDLE_EXTENSION(Ext) \ in extensions_anchor() argument
|
/openbsd/gnu/llvm/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() 731 #define OPENCL_GENERIC_EXTENSION(Ext, ...) \ in InitializeOpenCLFeatureTestMacros() argument
|
/openbsd/gnu/llvm/llvm/tools/bugpoint/ |
H A D | bugpoint.cpp | 133 #define HANDLE_EXTENSION(Ext) \ argument 221 #define HANDLE_EXTENSION(Ext) \ in main() argument
|
/openbsd/gnu/llvm/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
|
/openbsd/gnu/llvm/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 …]
|
H A D | NSAPI.cpp | 468 #define EXT_OPAQUE_TYPE(ExtType, Id, Ext) \ in getNSNumberFactoryMethodKind() argument
|
/openbsd/gnu/llvm/llvm/tools/llvm-rc/ |
H A D | ResourceScriptCppFilter.cpp | 92 StringRef Ext = Line.rsplit('.').second; in parseLine() local
|
/openbsd/gnu/llvm/clang/lib/Tooling/DependencyScanning/ |
H A D | DependencyScanningFilesystem.cpp | 168 StringRef Ext = llvm::sys::path::extension(Filename); in shouldScanForDirectivesBasedOnExtension() local 181 StringRef Ext = llvm::sys::path::extension(Filename); in shouldCacheStatFailures() local
|
/openbsd/gnu/llvm/clang/lib/Serialization/ |
H A D | ASTCommon.cpp | 218 #define EXT_OPAQUE_TYPE(ExtType, Id, Ext) \ in TypeIdxFromBuiltin() argument
|
/openbsd/gnu/llvm/llvm/tools/opt/ |
H A D | NewPMDriver.cpp | 319 #define HANDLE_EXTENSION(Ext) \ argument 422 #define HANDLE_EXTENSION(Ext) \ in runPassPipeline() argument
|
/openbsd/gnu/llvm/llvm/lib/Target/SPIRV/ |
H A D | SPIRVModuleAnalysis.cpp | 81 if (llvm::all_of(ReqExts, [&ST](const SPIRV::Extension::Extension &Ext) { in getSymbolicOperandRequirements() 237 auto Ext = SPIRV::Extension::Extension(MI.getOperand(0).getImm()); in processDefInstrs() local 535 for (auto Ext : AllExtensions) { in checkSatisfiable() local
|
/openbsd/gnu/llvm/llvm/lib/Target/ARM/ |
H A D | MVELaneInterleavingPass.cpp | 341 Value *Ext = FPext ? Builder.CreateFPExt(Shuffle, I->getType()) in tryInterleave() local
|
/openbsd/gnu/llvm/clang/lib/CodeGen/ |
H A D | CGOpenCLRuntime.cpp | 55 #define EXT_OPAQUE_TYPE(ExtType, Id, Ext) \ in convertOpenCLSpecificType() argument
|
H A D | BackendUtil.cpp | 99 #define HANDLE_EXTENSION(Ext) \ argument 881 #define HANDLE_EXTENSION(Ext) \ in RunOptimizationPipeline() argument
|
H A D | CGDebugInfo.h | 80 #define EXT_OPAQUE_TYPE(ExtType, Id, Ext) \ argument
|
/openbsd/gnu/llvm/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 1855 for (const auto *Ext : IFace->known_extensions()) in IvarBacksCurrentMethodAccessor() local 2171 for (const auto *Ext : IDecl->known_extensions()) in AtomicPropertySetterGetterRules() local 2342 for (auto *Ext : IFD->visible_extensions()) in DiagnoseMissingDesignatedInitOverrides() local
|
/openbsd/gnu/llvm/llvm/lib/LTO/ |
H A D | LTOBackend.cpp | 180 #define HANDLE_EXTENSION(Ext) \ argument 186 #define HANDLE_EXTENSION(Ext) \ in RegisterPassPlugins() argument
|
/openbsd/gnu/llvm/llvm/lib/Transforms/Utils/ |
H A D | CloneFunction.cpp | 1086 StringRef Ext, LLVMContext &Context) { in cloneNoAliasScopes() 1145 LLVMContext &Context, StringRef Ext) { in cloneAndAdaptNoAliasScopes() 1162 LLVMContext &Context, StringRef Ext) { in cloneAndAdaptNoAliasScopes()
|
/openbsd/gnu/llvm/clang/lib/Driver/ |
H A D | Types.cpp | 295 types::ID types::lookupTypeForExtension(llvm::StringRef Ext) { in lookupTypeForExtension()
|
/openbsd/gnu/llvm/clang/lib/ARCMigrate/ |
H A D | TransProperties.cpp | 99 for (auto *Ext : iface->visible_extensions()) in doTransform() local
|