Home
last modified time | relevance | path

Searched refs:OM (Results 1 – 25 of 42) sorted by relevance

12

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Bitcode/Writer/
H A DValueEnumerator.cpp81 static void orderValue(const Value *V, OrderMap &OM) { in orderValue() argument
82 if (OM.lookup(V).first) in orderValue()
89 orderValue(Op, OM); in orderValue()
92 orderValue(CE->getShuffleMaskForBitcode(), OM); in orderValue()
98 OM.index(V); in orderValue()
104 OrderMap OM; in orderModule() local
114 orderValue(G.getInitializer(), OM); in orderModule()
117 orderValue(A.getAliasee(), OM); in orderModule()
120 orderValue(I.getResolver(), OM); in orderModule()
124 orderValue(U.get(), OM); in orderModule()
[all …]
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DExternalASTMerger.h86 const OriginMap &OM; variable
95 ImporterSource(ASTContext &AST, FileManager &FM, const OriginMap &OM,
97 : AST(AST), FM(FM), OM(OM), Temporary(Temporary), Merger(Merger) {} in AST()
100 const OriginMap &getOriginMap() const { return OM; } in getOriginMap()
/netbsd-src/external/apache2/llvm/dist/clang/lib/ARCMigrate/
H A DObjCMT.cpp58 ObjCMethodDecl *OM);
59 bool migrateProperty(ASTContext &Ctx, ObjCContainerDecl *D, ObjCMethodDecl *OM);
60 void migrateNsReturnsInnerPointer(ASTContext &Ctx, ObjCMethodDecl *OM);
63 ObjCMethodDecl *OM,
958 ObjCMethodDecl *OM) { in ReplaceWithInstancetype() argument
959 if (OM->getReturnType() == Ctx.getObjCInstanceType()) in ReplaceWithInstancetype()
964 if (TypeSourceInfo *TSInfo = OM->getReturnTypeSourceInfo()) { in ReplaceWithInstancetype()
970 R = SourceRange(OM->getBeginLoc(), OM->getBeginLoc()); in ReplaceWithInstancetype()
971 ClassString = OM->isInstanceMethod() ? '-' : '+'; in ReplaceWithInstancetype()
980 ObjCMethodDecl *OM) { in ReplaceWithClasstype() argument
[all …]
/netbsd-src/external/apache2/llvm/dist/llvm/utils/TableGen/
H A DGlobalISelEmitter.cpp927 void defineOperand(StringRef SymbolicName, OperandMatcher &OM);
929 void definePhysRegOperand(Record *Reg, OperandMatcher &OM);
2298 OperandMatcher *OM = new OperandMatcher(*this, OpIdx, "", TempOpIdx); in addPhysRegInput() local
2299 Operands.emplace_back(OM); in addPhysRegInput()
2300 Rule.definePhysRegOperand(Reg, *OM); in addPhysRegInput()
2302 return *OM; in addPhysRegInput()
2498 for (auto &OM : Operands) in optimize() local
2499 for (auto &OP : OM->predicates()) in optimize()
2502 OM->eraseNullPredicates(); in optimize()
2513 for (auto &OM : Operands) { in optimize() local
[all …]
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DCXXInheritance.cpp558 for (CXXFinalOverriderMap::iterator OM = BaseOverriders->begin(), in Collect() local
560 OM != OMEnd; in Collect()
561 ++OM) { in Collect()
562 const CXXMethodDecl *CanonOM = OM->first->getCanonicalDecl(); in Collect()
563 Overriders[CanonOM].add(OM->second); in Collect()
599 for (const CXXMethodDecl *OM : Stack.pop_back_val()) { in Collect() local
600 const CXXMethodDecl *CanonOM = OM->getCanonicalDecl(); in Collect()
649 for (auto &OM : FinalOverriders) { in getFinalOverriders() local
650 for (auto &SO : OM.second) { in getFinalOverriders()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/
H A DAsmWriter.cpp128 static void orderValue(const Value *V, OrderMap &OM) { in orderValue() argument
129 if (OM.lookup(V).first) in orderValue()
136 orderValue(Op, OM); in orderValue()
140 OM.index(V); in orderValue()
144 OrderMap OM; in orderModule() local
149 orderValue(G.getInitializer(), OM); in orderModule()
150 orderValue(&G, OM); in orderModule()
154 orderValue(A.getAliasee(), OM); in orderModule()
155 orderValue(&A, OM); in orderModule()
159 orderValue(I.getResolver(), OM); in orderModule()
[all …]
/netbsd-src/external/apache2/llvm/dist/llvm/utils/lit/tests/Inputs/shtest-shell/
H A Dvalid-shell.txt148 # NP-CAT-OUTPUT-NEXT: M-^LM-^MM-^NM-^OM-^PM-^QM-^RM-^SM-^TM-^UM-^VM-^WM-^XM-^YM-^ZM-^[M-^\M-^]M-^^M…
151 # NP-CAT-OUTPUT-NEXT: M-HM-IM-JM-KM-LM-MM-NM-OM-PM-QM-RM-SM-TM-UM-VM-WM-XM-YM-ZM-[
166 # NPLONG-CAT-OUTPUT-NEXT: M-^LM-^MM-^NM-^OM-^PM-^QM-^RM-^SM-^TM-^UM-^VM-^WM-^XM-^YM-^ZM-^[M-^\M-^]M…
169 # NPLONG-CAT-OUTPUT-NEXT: M-HM-IM-JM-KM-LM-MM-NM-OM-PM-QM-RM-SM-TM-UM-VM-WM-XM-YM-ZM-[
/netbsd-src/external/bsd/ntp/dist/html/hints/
H A Drefclocks29 127.127.11.x Kinemetrics Truetime OM-DC OMEGA Receiver
H A Dsgi67 out /usr/sysgen/master.d/[sduart|cdsio]). I have a Kinemetrics OM-DC
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/
H A DBitTracker.cpp1003 BitMask OM = ME.mask(OldRR.Reg, OldRR.Sub); in subst() local
1005 uint16_t OMB = OM.first(), OME = OM.last(); in subst()
/netbsd-src/external/gpl2/gettext/dist/gettext-tools/doc/
H A DISO_3166191 OM Oman
H A Diso-3166.texi337 @item OM
H A DISO_3166_de178 OM OMN Oman
/netbsd-src/external/public-domain/tz/dist/
H A Diso3166.tab202 OM Oman
H A Dzone1970.tab40 AE,OM,RE,SC,TF +2518+05518 Asia/Dubai Crozet
H A Dzone.tab305 OM +2336+05835 Asia/Muscat
/netbsd-src/external/bsd/less/dist/
H A Dless.hlp2 SSUUMMMMAARRYY OOFF LLEESSSS CCOOMMMMAANNDDSS
99 MMIISSCCEELLLLAANNEEOOUUSS CCOOMMMMAANNDDSS
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dgimple.def103 /* GIMPLE_ASM <STRING, I1, ..., IN, O1, ... OM, C1, ..., CP>
108 O1 ... OM are the M output operands.
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dgimple.def103 /* GIMPLE_ASM <STRING, I1, ..., IN, O1, ... OM, C1, ..., CP>
108 O1 ... OM are the M output operands.
/netbsd-src/external/bsd/libbind/dist/doc/
H A Dhesiod.cat346 If the environment variable HHEESS__DDOOMMAAIINN is set, it will override the
/netbsd-src/share/misc/
H A Dcountry185 Oman OM OMN 512 MU
/netbsd-src/external/apache2/llvm/dist/clang/lib/Serialization/
H A DASTReader.cpp3854 ModuleFile *OM = (Kind == MK_PrebuiltModule || Kind == MK_ExplicitModule || in ReadModuleOffsetMap() local
3858 if (!OM) { in ReadModuleOffsetMap()
3891 mapOffset(SLocOffset, OM->SLocEntryBaseOffset, SLocRemap); in ReadModuleOffsetMap()
3892 mapOffset(IdentifierIDOffset, OM->BaseIdentifierID, IdentifierRemap); in ReadModuleOffsetMap()
3893 mapOffset(MacroIDOffset, OM->BaseMacroID, MacroRemap); in ReadModuleOffsetMap()
3894 mapOffset(PreprocessedEntityIDOffset, OM->BasePreprocessedEntityID, in ReadModuleOffsetMap()
3896 mapOffset(SubmoduleIDOffset, OM->BaseSubmoduleID, SubmoduleRemap); in ReadModuleOffsetMap()
3897 mapOffset(SelectorIDOffset, OM->BaseSelectorID, SelectorRemap); in ReadModuleOffsetMap()
3898 mapOffset(DeclIDOffset, OM->BaseDeclID, DeclRemap); in ReadModuleOffsetMap()
3899 mapOffset(TypeIndexOffset, OM->BaseTypeIndex, TypeRemap); in ReadModuleOffsetMap()
[all …]
/netbsd-src/external/gpl3/gcc/dist/contrib/unicode/
H A DEastAsianWidth.txt351 0950;N # Lo DEVANAGARI OM
428 0AD0;N # Lo GUJARATI OM
479 0BD0;N # Lo TAMIL OM
594 0F00;N # Lo TIBETAN SYLLABLE OM
1564 A8FD..A8FE;N # Lo [2] DEVANAGARI JAIN OM..DEVANAGARI LETTER AY
1968 111C1..111C4;N # Lo [4] SHARADA SIGN AVAGRAHA..SHARADA OM
2016 11350;N # Lo GRANTHA OM
2047 114C7;N # Lo TIRHUTA OM
2099 118FF;N # Lo WARANG CITI OM
2188 11D98;N # Lo GUNJALA GONDI OM
/netbsd-src/external/gpl3/gcc.old/dist/contrib/unicode/
H A DEastAsianWidth.txt351 0950;N # Lo DEVANAGARI OM
428 0AD0;N # Lo GUJARATI OM
479 0BD0;N # Lo TAMIL OM
593 0F00;N # Lo TIBETAN SYLLABLE OM
1559 A8FD..A8FE;N # Lo [2] DEVANAGARI JAIN OM..DEVANAGARI LETTER AY
1954 111C1..111C4;N # Lo [4] SHARADA SIGN AVAGRAHA..SHARADA OM
2000 11350;N # Lo GRANTHA OM
2031 114C7;N # Lo TIRHUTA OM
2083 118FF;N # Lo WARANG CITI OM
2155 11D98;N # Lo GUNJALA GONDI OM
/netbsd-src/external/gpl3/gdb/dist/sim/rx/
H A DChangeLog-2021586 (PD, PS, PS2, GD, GS, GS2, DSZ, SSZ, S2SZ, US1, US2, OM): "opcode"

12