/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Analysis/ |
H A D | MemorySSA.cpp | 110 if (MemoryAccess *MA = MSSA->getMemoryAccess(BB)) in emitBasicBlockStartAnnot() local 116 if (MemoryAccess *MA = MSSA->getMemoryAccess(I)) in emitInstructionAnnot() local 134 if (MemoryAccess *MA = MSSA->getMemoryAccess(BB)) in emitBasicBlockStartAnnot() local 140 if (MemoryAccess *MA = MSSA->getMemoryAccess(I)) { in emitInstructionAnnot() local 425 for (const auto *MA : def_chain(MAP.first)) { in checkClobberSanity() local 877 for (auto *MA : def_chain(const_cast<MemoryAccess *>(Target))) in tryOptimizePhi() local 1025 MemoryAccess *getClobberingMemoryAccess(MemoryAccess *MA, BatchAAResults &BAA, in getClobberingMemoryAccess() 1029 MemoryAccess *getClobberingMemoryAccess(MemoryAccess *MA, in getClobberingMemoryAccess() 1036 MemoryAccess *MA, BatchAAResults &BAA, unsigned &UWL) { in getClobberingMemoryAccessWithoutInvariantGroup() 1040 MemoryAccess *getClobberingMemoryAccess(MemoryAccess *MA, in getClobberingMemoryAccess() [all …]
|
H A D | MemorySSAUpdater.cpp | 137 MemoryAccess *MemorySSAUpdater::getPreviousDef(MemoryAccess *MA) { in getPreviousDef() 147 MemoryAccess *MemorySSAUpdater::getPreviousDefInBlock(MemoryAccess *MA) { in getPreviousDefInBlock() 557 MemoryAccess *MA = nullptr; in onlySingleValue() local 568 static MemoryAccess *getNewDefiningAccessForClone(MemoryAccess *MA, in getNewDefiningAccessForClone() 1291 Phi->unorderedDeleteIncomingIf([&](MemoryAccess *MA, BasicBlock *B) { in wireOldPredecessorsToNewImmediatePredecessor() 1305 void MemorySSAUpdater::removeMemoryAccess(MemoryAccess *MA, bool OptimizePhis) { in removeMemoryAccess()
|
/aosp_15_r20/external/llvm/lib/Transforms/Utils/ |
H A 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 …]
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ |
H A 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 …]
|
H A 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
|
H A D | Loads.cpp | 139 MaybeAlign MA, in isDereferenceableAndAlignedPointer() 262 bool llvm::isSafeToLoadUnconditionally(Value *V, MaybeAlign MA, APInt &Size, in isSafeToLoadUnconditionally()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/ |
H A 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
|
H A D | Function.h | 346 if (const auto MA = in getFnStackAlignment() local 441 if (const auto MA = getParamAlign(ArgNo)) in getParamAlignment() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/Scalar/ |
H A D | MemCpyOptimizer.cpp | 342 for (const MemoryAccess &MA : in accessedBetween() local 650 if (MemoryUseOrDef *MA = MSSAU->getMemorySSA()->getMemoryAccess(P)) { in moveUp() local 656 if (MemoryUseOrDef *MA = MSSAU->getMemorySSA()->getMemoryAccess(&I)) { in moveUp() local 668 if (MemoryUseOrDef *MA = MSSAU->getMemorySSA()->getMemoryAccess(I)) { in moveUp() local 1479 MemoryUseOrDef *MA = MSSA->getMemoryAccess(M); in processMemCpy() local
|
H A D | NewGVN.cpp | 742 CongruenceClass *createMemoryClass(MemoryAccess *MA) { in createMemoryClass() 748 CongruenceClass *ensureLeaderOfMemoryClass(MemoryAccess *MA) { in ensureLeaderOfMemoryClass() 1624 if (auto *MA = MSSA->getMemoryAccess(CI)) { in performSymbolicCallEvaluation() local 2093 void NewGVN::markMemoryDefTouched(const MemoryAccess *MA) { in markMemoryDefTouched() 2097 void NewGVN::markMemoryUsersTouched(const MemoryAccess *MA) { in markMemoryUsersTouched() 2401 if (MemoryAccess *MA = getMemoryAccess(I)) in performCongruenceFinding() local 2541 auto *MA = getMemoryAccess(TI); in processOutgoingEdges() local
|
H A D | ScalarizeMaskedMemIntrin.cpp | 955 MaybeAlign MA = in optimizeCallInst() local 967 MaybeAlign MA = in optimizeCallInst() local
|
/aosp_15_r20/external/strace/ |
H A D | sysent_shorthand_defs.h | 19 # define MA 0 macro 43 # define MA MAX_ARGS macro
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/ |
H A 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
|
/aosp_15_r20/external/libcxx/test/std/experimental/memory/memory.polymorphic.allocator.class/memory.polymorphic.allocator.mem/ |
H A D | deallocate.pass.cpp | 53 constexpr std::size_t MA = alignof(std::max_align_t); in main() local
|
H A D | allocate.pass.cpp | 92 constexpr std::size_t MA = alignof(std::max_align_t); in main() local
|
/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/utilities/utility/mem.res/mem.poly.allocator.class/mem.poly.allocator.mem/ |
H A D | deallocate.pass.cpp | 55 constexpr std::size_t MA = alignof(std::max_align_t); in main() local
|
H A D | allocate.pass.cpp | 91 constexpr std::size_t MA = alignof(std::max_align_t); in main() local
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/Analysis/ |
D | MemorySSAUpdater.h | 220 if (MemoryAccess *MA = MSSA->getMemoryAccess(I)) variable
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/Analysis/ |
H A D | MemorySSAUpdater.h | 223 if (MemoryAccess *MA = MSSA->getMemoryAccess(I)) variable
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/Analysis/ |
D | MemorySSAUpdater.h | 220 if (MemoryAccess *MA = MSSA->getMemoryAccess(I)) variable
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/Analysis/ |
D | MemorySSAUpdater.h | 220 if (MemoryAccess *MA = MSSA->getMemoryAccess(I)) variable
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/Analysis/ |
D | MemorySSAUpdater.h | 220 if (MemoryAccess *MA = MSSA->getMemoryAccess(I)) variable
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/ |
H A D | MemorySSAUpdater.h | 236 if (MemoryAccess *MA = MSSA->getMemoryAccess(I)) variable
|
/aosp_15_r20/external/libcxx/test/std/utilities/utility/utility.swap/ |
H A D | swap_array.pass.cpp | 89 using MA = NoexceptMoveOnly[42]; in main() typedef
|
/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/utilities/utility/utility.swap/ |
H A D | swap_array.pass.cpp | 104 using MA = NoexceptMoveOnly[42]; in main() typedef
|