Home
last modified time | relevance | path

Searched refs:Ext (Results 1 – 25 of 153) sorted by relevance

1234567

/openbsd/gnu/llvm/clang/lib/Basic/
H A DOpenCLOptions.cpp34 if (!isKnown(Ext)) in isAvailableOption()
41 return isEnabled(Ext); in isAvailableOption()
45 auto I = OptMap.find(Ext); in isEnabled()
50 auto E = OptMap.find(Ext); in isWithPragma()
56 auto I = OptMap.find(Ext); in isSupported()
63 auto I = OptMap.find(Ext); in isSupportedCore()
70 auto I = OptMap.find(Ext); in isSupportedOptionalCore()
77 return isSupportedCore(Ext, LO) || isSupportedOptionalCore(Ext, LO); in isSupportedCoreOrOptionalCore()
82 auto I = OptMap.find(Ext); in isSupportedExtension()
89 OptMap[Ext].Enabled = V; in enable()
[all …]
/openbsd/gnu/llvm/llvm/lib/Support/
H A DRISCVISAInfo.cpp137 assert(!Ext.empty() && in findFirstNonVersionCharacter()
143 if (Pos > 0 && Ext[Pos] == 'p' && isDigit(Ext[Pos - 1])) { in findFirstNonVersionCharacter()
153 FindByName(StringRef Ext) : Ext(Ext){}; in FindByName()
154 StringRef Ext; member
179 RISCVExtensionInfo Ext; in addExtension() local
189 if (Ext.startswith("s")) in getExtensionTypeDesc()
191 if (Ext.startswith("x")) in getExtensionTypeDesc()
193 if (Ext.startswith("z")) in getExtensionTypeDesc()
256 switch (Ext) { in singleLetterExtensionRank()
448 if (Ext == "g") in getExtensionVersion()
[all …]
/openbsd/regress/usr.sbin/bgpd/integrationtests/
H A Dixp.rdomain1.ok6 Ext. Communities: ovs valid
19 Ext. Communities: ovs not-found
47 Ext. Communities: ovs not-found
55 Ext. Communities: ovs not-found
63 Ext. Communities: ovs not-found
77 Ext. Communities: ovs not-found
84 Ext. Communities: ovs not-found
90 Ext. Communities: ovs not-found
97 Ext. Communities: ovs not-found
105 Ext. Communities: ovs not-found
[all …]
H A Dmrt-table-mp.ok11 Ext. Communities: ovs invalid rt 127.0.0.1:15
27 Ext. Communities: ovs invalid rt 127.0.0.1:15
38 Ext. Communities: rt 4200000001:42
44 Ext. Communities: ovs invalid rt 127.0.0.1:15 rt 4200000001:42
50 Ext. Communities: rt 4200000001:42
56 Ext. Communities: rt 4200000001:42
62 Ext. Communities: ovs invalid rt 127.0.0.1:15 rt 4200000001:42
68 Ext. Communities: rt 4200000001:42
H A Dmrt-table-v2.ok11 Ext. Communities: ovs invalid rt 127.0.0.1:15
27 Ext. Communities: ovs invalid rt 127.0.0.1:15
38 Ext. Communities: rt 4200000001:42
44 Ext. Communities: ovs invalid rt 127.0.0.1:15 rt 4200000001:42
50 Ext. Communities: rt 4200000001:42
56 Ext. Communities: rt 4200000001:42
62 Ext. Communities: ovs invalid rt 127.0.0.1:15 rt 4200000001:42
68 Ext. Communities: rt 4200000001:42
H A Dmrt-table.ok11 Ext. Communities: ovs invalid rt 127.0.0.1:15
27 Ext. Communities: ovs invalid rt 127.0.0.1:15
/openbsd/gnu/llvm/clang/include/clang/Basic/
H A DOpenCLOptions.h132 bool isKnown(llvm::StringRef Ext) const;
137 bool isAvailableOption(llvm::StringRef Ext, const LangOptions &LO) const;
139 bool isWithPragma(llvm::StringRef Ext) const;
143 bool isSupported(llvm::StringRef Ext, const LangOptions &LO) const;
147 bool isSupportedCore(llvm::StringRef Ext, const LangOptions &LO) const;
151 bool isSupportedOptionalCore(llvm::StringRef Ext,
156 bool isSupportedCoreOrOptionalCore(llvm::StringRef Ext,
166 void acceptsPragma(llvm::StringRef Ext, bool V = true);
168 void enable(llvm::StringRef Ext, bool V = true);
173 void support(llvm::StringRef Ext, bool V = true);
[all …]
H A DOpenCLImageTypes.def14 // GENERIC_IMAGE_TYPE_EXT(Type, Id, Ext) - a generic image with its Id and
19 #define IMAGE_READ_TYPE(Type, Id, Ext) GENERIC_IMAGE_TYPE(Type, Id)
20 #define IMAGE_WRITE_TYPE(Type, Id, Ext)
21 #define IMAGE_READ_WRITE_TYPE(Type, Id, Ext)
24 #define IMAGE_READ_TYPE(Type, Id, Ext) GENERIC_IMAGE_TYPE_EXT(Type, Id##ROTy, Ext)
25 #define IMAGE_WRITE_TYPE(Type, Id, Ext) GENERIC_IMAGE_TYPE_EXT(Type, Id##WOTy, Ext)
26 #define IMAGE_READ_WRITE_TYPE(Type, Id, Ext) GENERIC_IMAGE_TYPE_EXT(Type, Id##RWTy, Ext)
30 #define IMAGE_READ_TYPE(Type, Id, Ext) \
34 #define IMAGE_WRITE_TYPE(Type, Id, Ext) \
38 #define IMAGE_READ_WRITE_TYPE(Type, Id, Ext) \
H A DTargetInfo.h1623 #define OPENCLEXTNAME(Ext) \ argument
1624 setFeatureEnabled(getTargetOpts().OpenCLFeaturesMap, #Ext, V);
1630 for (const auto &Ext : getTargetOpts().OpenCLExtensionsAsWritten) { in setCommandLineOpenCLOpts() local
1631 bool IsPrefixed = (Ext[0] == '+' || Ext[0] == '-'); in setCommandLineOpenCLOpts()
1632 std::string Name = IsPrefixed ? Ext.substr(1) : Ext; in setCommandLineOpenCLOpts()
1633 bool V = IsPrefixed ? Ext[0] == '+' : true; in setCommandLineOpenCLOpts()
/openbsd/gnu/usr.bin/perl/cpan/Unicode-Collate/t/
H A Dovercjk0.t62 # 3400..4DB5 are CJK UI Ext.A since UCA_Version 8 (Unicode 3.0).
64 # 20000..2A6D6 are CJK UI Ext.B since UCA_Version 8 (Unicode 3.1).
66 # 2A700..2B734 are CJK UI Ext.C since UCA_Version 20 (Unicode 5.2).
67 # 2B740..2B81D are CJK UI Ext.D since UCA_Version 22 (Unicode 6.0).
106 # Ext.A
112 # Ext.B
120 # Ext.C
126 # Ext.D
132 # Ext.E
138 # Ext.F
[all …]
H A Dcjkrange.t36 # CJK UI Ext > CJK UI.
37 # [ UCA_Version 8: Ext.A < UI and BMP < Ext.B (code point order) ]
65 # Ext.A > UI
106 # Ext.A < Ext.B
109 # Ext.A
116 # Ext.B
125 # Ext.C
132 # Ext.D
139 # Ext.E
146 # Ext.F
[all …]
H A Dcjk_ja.t66 ok($collator->lt("\x{4E02}", "\x{3400}")); # 3400: Ext.A undef in JIS X 0208
68 # Ext.B
/openbsd/gnu/llvm/llvm/lib/Extensions/
H A DExtensions.cpp2 #define HANDLE_EXTENSION(Ext) \ argument
3 llvm::PassPluginLibraryInfo get##Ext##PluginInfo();
10 #define HANDLE_EXTENSION(Ext) \ in extensions_anchor() argument
11 get##Ext##PluginInfo(); in extensions_anchor()
/openbsd/gnu/llvm/llvm/lib/Target/RISCV/
H A DRISCVInstrInfoF.td183 let Predicates = Ext.Predicates, DecoderNamespace = Ext.Space in
184 def Ext.Suffix : FPFMA_rrr_frm<opcode, funct2, opcodestr, Ext.Reg>;
209 let Predicates = Ext.Predicates, DecoderNamespace = Ext.Space in
225 let Predicates = Ext.Predicates, DecoderNamespace = Ext.Space in
226 def Ext.Suffix : FPALU_rr_frm<funct7, opcodestr, Ext.Reg, Commutable>;
251 let Predicates = Ext.Predicates, DecoderNamespace = Ext.Space in
252 def Ext.Suffix : FPUnaryOp_r<funct7, rs2val, funct3, Ext.RdTy, Ext.Rs1Ty,
268 let Predicates = Ext.Predicates, DecoderNamespace = Ext.Space in
269 def Ext.Suffix : FPUnaryOp_r_frm<funct7, rs2val, Ext.RdTy, Ext.Rs1Ty,
282 OpcodeStr, Ext.RdTy, Ext.Rs1Ty>;
[all …]
/openbsd/gnu/llvm/clang/lib/Frontend/
H A DTestModuleFileExtension.cpp37 auto Ext = static_cast<TestModuleFileExtension *>(getExtension()); in writeExtensionContents() local
39 OS << "Hello from " << Ext->BlockName << " v" << Ext->MajorVersion << "." in writeExtensionContents()
40 << Ext->MinorVersion; in writeExtensionContents()
46 TestModuleFileExtension::Reader::Reader(ModuleFileExtension *Ext, in Reader() argument
48 : ModuleFileExtensionReader(Ext), Stream(InStream) in Reader()
H A DTestModuleFileExtension.h30 Writer(ModuleFileExtension *Ext) : ModuleFileExtensionWriter(Ext) { } in Writer() argument
43 Reader(ModuleFileExtension *Ext, const llvm::BitstreamCursor &InStream);
/openbsd/gnu/llvm/llvm/include/llvm/Support/
H A DRISCVISAInfo.h78 bool hasExtension(StringRef Ext) const;
83 static bool isSupportedExtensionFeature(StringRef Ext);
84 static bool isSupportedExtension(StringRef Ext);
85 static bool isSupportedExtension(StringRef Ext, unsigned MajorVersion,
/openbsd/gnu/llvm/llvm/tools/llvm-rc/
H A DResourceScriptCppFilter.cpp92 StringRef Ext = Line.rsplit('.').second; in parseLine() local
94 if (Ext.equals_insensitive("h") || Ext.equals_insensitive("c")) { in parseLine()
/openbsd/gnu/llvm/llvm/tools/bugpoint/
H A Dbugpoint.cpp133 #define HANDLE_EXTENSION(Ext) \ argument
134 llvm::PassPluginLibraryInfo get##Ext##PluginInfo();
221 #define HANDLE_EXTENSION(Ext) \ in main() argument
222 (void)get##Ext##PluginInfo(); in main()
/openbsd/gnu/llvm/clang/utils/TableGen/
H A DClangOpenCLBuiltinEmitter.cpp752 for (StringRef Ext : ExtVec) { in EmitMacroChecks() local
753 if (Ext != ExtVec.front()) in EmitMacroChecks()
755 OS << "S.getPreprocessor().isMacroDefined(\"" << Ext << "\")"; in EmitMacroChecks()
1084 StringRef Ext = in expandTypesInSignature() local
1087 TypeExtMap.insert({FullType, Ext}); in expandTypesInSignature()
1136 for (StringRef Ext : ExtVec) { in emitExtensionGuard() local
1140 OS << " defined(" << Ext << ")"; in emitExtensionGuard()
1183 for (const auto Ext : ExtVec) { in emitTypeExtensionGuards() local
1184 ExtSet.insert(Ext); in emitTypeExtensionGuards()
1195 for (const auto Ext : ExtSet) { in emitTypeExtensionGuards() local
[all …]
/openbsd/gnu/llvm/clang/lib/AST/
H A DDeclObjC.cpp410 for (const auto *Ext : known_extensions()) { in collectPropertiesToImplement() local
411 const ObjCCategoryDecl *ClassExt = Ext; in collectPropertiesToImplement()
565 for (const auto *MD : Ext->instance_methods()) in getDesignatedInitializers()
1026 for (auto *Ext : IFD->known_extensions()) in getCanonicalDecl() local
1435 if (Ext == Container) in findPropertyDecl()
1687 for (const auto *Ext : known_extensions()) { in all_declared_ivar_begin() local
1688 (void)Ext->ivar_empty(); in all_declared_ivar_begin()
1697 for (const auto *Ext : known_extensions()) { in all_declared_ivar_begin() local
1698 if (!Ext->ivar_empty()) { in all_declared_ivar_begin()
1700 I = Ext->ivar_begin(), in all_declared_ivar_begin()
[all …]
/openbsd/gnu/llvm/clang/lib/Tooling/DependencyScanning/
H A DDependencyScanningFilesystem.cpp168 StringRef Ext = llvm::sys::path::extension(Filename); in shouldScanForDirectivesBasedOnExtension() local
169 if (Ext.empty()) in shouldScanForDirectivesBasedOnExtension()
171 return llvm::StringSwitch<bool>(Ext) in shouldScanForDirectivesBasedOnExtension()
181 StringRef Ext = llvm::sys::path::extension(Filename); in shouldCacheStatFailures() local
182 if (Ext.empty()) in shouldCacheStatFailures()
/openbsd/gnu/llvm/llvm/include/llvm/Transforms/Utils/
H A DCloning.h332 StringRef Ext, LLVMContext &Context);
346 LLVMContext &Context, StringRef Ext);
353 LLVMContext &Context, StringRef Ext);
/openbsd/gnu/llvm/llvm/tools/opt/
H A DNewPMDriver.cpp319 #define HANDLE_EXTENSION(Ext) \ argument
320 llvm::PassPluginLibraryInfo get##Ext##PluginInfo();
422 #define HANDLE_EXTENSION(Ext) \ in runPassPipeline() argument
423 get##Ext##PluginInfo().RegisterPassBuilderCallbacks(PB); in runPassPipeline()
/openbsd/gnu/llvm/llvm/lib/Transforms/InstCombine/
H A DInstCombineVectorOps.cpp183 if (!match(Ext.getVectorOperand(), m_BitCast(m_Value(X))) || in foldBitcastExtElt()
184 !match(Ext.getIndexOperand(), m_ConstantInt(ExtIndexC))) in foldBitcastExtElt()
189 Type *DestTy = Ext.getType(); in foldBitcastExtElt()
207 Ext.getVectorOperand()->hasOneUse())) { in foldBitcastExtElt()
293 if (!X->hasOneUse() || !Ext.getVectorOperand()->hasOneUse()) in foldBitcastExtElt()
304 if (!Ext.getVectorOperand()->hasOneUse()) in foldBitcastExtElt()
1719 if (Instruction *Ext = narrowInsElt(IE, Builder)) in visitInsertElementInst() local
1720 return Ext; in visitInsertElementInst()
1723 return Ext; in visitInsertElementInst()
2926 auto *Ext = Builder.CreateExtractElement( in visitShuffleVectorInst() local
[all …]

1234567