Home
last modified time | relevance | path

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

12345

/freebsd-14.2/contrib/llvm-project/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.cpp858 #define OPENCL_GENERIC_EXTENSION(Ext, ...) \ in validateOpenCLTarget() argument
/freebsd-14.2/contrib/llvm-project/llvm/lib/Support/
H A DRISCVISAInfo.cpp329 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 Dbugpoint.cpp94 #define HANDLE_EXTENSION(Ext) \ argument
171 #define HANDLE_EXTENSION(Ext) \ in main() argument
/freebsd-14.2/contrib/llvm-project/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.cpp115 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 DUtils.cpp32 StringRef Ext = Extension.toStringRef(Storage); in replace_extension() local
/freebsd-14.2/contrib/llvm-project/llvm/lib/TargetParser/
H A DAArch64TargetParser.cpp53 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 DClangOpenCLBuiltinEmitter.cpp764 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 DDeclObjC.cpp192 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 DDependencyScanningFilesystem.cpp170 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 DRISCV.cpp266 StringRef Ext = Feature.substr(1); // drop the +/- in initFeatureMap() local
430 for (auto Ext : Exts) { in parseTargetAttr() local
H A DAArch64.cpp640 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 DASTCommon.cpp218 #define EXT_OPAQUE_TYPE(ExtType, Id, Ext) \ in TypeIdxFromBuiltin() argument
/freebsd-14.2/contrib/llvm-project/lld/COFF/
H A DLTO.cpp222 const char *Ext = emitASM ? ".s" : ".obj"; in compile() local
/freebsd-14.2/contrib/llvm-project/llvm/tools/opt/
H A DNewPMDriver.cpp323 #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 DSPIRVModuleAnalysis.cpp83 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 DMVELaneInterleavingPass.cpp367 Value *Ext = FPext ? Builder.CreateFPExt(Shuffle, I->getType()) in tryInterleave() local
/freebsd-14.2/contrib/llvm-project/clang/lib/Driver/
H A DToolChain.cpp188 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 DTypes.cpp298 types::ID types::lookupTypeForExtension(llvm::StringRef Ext) { in lookupTypeForExtension()
/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaObjCProperty.cpp1143 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 DLTOBackend.cpp181 #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 DCloneFunction.cpp1139 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 DCGDebugInfo.h80 #define EXT_OPAQUE_TYPE(ExtType, Id, Ext) \ argument

12345