Home
last modified time | relevance | path

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

12

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DMemorySSA.cpp116 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 DMemorySSAUpdater.cpp144 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 DLoads.cpp211 MaybeAlign MA, in isDereferenceableAndAlignedPointer()
H A DConstantFolding.cpp2626 APFloat MA(Sem), SC(Sem), TC(Sem); in ConstantFoldAMDGCNCubeIntrinsic() local
/netbsd-src/external/gpl3/binutils/dist/bfd/
H A Dcpu-mep.c24 #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 Dcpu-mep.c24 #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 DMemorySSAUpdater.h225 if (MemoryAccess *MA = MSSA->getMemoryAccess(I)) variable
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
H A DAMDGPUAnnotateUniformValues.cpp74 const MemoryAccess *MA = MSSA->getWalker()->getClobberingMemoryAccess(Load); in isClobberedInFunction() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DMemCpyOptimizer.cpp345 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 DLoopInstSimplify.cpp139 if (MemoryAccess *MA = MSSA->getMemoryAccess(&I)) in simplifyLoopInst() local
H A DNewGVN.cpp742 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 DDeadStoreElimination.cpp893 MemoryAccess *MA = MSSA.getMemoryAccess(&I); in get() local
1659 if (MemoryAccess *MA = MSSA.getMemoryAccess(DeadInst)) { in deleteDeadInstruction() local
H A DLowerMatrixIntrinsics.cpp1377 MatrixTy MA; in LowerMatrixMultiplyFused() local
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DFunction.h378 if (const auto MA = in getFnStackAlignment() local
487 if (const auto MA = getParamAlign(ArgNo)) in getParamAlignment() local
H A DIntrinsicInst.h621 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 Dpackage.d1075 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 DAlignment.h354 inline std::string DebugStr(const MaybeAlign &MA) { in DebugStr()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DRDFGraph.cpp487 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 Dderoff.c114 #define MA 3 /* -man */ macro
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
H A DLoopUtils.cpp1757 if (MemoryAccess *MA = MSSA.getMemoryAccess(I)) { in hasPartialIVCondition() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/
H A DHexagonConstExtenders.cpp1984 const MachineInstr *MA = A.UseMI; in runOnMachineFunction() local
/netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/
H A Duni.d1108 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 Ddis_tables.c123 MA, enumerator
/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/
H A DAsmWriter.cpp330 if (const Argument *MA = dyn_cast<Argument>(V)) in getModuleFromVal() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/MC/MCParser/
H A DAsmParser.cpp2666 bool AsmParser::parseMacroArgument(MCAsmMacroArgument &MA, bool Vararg) { in parseMacroArgument()

12