/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-10.0/llvm/lib/Analysis/ |
D | MemorySSA.cpp | 109 if (MemoryAccess *MA = MSSA->getMemoryAccess(BB)) in emitBasicBlockStartAnnot() local 115 if (MemoryAccess *MA = MSSA->getMemoryAccess(I)) in emitInstructionAnnot() local 425 for (const auto *MA : def_chain(MAP.first)) { in checkClobberSanity() local 875 for (auto *MA : def_chain(const_cast<MemoryAccess *>(Target))) in tryOptimizePhi() local 1024 MemoryAccess *getClobberingMemoryAccess(MemoryAccess *MA, unsigned &UWL) { in getClobberingMemoryAccess() 1027 MemoryAccess *getClobberingMemoryAccess(MemoryAccess *MA, in getClobberingMemoryAccess() 1033 MemoryAccess *getClobberingMemoryAccess(MemoryAccess *MA) override { in getClobberingMemoryAccess() 1037 MemoryAccess *getClobberingMemoryAccess(MemoryAccess *MA, in getClobberingMemoryAccess() 1043 void invalidateInfo(MemoryAccess *MA) override { in invalidateInfo() 1060 MemoryAccess *getClobberingMemoryAccess(MemoryAccess *MA, unsigned &UWL) { in getClobberingMemoryAccess() [all …]
|
D | MemorySSAUpdater.cpp | 142 MemoryAccess *MemorySSAUpdater::getPreviousDef(MemoryAccess *MA) { in getPreviousDef() 152 MemoryAccess *MemorySSAUpdater::getPreviousDefInBlock(MemoryAccess *MA) { in getPreviousDefInBlock() 545 static MemoryAccess *getNewDefiningAccessForClone(MemoryAccess *MA, in getNewDefiningAccessForClone() 1231 MemoryAccess *MA = nullptr; in onlySingleValue() local 1265 Phi->unorderedDeleteIncomingIf([&](MemoryAccess *MA, BasicBlock *B) { in wireOldPredecessorsToNewImmediatePredecessor() 1279 void MemorySSAUpdater::removeMemoryAccess(MemoryAccess *MA, bool OptimizePhis) { in removeMemoryAccess() 1369 MemoryAccess *MA = &*AB; in removeBlocks() local
|
D | Loads.cpp | 139 MaybeAlign MA, in isDereferenceableAndAlignedPointer() 262 bool llvm::isSafeToLoadUnconditionally(Value *V, MaybeAlign MA, APInt &Size, in isSafeToLoadUnconditionally()
|
/external/strace/ |
D | sysent_shorthand_defs.h | 19 # define MA 0 macro 43 # define MA MAX_ARGS macro
|
/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/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/ |
D | Instructions.h | 113 if (const auto MA = decodeMaybeAlign(getSubclassDataFromInstruction() & 31)) in getAlignment() local 245 if (const auto MA = getAlign()) in getAlignment() local 377 if (const auto MA = getAlign()) in getAlignment() local
|
D | Function.h | 346 if (const auto MA = in getFnStackAlignment() local 441 if (const auto MA = getParamAlign(ArgNo)) in getParamAlignment() local
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/ |
D | MemorySSAUpdater.h | 236 if (MemoryAccess *MA = MSSA->getMemoryAccess(I)) variable
|
/external/libcxx/test/std/utilities/utility/utility.swap/ |
D | swap_array.pass.cpp | 89 using MA = NoexceptMoveOnly[42]; in main() typedef
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/ |
D | LoopInstSimplify.cpp | 139 if (MemoryAccess *MA = MSSA->getMemoryAccess(&I)) in simplifyLoopInst() local
|
D | NewGVN.cpp | 702 CongruenceClass *createMemoryClass(MemoryAccess *MA) { in createMemoryClass() 708 CongruenceClass *ensureLeaderOfMemoryClass(MemoryAccess *MA) { in ensureLeaderOfMemoryClass() 1643 if (auto *MA = MSSA->getMemoryAccess(CI)) { in performSymbolicCallEvaluation() local 2086 void NewGVN::markMemoryDefTouched(const MemoryAccess *MA) { in markMemoryDefTouched() 2090 void NewGVN::markMemoryUsersTouched(const MemoryAccess *MA) { in markMemoryUsersTouched() 2406 if (MemoryAccess *MA = getMemoryAccess(I)) in performCongruenceFinding() local 2540 auto *MA = getMemoryAccess(TI); in processOutgoingEdges() local
|
D | MemCpyOptimizer.cpp | 678 const Align MA = in processStore() local
|
/external/eigen/test/ |
D | array_for_matrix.cpp | 254 ArrayWrapper<const Matrix4i> MA = M.array(); in regrrssion_bug_1410() local
|
/external/mesa3d/src/gallium/drivers/nouveau/codegen/ |
D | nv50_ir_target_gv100.cpp | 105 #define OPINFO(O,SA,MA,SB,MB,SC,MC) \ argument
|
/external/clang/test/Layout/ |
D | ms-x86-pack-and-align.cpp | 391 struct MA {}; struct
|
/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/icu/icu4c/source/test/intltest/ |
D | itspoof.cpp | 161 const uint32_t MA = USPOOF_ANY_CASE; in testSkeleton() local
|
/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/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-10.0/llvm/lib/Target/Hexagon/ |
D | RDFGraph.cpp | 487 void CodeNode::addMemberAfter(NodeAddr<NodeBase*> MA, NodeAddr<NodeBase*> NA, in addMemberAfter() 496 NodeAddr<NodeBase*> MA = getFirstMember(G); in removeMember() local
|
D | HexagonConstExtenders.cpp | 1966 const MachineInstr *MA = A.UseMI; in runOnMachineFunction() local
|
/external/eigen/blas/testing/ |
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 | 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
|