| /freebsd/contrib/llvm-project/llvm/lib/Target/DirectX/DXILWriter/ |
| H A D | DXILValueEnumerator.cpp | 85 static void orderValue(const Value *V, OrderMap &OM) { in orderValue() argument 86 if (OM.lookup(V).first) in orderValue() 93 orderValue(Op, OM); in orderValue() 96 orderValue(CE->getShuffleMaskForBitcode(), OM); in orderValue() 102 OM.index(V); in orderValue() 108 OrderMap OM; in orderModule() local 118 orderValue(G.getInitializer(), OM); in orderModule() 121 orderValue(A.getAliasee(), OM); in orderModule() 124 orderValue(I.getResolver(), OM); in orderModule() 128 orderValue(U.get(), OM); in orderModule() [all …]
|
| /freebsd/contrib/llvm-project/llvm/lib/Bitcode/Writer/ |
| H A D | ValueEnumerator.cpp | 77 static void orderValue(const Value *V, OrderMap &OM) { in orderValue() argument 78 if (OM.lookup(V).first) in orderValue() 85 orderValue(Op, OM); in orderValue() 88 orderValue(CE->getShuffleMaskForBitcode(), OM); in orderValue() 94 OM.index(V); in orderValue() 100 OrderMap OM; in orderModule() local 111 orderValue(&G, OM); in orderModule() 113 orderValue(&A, OM); in orderModule() 115 orderValue(&I, OM); in orderModule() 117 orderValue(&F, OM); in orderModule() [all …]
|
| /freebsd/share/timedef/ |
| H A D | fa_IR.UTF-8.src | 49 %OH:%OM:%OS 55 %Oe %B %Oy، ساعت %OH:%OM:%OS (%Z) 62 %Oe %B %Oy، ساعت %OH:%OM:%OS (%Z) 82 %OI:%OM:%OS %p
|
| H A D | fa_AF.UTF-8.src | 49 %OH:%OM:%OS 55 %Oe %B %Oy، ساعت %OH:%OM:%OS (%Z) 62 %Oe %B %Oy، ساعت %OH:%OM:%OS (%Z) 82 %OI:%OM:%OS %p
|
| /freebsd/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | ExternalASTMerger.h | 86 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()
|
| /freebsd/contrib/llvm-project/llvm/utils/TableGen/ |
| H A D | GlobalISelEmitter.cpp | 393 Error importComplexPatternOperandMatcher(OperandMatcher &OM, const Record *R, 793 OperandMatcher &OM = InsnMatcher.addOperand(OpIdx++, "", TempOpIdx); in createAndImportSelDAGMatcher() local 794 if (auto Error = OM.addTypeCheckPredicate(VTy, OperandIsAPointer)) in createAndImportSelDAGMatcher() 852 OperandMatcher &OM = in createAndImportSelDAGMatcher() local 854 OM.addPredicate<LiteralIntOperandMatcher>(SrcIntInit->getValue()); in createAndImportSelDAGMatcher() 887 OperandMatcher &OM = InsnMatcher.addOperand( in createAndImportSelDAGMatcher() local 893 OM.addPredicate<CmpPredicateOperandMatcher>(PredType.str()); in createAndImportSelDAGMatcher() 934 OperandMatcher &OM = InsnMatcher.addOperand( in createAndImportSelDAGMatcher() local 936 OM.addPredicate<IntrinsicIDOperandMatcher>(II); in createAndImportSelDAGMatcher() 959 OperandMatcher &OM, const Record *R, unsigned &TempOpIdx) const { in importComplexPatternOperandMatcher() argument [all …]
|
| H A D | GlobalISelCombinerEmitter.cpp | 99 void declareOperandExpansion(CodeExpansions &CE, const OperandMatcher &OM, in declareOperandExpansion() argument 101 if (OM.isVariadic()) { in declareOperandExpansion() 103 to_string(OM.getInsnVarID()) + "], " + in declareOperandExpansion() 104 to_string(OM.getOpIdx()) + ")"); in declareOperandExpansion() 106 CE.declare(Name, "State.MIs[" + to_string(OM.getInsnVarID()) + in declareOperandExpansion() 107 "]->getOperand(" + to_string(OM.getOpIdx()) + ")"); in declareOperandExpansion() 996 auto &OM = RM.getOperandMatcher(PT.getTypeOfOpName()); in getLLTCodeGenOrTempType() local 997 if (OM.isVariadic()) { in getLLTCodeGenOrTempType() 999 OM.getSymbolicName() + "' is a variadic pack operand"); in getLLTCodeGenOrTempType() 1002 return OM.getTempTypeIdx(RM); in getLLTCodeGenOrTempType() [all …]
|
| H A D | GlobalISelCombinerMatchTableEmitter.cpp | |
| /freebsd/contrib/llvm-project/clang/lib/AST/ |
| H A D | CXXInheritance.cpp | 507 for (CXXFinalOverriderMap::iterator OM = BaseOverriders->begin(), in Collect() local 509 OM != OMEnd; in Collect() 510 ++OM) { in Collect() 511 const CXXMethodDecl *CanonOM = OM->first->getCanonicalDecl(); in Collect() 512 Overriders[CanonOM].add(OM->second); in Collect() 548 for (const CXXMethodDecl *OM : Stack.pop_back_val()) { in Collect() local 549 const CXXMethodDecl *CanonOM = OM->getCanonicalDecl(); in Collect() 598 for (auto &OM : FinalOverriders) { in getFinalOverriders() local 599 for (auto &SO : OM.second) { in getFinalOverriders()
|
| /freebsd/contrib/llvm-project/llvm/utils/TableGen/Common/GlobalISel/ |
| H A D | GlobalISelMatchTable.cpp | 712 for (auto &OM : InsnMatcher.operands()) { in optimize() local 719 for (auto &OP : OM->predicates()) in optimize() 722 OM->eraseNullPredicates(); in optimize() 762 for (auto &OM : Matcher.operands()) in hasFirstCondition() local 763 for (auto &OP : OM->predicates()) in hasFirstCondition() 778 for (auto &OM : Matcher.operands()) in getFirstCondition() local 779 for (auto &OP : OM->predicates()) in getFirstCondition() 796 for (auto &OM : Matcher.operands()) in popFirstCondition() local 797 for (auto &OP : OM->predicates()) in popFirstCondition() 800 OM->eraseNullPredicates(); in popFirstCondition() [all …]
|
| H A D | GlobalISelMatchTable.h | 653 void defineOperand(StringRef SymbolicName, OperandMatcher &OM); 655 void definePhysRegOperand(const Record *Reg, OperandMatcher &OM);
|
| /freebsd/contrib/llvm-project/llvm/lib/IR/ |
| H A D | AsmWriter.cpp | 124 static void orderValue(const Value *V, OrderMap &OM) { in orderValue() argument 125 if (OM.lookup(V)) in orderValue() 135 orderValue(Op, OM); in orderValue() 140 unsigned ID = OM.size() + 1; in orderValue() 141 OM[V] = ID; in orderValue() 145 OrderMap OM; in orderModule() local 147 auto orderConstantValue = [&OM](const Value *V) { in orderModule() 149 orderValue(V, OM); in orderModule() 164 orderValue(G.getInitializer(), OM); in orderModule() 165 orderValue(&G, OM); in orderModule() [all …]
|
| /freebsd/contrib/ntp/html/hints/ |
| H A D | refclocks | 29 127.127.11.x Kinemetrics Truetime OM-DC OMEGA Receiver
|
| H A D | sgi | 67 out /usr/sysgen/master.d/[sduart|cdsio]). I have a Kinemetrics OM-DC
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/ |
| H A D | BitTracker.cpp | 996 BitMask OM = ME.mask(OldRR.Reg, OldRR.Sub); in subst() local 998 uint16_t OMB = OM.first(), OME = OM.last(); in subst()
|
| /freebsd/contrib/llvm-project/clang/lib/APINotes/ |
| H A D | APINotesWriter.cpp | 837 for (auto &OM : ObjCMethods) in writeObjCMethodBlock() local 838 Generator.insert(OM.first, OM.second); in writeObjCMethodBlock()
|
| /freebsd/contrib/less/ |
| H A D | less.hlp | 2 SSUUMMMMAARRYY OOFF LLEESSSS CCOOMMMMAANNDDSS 109 MMIISSCCEELLLLAANNEEOOUUSS CCOOMMMMAANNDDSS
|
| /freebsd/tools/tools/locale/etc/charmaps/ |
| H A D | ISCII-DEV.TXT | 96 # the code points alone. For example, the character DEVANAGARI OM 241 0xA1+0xE9 0x0950 # DEVANAGARI OM
|
| /freebsd/share/i18n/csmapper/APPLE/ |
| H A D | GUJARATI%UCS.src | 100 # the code points alone. For example, the character GUJARATI OM
|
| H A D | UCS%GUJARATI.src | 100 # the code points alone. For example, the character GUJARATI OM
|
| H A D | DEVANAGA%UCS.src | 101 # the code points alone. For example, the character DEVANAGARI OM
|
| H A D | UCS%DEVANAGA.src | 101 # the code points alone. For example, the character DEVANAGARI OM
|
| /freebsd/share/misc/ |
| H A D | iso3166 | 187 OM OMN 512 Oman
|
| /freebsd/usr.sbin/tzsetup/ |
| H A D | baseline | 441 OM:Oman
|
| /freebsd/contrib/tzdata/ |
| H A D | zone.tab | 306 OM +2336+05835 Asia/Muscat
|