Home
last modified time | relevance | path

Searched refs:MN (Results 1 – 25 of 456) sorted by relevance

12345678910>>...19

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Support/
DYAMLTraits.cpp130 MapHNode *MN = dyn_cast_or_null<MapHNode>(CurrentNode); in beginMapping() local
131 if (MN) { in beginMapping()
132 MN->ValidKeys.clear(); in beginMapping()
137 MapHNode *MN = dyn_cast<MapHNode>(CurrentNode); in keys() local
139 if (!MN) { in keys()
143 for (auto &P : MN->Mapping) in keys()
162 MapHNode *MN = dyn_cast<MapHNode>(CurrentNode); in preflightKey() local
163 if (!MN) { in preflightKey()
168 MN->ValidKeys.push_back(Key); in preflightKey()
169 HNode *Value = MN->Mapping[Key].get(); in preflightKey()
[all …]
/external/llvm/lib/Support/
DYAMLTraits.cpp118 MapHNode *MN = dyn_cast_or_null<MapHNode>(CurrentNode); in beginMapping() local
119 if (MN) { in beginMapping()
120 MN->ValidKeys.clear(); in beginMapping()
138 MapHNode *MN = dyn_cast<MapHNode>(CurrentNode); in preflightKey() local
139 if (!MN) { in preflightKey()
143 MN->ValidKeys.push_back(Key); in preflightKey()
144 HNode *Value = MN->Mapping[Key].get(); in preflightKey()
165 MapHNode *MN = dyn_cast_or_null<MapHNode>(CurrentNode); in endMapping() local
166 if (!MN) in endMapping()
168 for (const auto &NN : MN->Mapping) { in endMapping()
[all …]
/external/llvm/utils/TableGen/
DDAGISelMatcherEmitter.cpp507 const EmitMergeInputChainsMatcher *MN = in EmitMatcher() local
511 if (MN->getNumNodes() == 1 && MN->getNode(0) < 3) { in EmitMatcher()
512 OS << "OPC_EmitMergeInputChains1_" << MN->getNode(0) << ",\n"; in EmitMatcher()
516 OS << "OPC_EmitMergeInputChains, " << MN->getNumNodes() << ", "; in EmitMatcher()
517 for (unsigned i = 0, e = MN->getNumNodes(); i != e; ++i) in EmitMatcher()
518 OS << MN->getNode(i) << ", "; in EmitMatcher()
520 return 2+MN->getNumNodes(); in EmitMatcher()
/external/swiftshader/third_party/LLVM/utils/TableGen/
DDAGISelMatcherEmitter.cpp465 const EmitMergeInputChainsMatcher *MN = in EmitMatcher() local
469 if (MN->getNumNodes() == 1 && MN->getNode(0) < 2) { in EmitMatcher()
470 OS << "OPC_EmitMergeInputChains1_" << MN->getNode(0) << ",\n"; in EmitMatcher()
474 OS << "OPC_EmitMergeInputChains, " << MN->getNumNodes() << ", "; in EmitMatcher()
475 for (unsigned i = 0, e = MN->getNumNodes(); i != e; ++i) in EmitMatcher()
476 OS << MN->getNode(i) << ", "; in EmitMatcher()
478 return 2+MN->getNumNodes(); in EmitMatcher()
/external/swiftshader/third_party/llvm-7.0/llvm/utils/TableGen/
DDAGISelMatcherEmitter.cpp622 const EmitMergeInputChainsMatcher *MN = in EmitMatcher() local
626 if (MN->getNumNodes() == 1 && MN->getNode(0) < 3) { in EmitMatcher()
627 OS << "OPC_EmitMergeInputChains1_" << MN->getNode(0) << ",\n"; in EmitMatcher()
631 OS << "OPC_EmitMergeInputChains, " << MN->getNumNodes() << ", "; in EmitMatcher()
632 for (unsigned i = 0, e = MN->getNumNodes(); i != e; ++i) in EmitMatcher()
633 OS << MN->getNode(i) << ", "; in EmitMatcher()
635 return 2+MN->getNumNodes(); in EmitMatcher()
/external/vixl/src/aarch64/
Ddisasm-aarch64.cc722 #define PAUTH_CASE(NAME, MN) \ in VisitDataProcessing1Source() argument
724 mnemonic = MN "a"; \ in VisitDataProcessing1Source()
728 mnemonic = MN "za"; \ in VisitDataProcessing1Source()
732 mnemonic = MN "b"; \ in VisitDataProcessing1Source()
736 mnemonic = MN "zb"; \ in VisitDataProcessing1Source()
1454 #define AMS(A, MN) \ in VisitAtomicMemory() argument
1456 mnemonic = MN "b"; \ in VisitAtomicMemory()
1459 mnemonic = MN "ab"; \ in VisitAtomicMemory()
1462 mnemonic = MN "lb"; \ in VisitAtomicMemory()
1465 mnemonic = MN "alb"; \ in VisitAtomicMemory()
[all …]
/external/llvm/unittests/Support/
DCasting.cpp285 pointer_wrappers::PTy MN(nullptr);
307 EXPECT_TRUE(cast_or_null<pointer_wrappers::Derived>(MN) == nullptr); in TEST()
321 EXPECT_TRUE(dyn_cast_or_null<pointer_wrappers::Derived>(MN) == nullptr); in TEST()
/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
DScheduleDAGSDNodes.cpp151 MachineSDNode *MN = dyn_cast<MachineSDNode>(N); in AddGlue() local
154 if (MN) { in AddGlue()
155 Begin = MN->memoperands_begin(); in AddGlue()
156 End = MN->memoperands_end(); in AddGlue()
162 if (MN) in AddGlue()
163 MN->setMemRefs(Begin, End); in AddGlue()
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/Support/
DCasting.cpp360 pointer_wrappers::PTy MN(nullptr);
382 EXPECT_TRUE(cast_or_null<pointer_wrappers::Derived>(MN) == nullptr); in TEST()
396 EXPECT_TRUE(dyn_cast_or_null<pointer_wrappers::Derived>(MN) == nullptr); in TEST()
/external/llvm/lib/CodeGen/SelectionDAG/
DScheduleDAGSDNodes.cpp148 MachineSDNode *MN = dyn_cast<MachineSDNode>(N); in CloneNodeWithValues() local
151 if (MN) { in CloneNodeWithValues()
152 Begin = MN->memoperands_begin(); in CloneNodeWithValues()
153 End = MN->memoperands_end(); in CloneNodeWithValues()
159 if (MN) in CloneNodeWithValues()
160 MN->setMemRefs(Begin, End); in CloneNodeWithValues()
DSelectionDAGDumper.cpp399 if (const MachineSDNode *MN = dyn_cast<MachineSDNode>(this)) { in print_details() local
400 if (!MN->memoperands_empty()) { in print_details()
403 for (MachineSDNode::mmo_iterator i = MN->memoperands_begin(), in print_details()
404 e = MN->memoperands_end(); i != e; ++i) { in print_details()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/
DScheduleDAGSDNodes.cpp149 MachineSDNode *MN = dyn_cast<MachineSDNode>(N); in CloneNodeWithValues() local
152 if (MN) { in CloneNodeWithValues()
153 Begin = MN->memoperands_begin(); in CloneNodeWithValues()
154 End = MN->memoperands_end(); in CloneNodeWithValues()
160 if (MN) in CloneNodeWithValues()
161 MN->setMemRefs(Begin, End); in CloneNodeWithValues()
DSelectionDAGDumper.cpp505 if (const MachineSDNode *MN = dyn_cast<MachineSDNode>(this)) { in print_details() local
506 if (!MN->memoperands_empty()) { in print_details()
509 for (MachineSDNode::mmo_iterator i = MN->memoperands_begin(), in print_details()
510 e = MN->memoperands_end(); i != e; ++i) { in print_details()
/external/harfbuzz_ng/test/shaping/data/in-house/tests/
Dmacos.tests5 /Library/Fonts/Khmer MN.ttc@5f5b1072df99b7355d3066ea85fe82969d13c94a:--font-funcs ot:U+17A2,U+1780,…
6 /Library/Fonts/Tamil MN.ttc@37a2020c3f86ebcc45e02c1de5fdf81e2676989d:--font-funcs ot:U+0BA4,U+0BCA,…
23 /Library/Fonts/Khmer MN.ttc@782ba6cf3fca0512ab348dfe08345a2d5dc5bf2c:--font-funcs ot:U+17A2,U+1780,…
24 /Library/Fonts/Tamil MN.ttc@3de37f3f8f3cb6015b093fbd6e9d323daaf6fb1d:--font-funcs ot:U+0BA4,U+0BCA,…
/external/icu/icu4c/source/data/region/
Dfa_AF.txt60 MN{"منگولیا"}
Dyi.txt145 MN{"מאנגאליי"}
Dzgh.txt134 MN{"ⵎⵏⵖⵓⵍⵢⴰ"}
Dshi.txt133 MN{"ⵎⵏⵖⵓⵍⵢⴰ"}
Dtg.txt147 MN{"Муғулистон"}
Dvai.txt155 MN{"ꗞꖐꔷꕩ"}
Dbrx.txt180 MN{"मंगोलिया"}
/external/cldr/tools/java/org/unicode/cldr/util/data/external/
Dalternate_locode_name.txt23 MNULN ; Ulan Bator # MN : Mongolia
D2013-1_UNLOCODE_CodeListPart3.csv9600 ,"US","DD2","Ada","Ada","MN","-23--6--","RL","0607",,"4718N 09631W",
9636 "+","US","AI4","Adrian","Adrian","MN","--3-----","RL","1301",,"4338N 09555W",
9647 ,"US","FJT","Afton","Afton","MN","--3-----","RL","1201",,"4454N 09247W",
9696 ,"US","AL2","Albany","Albany","MN","-23--6--","RL","0607",,"4537N 09434W",
9707 ,"US","AEL","Albert Lea","Albert Lea","MN","--34----","AI","9601",,,
9710 ,"US","ALV","Albertville","Albertville","MN","--3-----","RQ","9307",,,
9732 ,"US","DNF","Alden","Alden","MN","-23-----","RL","0901",,"4340N 09335W",
9748 ,"US","AXN","Alexandria","Alexandria","MN","--34----","AI","9601",,,
9860 ,"US","AXU","Altura","Altura","MN","--3-----","RL","0901",,"4404N 09156W",
9871 ,"US","AR2","Alvarado","Alvarado","MN","-----6--","RQ","1007",,"4811N 09659W",
[all …]
/external/cldr/common/properties/
DscriptMetadata.txt156 Mong; 33; 1826; MN; 1; EXCLUSION; NO; NO; YES; NO; NO
167 Orkh; 33; 10C00; MN; 1; EXCLUSION; YES; NO; NO; NO; NO
193 Soyo; 33; 11A5C; MN; 1; EXCLUSION; NO; NO; YES; NO; NO
212 Zanb; 33; 11A0B; MN; 1; EXCLUSION; NO; NO; YES; NO; NO
/external/honggfuzz/examples/apache-httpd/corpus_http2/
Dd533852e12709c230eb54c062e32eef6.00000734.honggfuzz.cov7 �R�MN��w��SDD�K�ɭ+t��

12345678910>>...19