Home
last modified time | relevance | path

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

12

/freebsd/contrib/llvm-project/llvm/lib/Target/DirectX/DXILWriter/
H A DDXILValueEnumerator.cpp85 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 DValueEnumerator.cpp77 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 Dfa_IR.UTF-8.src49 %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 Dfa_AF.UTF-8.src49 %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 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()
/freebsd/contrib/llvm-project/llvm/utils/TableGen/
H A DGlobalISelEmitter.cpp393 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 DGlobalISelCombinerEmitter.cpp99 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 DGlobalISelCombinerMatchTableEmitter.cpp
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DCXXInheritance.cpp507 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 DGlobalISelMatchTable.cpp712 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 DGlobalISelMatchTable.h653 void defineOperand(StringRef SymbolicName, OperandMatcher &OM);
655 void definePhysRegOperand(const Record *Reg, OperandMatcher &OM);
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DAsmWriter.cpp124 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 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
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DBitTracker.cpp996 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 DAPINotesWriter.cpp837 for (auto &OM : ObjCMethods) in writeObjCMethodBlock() local
838 Generator.insert(OM.first, OM.second); in writeObjCMethodBlock()
/freebsd/contrib/less/
H A Dless.hlp2 SSUUMMMMAARRYY OOFF LLEESSSS CCOOMMMMAANNDDSS
109 MMIISSCCEELLLLAANNEEOOUUSS CCOOMMMMAANNDDSS
/freebsd/tools/tools/locale/etc/charmaps/
H A DISCII-DEV.TXT96 # the code points alone. For example, the character DEVANAGARI OM
241 0xA1+0xE9 0x0950 # DEVANAGARI OM
/freebsd/share/i18n/csmapper/APPLE/
H A DGUJARATI%UCS.src100 # the code points alone. For example, the character GUJARATI OM
H A DUCS%GUJARATI.src100 # the code points alone. For example, the character GUJARATI OM
H A DDEVANAGA%UCS.src101 # the code points alone. For example, the character DEVANAGARI OM
H A DUCS%DEVANAGA.src101 # the code points alone. For example, the character DEVANAGARI OM
/freebsd/share/misc/
H A Diso3166187 OM OMN 512 Oman
/freebsd/usr.sbin/tzsetup/
H A Dbaseline441 OM:Oman
/freebsd/contrib/tzdata/
H A Dzone.tab306 OM +2336+05835 Asia/Muscat

12