/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/ |
H A D | MemorySSA.cpp | 116 if (MemoryAccess *MA = MSSA->getMemoryAccess(BB)) in emitBasicBlockStartAnnot() local 122 if (MemoryAccess *MA = MSSA->getMemoryAccess(I)) in emitInstructionAnnot() local 414 for (const auto *MA : def_chain(MAP.first)) { in checkClobberSanity() local 886 for (auto *MA : def_chain(const_cast<MemoryAccess *>(Target))) in tryOptimizePhi() local 1036 MemoryAccess *getClobberingMemoryAccess(MemoryAccess *MA, unsigned &UWL) { in getClobberingMemoryAccess() 1039 MemoryAccess *getClobberingMemoryAccess(MemoryAccess *MA, in getClobberingMemoryAccess() 1045 MemoryAccess *getClobberingMemoryAccess(MemoryAccess *MA) override { in getClobberingMemoryAccess() 1049 MemoryAccess *getClobberingMemoryAccess(MemoryAccess *MA, in getClobberingMemoryAccess() 1055 void invalidateInfo(MemoryAccess *MA) override { in invalidateInfo() 1072 MemoryAccess *getClobberingMemoryAccess(MemoryAccess *MA, unsigned &UWL) { in getClobberingMemoryAccess() [all …]
|
H A D | MemorySSAUpdater.cpp | 144 MemoryAccess *MemorySSAUpdater::getPreviousDef(MemoryAccess *MA) { in getPreviousDef() 154 MemoryAccess *MemorySSAUpdater::getPreviousDefInBlock(MemoryAccess *MA) { in getPreviousDefInBlock() 558 MemoryAccess *MA = nullptr; in onlySingleValue() local 569 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()
|
H A D | Loads.cpp | 211 MaybeAlign MA, in isDereferenceableAndAlignedPointer()
|
H A D | ConstantFolding.cpp | 2626 APFloat MA(Sem), SC(Sem), TC(Sem); in ConstantFoldAMDGCNCubeIntrinsic() local
|
/netbsd-src/external/gpl3/binutils/dist/bfd/ |
H A D | cpu-mep.c | 24 #define MA(x, n, def, y) { 32, 32, 8, bfd_arch_mep, x, "mep", n, \ macro
|
/netbsd-src/external/gpl3/binutils.old/dist/bfd/ |
H A D | cpu-mep.c | 24 #define MA(x, n, def, y) { 32, 32, 8, bfd_arch_mep, x, "mep", n, \ macro
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/ |
H A D | MemorySSAUpdater.h | 225 if (MemoryAccess *MA = MSSA->getMemoryAccess(I)) variable
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/ |
H A D | AMDGPUAnnotateUniformValues.cpp | 74 const MemoryAccess *MA = MSSA->getWalker()->getClobberingMemoryAccess(Load); in isClobberedInFunction() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/ |
H A D | MemCpyOptimizer.cpp | 345 for (const MemoryAccess &MA : in accessedBetween() local 619 if (MemoryUseOrDef *MA = MSSAU->getMemorySSA()->getMemoryAccess(P)) { in moveUp() local 625 if (MemoryUseOrDef *MA = MSSAU->getMemorySSA()->getMemoryAccess(&I)) { in moveUp() local 639 if (MemoryUseOrDef *MA = MSSAU->getMemorySSA()->getMemoryAccess(I)) { in moveUp() local 1404 MemoryUseOrDef *MA = MSSA->getMemoryAccess(M); in processMemCpy() local
|
H A D | LoopInstSimplify.cpp | 139 if (MemoryAccess *MA = MSSA->getMemoryAccess(&I)) in simplifyLoopInst() local
|
H A D | NewGVN.cpp | 742 CongruenceClass *createMemoryClass(MemoryAccess *MA) { in createMemoryClass() 748 CongruenceClass *ensureLeaderOfMemoryClass(MemoryAccess *MA) { in ensureLeaderOfMemoryClass() 1609 if (auto *MA = MSSA->getMemoryAccess(CI)) { in performSymbolicCallEvaluation() local 2063 void NewGVN::markMemoryDefTouched(const MemoryAccess *MA) { in markMemoryDefTouched() 2067 void NewGVN::markMemoryUsersTouched(const MemoryAccess *MA) { in markMemoryUsersTouched() 2371 if (MemoryAccess *MA = getMemoryAccess(I)) in performCongruenceFinding() local 2511 auto *MA = getMemoryAccess(TI); in processOutgoingEdges() local
|
H A D | DeadStoreElimination.cpp | 893 MemoryAccess *MA = MSSA.getMemoryAccess(&I); in get() local 1659 if (MemoryAccess *MA = MSSA.getMemoryAccess(DeadInst)) { in deleteDeadInstruction() local
|
H A D | LowerMatrixIntrinsics.cpp | 1377 MatrixTy MA; in LowerMatrixMultiplyFused() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/ |
H A D | Function.h | 378 if (const auto MA = in getFnStackAlignment() local 487 if (const auto MA = getParamAlign(ArgNo)) in getParamAlignment() local
|
H A D | IntrinsicInst.h | 621 if (auto MA = getParamAlign(ARG_DEST)) in getDestAlignment() local 686 if (auto MA = BaseCL::getParamAlign(ARG_SOURCE)) in getSourceAlignment() local
|
/netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/uni/ |
H A D | package.d | 1075 static void check(size_t lvl, MA)(ref MA arr){ in check() argument 1080 static void fillIdx(size_t lvl, MA)(ref MA arr){ in fillIdx() argument
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Support/ |
H A D | Alignment.h | 354 inline std::string DebugStr(const MaybeAlign &MA) { in DebugStr()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/ |
H A D | RDFGraph.cpp | 487 void CodeNode::addMemberAfter(NodeAddr<NodeBase*> MA, NodeAddr<NodeBase*> NA, in addMemberAfter() 496 NodeAddr<NodeBase*> MA = getFirstMember(G); in removeMember() local
|
/netbsd-src/usr.bin/deroff/ |
H A D | deroff.c | 114 #define MA 3 /* -man */ macro
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/ |
H A D | LoopUtils.cpp | 1757 if (MemoryAccess *MA = MSSA.getMemoryAccess(I)) { in hasPartialIVCondition() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/ |
H A D | HexagonConstExtenders.cpp | 1984 const MachineInstr *MA = A.UseMI; in runOnMachineFunction() local
|
/netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/ |
H A D | uni.d | 1108 static void check(size_t lvl, MA)(ref MA arr){ in check() argument 1113 static void fillIdx(size_t lvl, MA)(ref MA arr){ in fillIdx() argument
|
/netbsd-src/external/cddl/osnet/dev/dtrace/x86/ |
H A D | dis_tables.c | 123 MA, enumerator
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/ |
H A D | AsmWriter.cpp | 330 if (const Argument *MA = dyn_cast<Argument>(V)) in getModuleFromVal() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/MC/MCParser/ |
H A D | AsmParser.cpp | 2666 bool AsmParser::parseMacroArgument(MCAsmMacroArgument &MA, bool Vararg) { in parseMacroArgument()
|