Home
last modified time | relevance | path

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

12345

/freebsd/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.cpp861 #define OPENCL_GENERIC_EXTENSION(Ext, ...) \ in validateOpenCLTarget() argument
/freebsd/contrib/llvm-project/llvm/lib/TargetParser/
H A DRISCVISAInfo.cpp157 static bool stripExperimentalPrefix(StringRef &Ext) { in stripExperimentalPrefix()
168 static size_t findLastNonVersionCharacter(StringRef Ext) { in findLastNonVersionCharacter()
210 static StringRef getExtensionTypeDesc(StringRef Ext) { in getExtensionTypeDesc()
220 static StringRef getExtensionType(StringRef Ext) { in getExtensionType()
231 isExperimentalExtension(StringRef Ext) { in isExperimentalExtension()
240 bool RISCVISAInfo::isSupportedExtensionFeature(StringRef Ext) { in isSupportedExtensionFeature()
251 bool RISCVISAInfo::isSupportedExtension(StringRef Ext) { in isSupportedExtension()
264 bool RISCVISAInfo::isSupportedExtension(StringRef Ext, unsigned MajorVersion, in isSupportedExtension()
306 for (const RISCVSupportedExtension &Ext : SupportedExtensions) { in toFeatures() local
312 for (const RISCVSupportedExtension &Ext : SupportedExperimentalExtensions) { in toFeatures() local
[all …]
H A DAArch64TargetParser.cpp54 if (auto Ext = parseFMVExtension(FeatureStr)) in getCpuSupportsMask() local
169 for (const auto &Ext : Extensions) { in PrintSupportedExtensions() local
198 for (const auto &Ext : EnabledExtensionsInfo) { in printEnabledExtensions() local
/freebsd/contrib/llvm-project/llvm/tools/bugpoint/
H A Dbugpoint.cpp94 #define HANDLE_EXTENSION(Ext) \ argument
171 #define HANDLE_EXTENSION(Ext) \ in main() argument
/freebsd/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()
789 #define OPENCL_GENERIC_EXTENSION(Ext, ...) \ in InitializeOpenCLFeatureTestMacros() argument
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DRISCVISAUtils.cpp40 static unsigned singleLetterExtensionRank(char Ext) { in singleLetterExtensionRank()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DDeclObjC.cpp193 for (const auto *Ext : IDecl->visible_extensions()) in findPropertyDecl() local
263 for (const auto *Ext : ClassDecl->visible_extensions()) { in FindPropertyDeclaration() local
409 for (const auto *Ext : known_extensions()) { in collectPropertiesToImplement() local
501 for (const auto *Ext : D->visible_extensions()) { in isIntroducingInitializers() local
563 for (const auto *Ext : IFace->visible_extensions()) { in getDesignatedInitializers() local
598 for (const auto *Ext : IFace->visible_extensions()) { in isDesignatedInitializer() local
653 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
1681 for (const auto *Ext : known_extensions()) { in all_declared_ivar_begin() local
[all …]
/freebsd/contrib/llvm-project/clang/lib/Basic/Targets/
H A DRISCV.cpp267 StringRef Ext = Feature.substr(1); // drop the +/- in initFeatureMap() local
432 for (auto Ext : Exts) { in parseTargetAttr() local
H A DAArch64.cpp695 if (auto Ext = llvm::AArch64::parseFMVExtension(Name)) in multiVersionSortPriority() local
708 if (auto Ext = llvm::AArch64::parseFMVExtension(Name)) in doesFeatureAffectCodeGen() local
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTCommon.cpp221 #define EXT_OPAQUE_TYPE(ExtType, Id, Ext) \ in TypeIdxFromBuiltin() argument
/freebsd/contrib/llvm-project/lld/COFF/
H A DLTO.cpp223 const char *Ext = emitASM ? ".s" : ".obj"; in compile() local
/freebsd/contrib/llvm-project/llvm/tools/opt/
H A DNewPMDriver.cpp336 #define HANDLE_EXTENSION(Ext) \ argument
451 #define HANDLE_EXTENSION(Ext) \ in runPassPipeline() argument
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DMVELaneInterleavingPass.cpp367 Value *Ext = FPext ? Builder.CreateFPExt(Shuffle, I->getType()) in tryInterleave() local
/freebsd/contrib/llvm-project/llvm/lib/TextAPI/
H A DUtils.cpp34 StringRef Ext = Extension.toStringRef(Storage); in replace_extension() local
/freebsd/contrib/llvm-project/llvm/lib/Target/SPIRV/
H A DSPIRVModuleAnalysis.cpp120 if (llvm::all_of(ReqExts, [&ST](const SPIRV::Extension::Extension &Ext) { in getSymbolicOperandRequirements()
301 auto Ext = SPIRV::Extension::Extension(MI.getOperand(0).getImm()); in processDefInstrs() local
582 for (auto Ext : AllExtensions) { in checkSatisfiable() local
/freebsd/contrib/llvm-project/llvm/utils/TableGen/
H A DRISCVTargetDefEmitter.cpp122 for (auto const &Ext : Extensions) in printMArch() local
/freebsd/contrib/llvm-project/clang/lib/Driver/
H A DToolChain.cpp197 for (const auto &Ext : AArch64::Extensions) in getAArch64MultilibFlags() local
201 for (const auto &Ext : AArch64::Extensions) in getAArch64MultilibFlags() local
225 for (const auto &Ext : ARM::ARCHExtNames) in getARMMultilibFlags() local
229 for (const auto &Ext : ARM::ARCHExtNames) in getARMMultilibFlags() local
H A DTypes.cpp300 types::ID types::lookupTypeForExtension(llvm::StringRef Ext) { in lookupTypeForExtension()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DCloneFunction.cpp1114 StringRef Ext, LLVMContext &Context) { in cloneNoAliasScopes()
1173 LLVMContext &Context, StringRef Ext) { in cloneAndAdaptNoAliasScopes()
1190 LLVMContext &Context, StringRef Ext) { in cloneAndAdaptNoAliasScopes()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaObjCProperty.cpp1125 for (auto *Ext : IDecl->known_extensions()) { in ActOnPropertyImplDecl() local
1748 for (auto *Ext : IDecl->visible_extensions()) in CollectImmediateProperties() local
1834 for (const auto *Ext : IFace->known_extensions()) in IvarBacksCurrentMethodAccessor() local
2152 for (const auto *Ext : IDecl->known_extensions()) in AtomicPropertySetterGetterRules() local
2323 for (auto *Ext : IFD->visible_extensions()) in DiagnoseMissingDesignatedInitOverrides() local
/freebsd/contrib/llvm-project/llvm/lib/LTO/
H A DLTOBackend.cpp181 #define HANDLE_EXTENSION(Ext) \ argument
187 #define HANDLE_EXTENSION(Ext) \ in RegisterPassPlugins() argument
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DBackendUtil.cpp95 #define HANDLE_EXTENSION(Ext) \ argument
927 #define HANDLE_EXTENSION(Ext) \ in RunOptimizationPipeline() argument

12345