/external/tcpdump/tests/ |
D | dhcpv6-mud.out | 1 …dor-class) (rapid-commit) (IA_NA IAID:3954725832 T1:0 T2:0) (Client-FQDN) (MUD-URL=https://mudctl.… 2 …dor-class) (rapid-commit) (IA_NA IAID:3954725832 T1:0 T2:0) (Client-FQDN) (MUD-URL=https://mudctl.… 3 …dor-class) (rapid-commit) (IA_NA IAID:3954725832 T1:0 T2:0) (Client-FQDN) (MUD-URL=https://mudctl.… 4 …dor-class) (rapid-commit) (IA_NA IAID:3954725832 T1:0 T2:0) (Client-FQDN) (MUD-URL=https://mudctl.… 5 …dor-class) (rapid-commit) (IA_NA IAID:3954725832 T1:0 T2:0) (Client-FQDN) (MUD-URL=https://mudctl.…
|
D | lldp_mudurl-v.out | 29 MUD-URL Subtype (1) 30 MUD-URL=https://imright.mud.example.com/.well-known/mud/v1/vomitv2.0 60 MUD-URL Subtype (1) 61 MUD-URL=https://imright.mud.example.com/.well-known/mud/v1/vomitv2.0
|
D | lldp_mudurl-vv.out | 47 MUD-URL Subtype (1) 48 MUD-URL=https://imright.mud.example.com/.well-known/mud/v1/vomitv2.0 100 MUD-URL Subtype (1) 101 MUD-URL=https://imright.mud.example.com/.well-known/mud/v1/vomitv2.0
|
D | dhcp-mud.out | 11 MUD-URL Option 161, length 54: "https://mudctl.example.com/.well-known/mud/v1/rasbp101"
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/ |
D | MemorySSA.h | 430 static Use *op_begin(MemoryUseOrDef *MUD) { 431 if (auto *MU = dyn_cast<MemoryUse>(MUD)) 433 return OperandTraits<MemoryDef>::op_begin(cast<MemoryDef>(MUD)); 436 static Use *op_end(MemoryUseOrDef *MUD) { 437 if (auto *MU = dyn_cast<MemoryUse>(MUD)) 439 return OperandTraits<MemoryDef>::op_end(cast<MemoryDef>(MUD)); 442 static unsigned operands(const MemoryUseOrDef *MUD) { 443 if (const auto *MU = dyn_cast<MemoryUse>(MUD)) 445 return OperandTraits<MemoryDef>::operands(cast<MemoryDef>(MUD)); 1278 if (auto *MUD = dyn_cast<MemoryUseOrDef>(MA)) { [all …]
|
/external/llvm-project/llvm/include/llvm/Analysis/ |
D | MemorySSA.h | 431 static Use *op_begin(MemoryUseOrDef *MUD) { 432 if (auto *MU = dyn_cast<MemoryUse>(MUD)) 434 return OperandTraits<MemoryDef>::op_begin(cast<MemoryDef>(MUD)); 437 static Use *op_end(MemoryUseOrDef *MUD) { 438 if (auto *MU = dyn_cast<MemoryUse>(MUD)) 440 return OperandTraits<MemoryDef>::op_end(cast<MemoryDef>(MUD)); 443 static unsigned operands(const MemoryUseOrDef *MUD) { 444 if (const auto *MU = dyn_cast<MemoryUse>(MUD)) 446 return OperandTraits<MemoryDef>::operands(cast<MemoryDef>(MUD)); 1319 if (auto *MUD = dyn_cast<MemoryUseOrDef>(MA)) { [all …]
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ |
D | MemorySSA.cpp | 133 MemoryLocOrCall(MemoryUseOrDef *MUD) in MemoryLocOrCall() argument 134 : MemoryLocOrCall(MUD->getMemoryInst()) {} in MemoryLocOrCall() 135 MemoryLocOrCall(const MemoryUseOrDef *MUD) in MemoryLocOrCall() argument 136 : MemoryLocOrCall(MUD->getMemoryInst()) {} in MemoryLocOrCall() 1044 if (auto *MUD = dyn_cast<MemoryUseOrDef>(MA)) in invalidateInfo() local 1045 MUD->resetOptimized(); in invalidateInfo() 1080 if (auto *MUD = dyn_cast<MemoryUseOrDef>(MA)) in invalidateInfo() local 1081 MUD->resetOptimized(); in invalidateInfo() 1121 if (MemoryUseOrDef *MUD = dyn_cast<MemoryUseOrDef>(&L)) { in renameBlock() local 1122 if (MUD->getDefiningAccess() == nullptr || RenameAllUses) in renameBlock() [all …]
|
D | MemorySSAUpdater.cpp | 590 if (const MemoryUseOrDef *MUD = dyn_cast<MemoryUseOrDef>(&MA)) { in cloneUsesAndDefs() local 591 Instruction *Insn = MUD->getMemoryInst(); in cloneUsesAndDefs() 603 getNewDefiningAccessForClone(MUD->getDefiningAccess(), VMap, in cloneUsesAndDefs() 605 /*Template=*/CloneWasSimplified ? nullptr : MUD, in cloneUsesAndDefs() 1185 auto *MUD = cast<MemoryUseOrDef>(FirstInNew); in moveAllAccesses() local 1187 auto NextIt = ++MUD->getIterator(); in moveAllAccesses() 1191 MSSA->moveTo(MUD, To, MemorySSA::End); in moveAllAccesses() 1195 MUD = NextMUD; in moveAllAccesses() 1196 } while (MUD); in moveAllAccesses() 1317 if (auto *MUD = dyn_cast<MemoryUseOrDef>(U.getUser())) in removeMemoryAccess() local [all …]
|
D | AliasSetTracker.cpp | 550 if (auto *MUD = dyn_cast<MemoryUseOrDef>(&Access)) in addAllInstructionsInLoopUsingMSSA() local 551 add(MUD->getMemoryInst()); in addAllInstructionsInLoopUsingMSSA()
|
D | LoopInfo.cpp | 108 if (auto *MUD = MSSAU->getMemorySSA()->getMemoryAccess(I)) in makeLoopInvariant() local 109 MSSAU->moveToPlace(MUD, InsertPt->getParent(), in makeLoopInvariant()
|
/external/llvm-project/llvm/lib/Analysis/ |
D | MemorySSA.cpp | 139 MemoryLocOrCall(MemoryUseOrDef *MUD) in MemoryLocOrCall() argument 140 : MemoryLocOrCall(MUD->getMemoryInst()) {} in MemoryLocOrCall() 141 MemoryLocOrCall(const MemoryUseOrDef *MUD) in MemoryLocOrCall() argument 142 : MemoryLocOrCall(MUD->getMemoryInst()) {} in MemoryLocOrCall() 1070 if (auto *MUD = dyn_cast<MemoryUseOrDef>(MA)) in invalidateInfo() local 1071 MUD->resetOptimized(); in invalidateInfo() 1106 if (auto *MUD = dyn_cast<MemoryUseOrDef>(MA)) in invalidateInfo() local 1107 MUD->resetOptimized(); in invalidateInfo() 1147 if (MemoryUseOrDef *MUD = dyn_cast<MemoryUseOrDef>(&L)) { in renameBlock() local 1148 if (MUD->getDefiningAccess() == nullptr || RenameAllUses) in renameBlock() [all …]
|
D | MemorySSAUpdater.cpp | 616 if (const MemoryUseOrDef *MUD = dyn_cast<MemoryUseOrDef>(&MA)) { in cloneUsesAndDefs() local 617 Instruction *Insn = MUD->getMemoryInst(); in cloneUsesAndDefs() 629 getNewDefiningAccessForClone(MUD->getDefiningAccess(), VMap, in cloneUsesAndDefs() 631 /*Template=*/CloneWasSimplified ? nullptr : MUD, in cloneUsesAndDefs() 1220 auto *MUD = cast<MemoryUseOrDef>(FirstInNew); in moveAllAccesses() local 1222 auto NextIt = ++MUD->getIterator(); in moveAllAccesses() 1226 MSSA->moveTo(MUD, To, MemorySSA::End); in moveAllAccesses() 1230 MUD = NextMUD; in moveAllAccesses() 1231 } while (MUD); in moveAllAccesses() 1339 if (auto *MUD = dyn_cast<MemoryUseOrDef>(U.getUser())) in removeMemoryAccess() local [all …]
|
D | AliasSetTracker.cpp | 546 if (auto *MUD = dyn_cast<MemoryUseOrDef>(&Access)) in addAllInstructionsInLoopUsingMSSA() local 547 add(MUD->getMemoryInst()); in addAllInstructionsInLoopUsingMSSA()
|
D | LoopInfo.cpp | 109 if (auto *MUD = MSSAU->getMemorySSA()->getMemoryAccess(I)) in makeLoopInvariant() local 110 MSSAU->moveToPlace(MUD, InsertPt->getParent(), in makeLoopInvariant()
|
/external/llvm/lib/Transforms/Utils/ |
D | MemorySSA.cpp | 350 MemoryUseOrDef *MUD = createNewAccess(&I); in buildMemorySSA() local 351 if (!MUD) in buildMemorySSA() 353 InsertIntoDef |= isa<MemoryDef>(MUD); in buildMemorySSA() 357 Accesses->push_back(MUD); in buildMemorySSA() 540 MemoryUseOrDef *MUD; in createNewAccess() local 542 MUD = new MemoryDef(I->getContext(), nullptr, I, I->getParent(), NextID++); in createNewAccess() 544 MUD = new MemoryUse(I->getContext(), nullptr, I, I->getParent()); in createNewAccess() 545 ValueToMemoryAccess.insert(std::make_pair(I, MUD)); in createNewAccess() 546 return MUD; in createNewAccess() 614 if (MemoryUseOrDef *MUD = dyn_cast<MemoryUseOrDef>(MA)) in removeFromLookups() local [all …]
|
/external/python/pyasn1-modules/ |
D | CHANGES.txt | 101 - Added RFC8520 providing X.509 Extensions for MUD URL and 102 MUD Signer
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/ |
D | BasicBlockUtils.cpp | 280 if (MemoryUseOrDef *MUD = cast_or_null<MemoryUseOrDef>( in MergeBlockIntoPredecessor() local 282 MSSAU->moveToPlace(MUD, PredBB, MemorySSA::End); in MergeBlockIntoPredecessor()
|
/external/llvm-project/llvm/lib/Transforms/Utils/ |
D | BasicBlockUtils.cpp | 281 if (MemoryUseOrDef *MUD = cast_or_null<MemoryUseOrDef>( in MergeBlockIntoPredecessor() local 283 MSSAU->moveToPlace(MUD, PredBB, MemorySSA::End); in MergeBlockIntoPredecessor()
|
/external/llvm-project/llvm/lib/Transforms/Scalar/ |
D | LICM.cpp | 1116 const auto *MUD = cast<MemoryUseOrDef>(&Acc); in isOnlyMemoryAccess() local 1117 if (MUD->getMemoryInst() != I || NotAPhi++ == 1) in isOnlyMemoryAccess()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/ |
D | LICM.cpp | 1074 const auto *MUD = cast<MemoryUseOrDef>(&Acc); in isOnlyMemoryAccess() local 1075 if (MUD->getMemoryInst() != I || NotAPhi++ == 1) in isOnlyMemoryAccess()
|
/external/tcpdump/ |
D | CHANGES | 212 LLDP: Implement IANA OUI and LLDP MUD option
|
/external/cldr/tools/java/org/unicode/cldr/util/data/external/ |
D | 2013-1_UNLOCODE_CodeListPart2.csv | 3379 ,"GB","MUD","Maulden","Maulden","BDF","--3-----","RL","0407",,"5201N 00027W", 8035 ,"ID","MUD","Muara Djawa","Muara Djawa",,"1-------","RQ","8103",,, 13406 ,"IT","MUD","Mortegliano","Mortegliano","UD","--3-----","RL","1207",,"4556N 01310E", 20098 ,"MY","MUD","Muda Marine Terminal","Muda Marine Terminal",,"1-------","RQ","1001",,"0735N 10259E", 20271 ,"MZ","MUD","Mueda","Mueda",,"---4----","AI","0001",,, 21452 ,"NL","MUD","Muiden","Muiden","NH","1-3-----","RN","0501",,"5220N 00504E",
|
D | 2013-1_UNLOCODE_CodeListPart1.csv | 1329 "+","AT","MUD","Mautern an der Donau","Mautern an der Donau","3","--3-----","RL","1301",,"4823N 015… 22190 ,"DE","MUD","M�nden","Munden","HE","-23-----","RL","0401",,"5109N 00845E", 29858 ,"ES","MUD","Mudri�n","Mudrian","SG","-----6--","RL","1201",,"4113N 00420W", 39086 ,"FR","MUD","Mouchard","Mouchard","39","--3-----","RL","0501",,"4658N 00548E",
|
D | 2013-1_UNLOCODE_CodeListPart3.csv | 8916 ,"TR","MUD","Mudanya","Mudanya","16","1-3-----","QQ","8103",,, 20346 ,"US","MUD","Mount Dora","Mount Dora","FL","--3-----","RQ","1101",,,""
|