Home
last modified time | relevance | path

Searched defs:MA (Results 1 – 25 of 75) sorted by relevance

123

/external/llvm/lib/Transforms/Utils/
DMemorySSA.cpp79 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-16.0/llvm/lib/Analysis/
DMemorySSA.cpp110 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 …]
DMemorySSAUpdater.cpp137 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()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DMemorySSA.cpp109 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 …]
DMemorySSAUpdater.cpp142 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
DLoads.cpp139 MaybeAlign MA, in isDereferenceableAndAlignedPointer()
262 bool llvm::isSafeToLoadUnconditionally(Value *V, MaybeAlign MA, APInt &Size, in isSafeToLoadUnconditionally()
/external/strace/
Dsysent_shorthand_defs.h19 # define MA 0 macro
43 # define MA MAX_ARGS macro
/external/libcxx/test/std/experimental/memory/memory.polymorphic.allocator.class/memory.polymorphic.allocator.mem/
Ddeallocate.pass.cpp53 constexpr std::size_t MA = alignof(std::max_align_t); in main() local
Dallocate.pass.cpp92 constexpr std::size_t MA = alignof(std::max_align_t); in main() local
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DInstructions.h113 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
DFunction.h346 if (const auto MA = in getFnStackAlignment() local
441 if (const auto MA = getParamAlign(ArgNo)) in getParamAlignment() local
/external/cronet/tot/third_party/libc++/src/test/std/utilities/utility/mem.res/mem.poly.allocator.class/mem.poly.allocator.mem/
Ddeallocate.pass.cpp55 constexpr std::size_t MA = alignof(std::max_align_t); in main() local
Dallocate.pass.cpp91 constexpr std::size_t MA = alignof(std::max_align_t); in main() local
/external/cronet/stable/third_party/libc++/src/test/std/utilities/utility/mem.res/mem.poly.allocator.class/mem.poly.allocator.mem/
Ddeallocate.pass.cpp55 constexpr std::size_t MA = alignof(std::max_align_t); in main() local
Dallocate.pass.cpp91 constexpr std::size_t MA = alignof(std::max_align_t); in main() local
/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/Analysis/
DMemorySSAUpdater.h223 if (MemoryAccess *MA = MSSA->getMemoryAccess(I)) variable
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
DMemorySSAUpdater.h236 if (MemoryAccess *MA = MSSA->getMemoryAccess(I)) variable
/external/libcxx/test/std/utilities/utility/utility.swap/
Dswap_array.pass.cpp89 using MA = NoexceptMoveOnly[42]; in main() typedef
/external/cronet/tot/third_party/libc++/src/test/std/utilities/utility/utility.swap/
Dswap_array.pass.cpp104 using MA = NoexceptMoveOnly[42]; in main() typedef
/external/cronet/stable/third_party/libc++/src/test/std/utilities/utility/utility.swap/
Dswap_array.pass.cpp104 using MA = NoexceptMoveOnly[42]; in main() typedef
/external/libdav1d/src/riscv/
Dasm.S135 #define MA (1 << 7) macro
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/AMDGPU/Utils/
DAMDGPUMemoryUtils.cpp167 MemoryAccess *MA = WorkList.pop_back_val(); in isClobberedInFunction() local
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/Scalar/
DMemCpyOptimizer.cpp342 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
DLoopInstSimplify.cpp137 if (MemoryAccess *MA = MSSA->getMemoryAccess(&I)) in simplifyLoopInst() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DLoopInstSimplify.cpp139 if (MemoryAccess *MA = MSSA->getMemoryAccess(&I)) in simplifyLoopInst() local

123