/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/clang/lib/ARCMigrate/ |
H A D | ObjCMT.cpp | 58 ObjCMethodDecl *OM); 59 bool migrateProperty(ASTContext &Ctx, ObjCContainerDecl *D, ObjCMethodDecl *OM); 60 void migrateNsReturnsInnerPointer(ASTContext &Ctx, ObjCMethodDecl *OM); 63 ObjCMethodDecl *OM, 954 ObjCMethodDecl *OM) { in ReplaceWithInstancetype() argument 955 if (OM->getReturnType() == Ctx.getObjCInstanceType()) in ReplaceWithInstancetype() 960 if (TypeSourceInfo *TSInfo = OM->getReturnTypeSourceInfo()) { in ReplaceWithInstancetype() 966 R = SourceRange(OM->getBeginLoc(), OM->getBeginLoc()); in ReplaceWithInstancetype() 967 ClassString = OM->isInstanceMethod() ? '-' : '+'; in ReplaceWithInstancetype() 976 ObjCMethodDecl *OM) { in ReplaceWithClasstype() argument [all …]
|
/freebsd/contrib/llvm-project/llvm/utils/TableGen/ |
H A D | GlobalISelEmitter.cpp | 391 Error importComplexPatternOperandMatcher(OperandMatcher &OM, Record *R, 753 OperandMatcher &OM = InsnMatcher.addOperand(OpIdx++, "", TempOpIdx); in createAndImportSelDAGMatcher() local 754 if (auto Error = OM.addTypeCheckPredicate(VTy, OperandIsAPointer)) in createAndImportSelDAGMatcher() 821 OperandMatcher &OM = in createAndImportSelDAGMatcher() local 823 OM.addPredicate<LiteralIntOperandMatcher>(SrcIntInit->getValue()); in createAndImportSelDAGMatcher() 859 OperandMatcher &OM = in createAndImportSelDAGMatcher() local 865 OM.addPredicate<CmpPredicateOperandMatcher>(std::string(PredType)); in createAndImportSelDAGMatcher() 906 OperandMatcher &OM = in createAndImportSelDAGMatcher() local 908 OM.addPredicate<IntrinsicIDOperandMatcher>(II); in createAndImportSelDAGMatcher() 931 OperandMatcher &OM, Record *R, unsigned &TempOpIdx) const { in importComplexPatternOperandMatcher() argument [all …]
|
H A D | GlobalISelCombinerEmitter.cpp | 100 void declareOperandExpansion(CodeExpansions &CE, const OperandMatcher &OM, in declareOperandExpansion() argument 102 CE.declare(Name, "State.MIs[" + to_string(OM.getInsnVarID()) + in declareOperandExpansion() 103 "]->getOperand(" + to_string(OM.getOpIdx()) + ")"); in declareOperandExpansion() 139 auto &OM = RM.getOperandMatcher(PT.getTypeOfOpName()); in getLLTCodeGenOrTempType() local 140 return OM.getTempTypeIdx(RM); in getLLTCodeGenOrTempType() 2133 OperandMatcher &OM = IM.addOperand(P.getNumInstDefs(), "$intrinsic_id", in emitCodeGenInstructionMatchPattern() local 2135 OM.addPredicate<IntrinsicIDOperandMatcher>(P.getIntrinsic()); in emitCodeGenInstructionMatchPattern() 2173 OperandMatcher &OM = in emitCodeGenInstructionMatchPattern() local 2176 declareOperandExpansion(CE, OM, OriginalO.getOperandName()); in emitCodeGenInstructionMatchPattern() 2181 OM.addPredicate<LiteralIntOperandMatcher>(RemappedO.getImmValue()); in emitCodeGenInstructionMatchPattern() [all …]
|
H A D | GlobalISelCombinerMatchTableEmitter.cpp |
|
/freebsd/contrib/llvm-project/clang/lib/AST/ |
H A D | CXXInheritance.cpp | 558 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()
|
/freebsd/contrib/llvm-project/llvm/utils/TableGen/Common/GlobalISel/ |
H A D | GlobalISelMatchTable.cpp | 707 for (auto &OM : InsnMatcher.operands()) { in optimize() local 714 for (auto &OP : OM->predicates()) in optimize() 717 OM->eraseNullPredicates(); in optimize() 757 for (auto &OM : Matcher.operands()) in hasFirstCondition() local 758 for (auto &OP : OM->predicates()) in hasFirstCondition() 773 for (auto &OM : Matcher.operands()) in getFirstCondition() local 774 for (auto &OP : OM->predicates()) in getFirstCondition() 791 for (auto &OM : Matcher.operands()) in popFirstCondition() local 792 for (auto &OP : OM->predicates()) in popFirstCondition() 795 OM->eraseNullPredicates(); in popFirstCondition() [all …]
|
H A D | GlobalISelMatchTable.h | 644 void defineOperand(StringRef SymbolicName, OperandMatcher &OM); 646 void definePhysRegOperand(Record *Reg, OperandMatcher &OM);
|
/freebsd/contrib/llvm-project/llvm/lib/IR/ |
H A D | AsmWriter.cpp | 113 static void orderValue(const Value *V, OrderMap &OM) { in orderValue() argument 114 if (OM.lookup(V)) in orderValue() 121 orderValue(Op, OM); in orderValue() 125 unsigned ID = OM.size() + 1; in orderValue() 126 OM[V] = ID; in orderValue() 130 OrderMap OM; in orderModule() local 135 orderValue(G.getInitializer(), OM); in orderModule() 136 orderValue(&G, OM); in orderModule() 140 orderValue(A.getAliasee(), OM); in orderModule() 141 orderValue(&A, 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 | 1002 BitMask OM = ME.mask(OldRR.Reg, OldRR.Sub); in subst() local 1004 uint16_t OMB = OM.first(), OME = OM.last(); in subst()
|
/freebsd/contrib/llvm-project/clang/lib/APINotes/ |
H A D | APINotesWriter.cpp | 819 for (auto &OM : ObjCMethods) in writeObjCMethodBlock() local 820 Generator.insert(OM.first, OM.second); in writeObjCMethodBlock()
|
/freebsd/contrib/less/ |
H A D | less.hlp | 2 SSUUMMMMAARRYY OOFF LLEESSSS CCOOMMMMAANNDDSS 99 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
|