| /external/llvm/lib/Transforms/Utils/ |
| D | MemorySSA.cpp | 79 if (MemoryAccess *MA = MSSA->getMemoryAccess(BB)) in emitBasicBlockStartAnnot() local 85 if (MemoryAccess *MA = MSSA->getMemoryAccess(I)) in emitInstructionAnnot() local 486 [](const MemoryAccess &MA) { return !isa<MemoryPhi>(MA); }); in createMemoryAccessInBB() 596 MemoryAccess *MA = nullptr; in onlySingleValue() local 611 void MemorySSA::removeFromLookups(MemoryAccess *MA) { in removeFromLookups() 636 void MemorySSA::removeMemoryAccess(MemoryAccess *MA) { in removeMemoryAccess() 692 MemoryAccess *MA = getMemoryAccess(&I); in verifyOrdering() local 801 if (MemoryAccess *MA = getMemoryAccess(&I)) { in verifyDefUses() local 848 [&](const MemoryAccess &MA) { return &MA == Dominatee; }); in locallyDominates() 869 MemoryAccess *MA = cast<MemoryAccess>(Op); in print() local [all …]
|
| /external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/ |
| D | MemorySSAUpdater.cpp | 118 MemoryAccess *MemorySSAUpdater::getPreviousDef(MemoryAccess *MA) { in getPreviousDef() 128 MemoryAccess *MemorySSAUpdater::getPreviousDefInBlock(MemoryAccess *MA) { in getPreviousDefInBlock() 489 MemoryAccess *MA = nullptr; in onlySingleValue() local 516 Phi->unorderedDeleteIncomingIf([&](MemoryAccess *MA, BasicBlock *B) { in wireOldPredecessorsToNewImmediatePredecessor() 529 void MemorySSAUpdater::removeMemoryAccess(MemoryAccess *MA) { in removeMemoryAccess() 602 MemoryAccess *MA = &*AB; in removeBlocks() local
|
| D | MemorySSA.cpp | 98 if (MemoryAccess *MA = MSSA->getMemoryAccess(BB)) in emitBasicBlockStartAnnot() local 104 if (MemoryAccess *MA = MSSA->getMemoryAccess(I)) in emitInstructionAnnot() local 801 for (auto *MA : def_chain(const_cast<MemoryAccess *>(Target))) in tryOptimizePhi() local 1421 *Accesses, [](const MemoryAccess &MA) { return isa<MemoryPhi>(MA); }); in insertIntoListsForBlock() 1426 *Defs, [](const MemoryAccess &MA) { return isa<MemoryPhi>(MA); }); in insertIntoListsForBlock() 1586 void MemorySSA::removeFromLookups(MemoryAccess *MA) { in removeFromLookups() 1613 void MemorySSA::removeFromLists(MemoryAccess *MA, bool ShouldDelete) { in removeFromLists() 1713 MemoryAccess *MA = getMemoryAccess(&I); in verifyOrdering() local 1813 if (MemoryUseOrDef *MA = getMemoryAccess(&I)) { in verifyDefUses() local 1944 MemoryAccess *MA = cast<MemoryAccess>(Op); in print() local [all …]
|
| /external/libcxx/test/std/experimental/memory/memory.polymorphic.allocator.class/memory.polymorphic.allocator.mem/ |
| D | deallocate.pass.cpp | 53 constexpr std::size_t MA = alignof(std::max_align_t); in main() local
|
| D | allocate.pass.cpp | 92 constexpr std::size_t MA = alignof(std::max_align_t); in main() local
|
| /external/strace/ |
| D | sysent_shorthand_defs.h | 19 # define MA 0 macro 43 # define MA MAX_ARGS macro
|
| /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Analysis/ |
| D | MemorySSAUpdater.h | 188 if (MemoryAccess *MA = MSSA->getMemoryAccess(I)) in removeMemoryAccess() local
|
| /external/libcxx/test/std/utilities/utility/utility.swap/ |
| D | swap_array.pass.cpp | 89 using MA = NoexceptMoveOnly[42]; in main() typedef
|
| /external/eigen/test/ |
| D | array_for_matrix.cpp | 251 ArrayWrapper<const Matrix4i> MA = M.array(); in regrrssion_bug_1410() local
|
| /external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/ |
| D | NewGVN.cpp | 700 CongruenceClass *createMemoryClass(MemoryAccess *MA) { in createMemoryClass() 706 CongruenceClass *ensureLeaderOfMemoryClass(MemoryAccess *MA) { in ensureLeaderOfMemoryClass() 2102 void NewGVN::markMemoryDefTouched(const MemoryAccess *MA) { in markMemoryDefTouched() 2106 void NewGVN::markMemoryUsersTouched(const MemoryAccess *MA) { in markMemoryUsersTouched() 2422 if (MemoryAccess *MA = getMemoryAccess(I)) in performCongruenceFinding() local 2562 auto *MA = getMemoryAccess(TI); in processOutgoingEdges() local
|
| D | EarlyCSE.cpp | 610 if (MemoryAccess *MA = MSSA->getMemoryAccess(Inst)) { in removeMSSA() local
|
| /external/clang/test/Layout/ |
| D | ms-x86-pack-and-align.cpp | 391 struct MA {}; struct
|
| /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/text/ |
| D | SpoofCheckerTest.java | 397 int MA = SpoofChecker.ANY_CASE; in checkSkeleton() local
|
| /external/icu/icu4c/source/test/intltest/ |
| D | itspoof.cpp | 146 const uint32_t MA = USPOOF_ANY_CASE; in testSkeleton() local
|
| /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/text/ |
| D | SpoofCheckerTest.java | 394 int MA = SpoofChecker.ANY_CASE; in checkSkeleton() local
|
| /external/llvm/lib/Target/Hexagon/ |
| D | RDFGraph.cpp | 457 void CodeNode::addMemberAfter(NodeAddr<NodeBase*> MA, NodeAddr<NodeBase*> NA, in addMemberAfter() 466 auto MA = getFirstMember(G); in removeMember() local
|
| /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/ |
| D | RDFGraph.cpp | 506 void CodeNode::addMemberAfter(NodeAddr<NodeBase*> MA, NodeAddr<NodeBase*> NA, in addMemberAfter() 515 NodeAddr<NodeBase*> MA = getFirstMember(G); in removeMember() local
|
| /external/u-boot/include/ |
| D | sym53c8xx.h | 167 #define MA 0x80 /* sta: phase mismatch */ macro
|
| /external/swiftshader/third_party/LLVM/lib/VMCore/ |
| D | AsmWriter.cpp | 51 if (const Argument *MA = dyn_cast<Argument>(V)) in getModuleFromVal() local
|
| /external/eigen/blas/testing/ |
| D | dblat3.f | 428 $ MA, MB, MS, N, NA, NARGS, NB, NC, NS local 1283 $ LAA, LCC, LDA, LDAS, LDC, LDCS, LJ, MA, N, NA, local 1559 $ LDC, LDCS, LJ, MA, N, NA, NARGS, NC, NS local
|
| D | sblat3.f | 428 $ MA, MB, MS, N, NA, NARGS, NB, NC, NS local 1283 $ LAA, LCC, LDA, LDAS, LDC, LDCS, LJ, MA, N, NA, local 1559 $ LDC, LDCS, LJ, MA, N, NA, NARGS, NC, NS local
|
| D | cblat3.f | 442 $ MA, MB, MS, N, NA, NARGS, NB, NC, NS local 1315 $ LAA, LCC, LDA, LDAS, LDC, LDCS, LJ, MA, N, NA, local 1648 $ LDC, LDCS, LJ, MA, N, NA, NARGS, NC, NS local
|
| D | zblat3.f | 444 $ MA, MB, MS, N, NA, NARGS, NB, NC, NS local 1318 $ LAA, LCC, LDA, LDAS, LDC, LDCS, LJ, MA, N, NA, local 1652 $ LDC, LDCS, LJ, MA, N, NA, NARGS, NC, NS local
|
| /external/cblas/testing/ |
| D | c_sblat3.f | 450 $ MA, MB, MS, N, NA, NARGS, NB, NC, NS local 1446 $ LAA, LCC, LDA, LDAS, LDC, LDCS, LJ, MA, N, NA, local 1764 $ LDC, LDCS, LJ, MA, N, NA, NARGS, NC, NS local
|
| D | c_dblat3.f | 450 $ MA, MB, MS, N, NA, NARGS, NB, NC, NS local 1441 $ LAA, LCC, LDA, LDAS, LDC, LDCS, LJ, MA, N, NA, local 1759 $ LDC, LDCS, LJ, MA, N, NA, NARGS, NC, NS local
|