Home
last modified time | relevance | path

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

12

/openbsd-src/gnu/llvm/llvm/lib/Analysis/
H A 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 …]
H A 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()
H A DConstantFolding.cpp2890 APFloat MA(Sem), SC(Sem), TC(Sem); in ConstantFoldAMDGCNCubeIntrinsic() local
/openbsd-src/gnu/llvm/llvm/include/llvm/Analysis/
H A DMemorySSAUpdater.h223 if (MemoryAccess *MA = MSSA->getMemoryAccess(I)) variable
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Scalar/
H A 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
H A DLoopInstSimplify.cpp137 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()
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 DScalarizeMaskedMemIntrin.cpp955 MaybeAlign MA = in optimizeCallInst() local
967 MaybeAlign MA = in optimizeCallInst() local
H A DDeadStoreElimination.cpp855 MemoryAccess *MA = MSSA.getMemoryAccess(&I); in DSEState() local
1686 if (MemoryAccess *MA = MSSA.getMemoryAccess(DeadInst)) { in deleteDeadInstruction() local
H A DLowerMatrixIntrinsics.cpp1685 MatrixTy MA; in LowerMatrixMultiplyFused() local
/openbsd-src/gnu/llvm/llvm/lib/Target/AMDGPU/Utils/
H A DAMDGPUMemoryUtils.cpp167 MemoryAccess *MA = WorkList.pop_back_val(); in isClobberedInFunction() local
/openbsd-src/gnu/llvm/llvm/include/llvm/Support/
H A DAlignment.h316 inline std::string DebugStr(const MaybeAlign &MA) { in DebugStr()
/openbsd-src/gnu/llvm/llvm/lib/Target/RISCV/
H A DRISCVGatherScatterLowering.cpp96 MaybeAlign MA = cast<ConstantInt>(AlignOp)->getMaybeAlignValue(); in isLegalTypeAndAlignment() local
H A DRISCVInsertVSETVLI.cpp383 void setVTYPE(RISCVII::VLMUL L, unsigned S, bool TA, bool MA) { in setVTYPE()
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Utils/
H A DEvaluator.cpp159 MutableAggregate *MA = new MutableAggregate(Ty); in makeMutable() local
H A DLoopUtils.cpp1742 if (MemoryAccess *MA = MSSA.getMemoryAccess(I)) { in hasPartialIVCondition() local
/openbsd-src/gnu/llvm/llvm/include/llvm/IR/
H A DIntrinsicInst.h843 if (auto MA = getParamAlign(ARG_DEST)) in getDestAlignment() local
904 if (auto MA = BaseCL::getParamAlign(ARG_SOURCE)) in getSourceAlignment() local
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DRDFGraph.cpp485 void CodeNode::addMemberAfter(NodeAddr<NodeBase*> MA, NodeAddr<NodeBase*> NA, in addMemberAfter()
494 NodeAddr<NodeBase*> MA = getFirstMember(G); in removeMember() local
H A DMachineFunction.cpp157 if (auto MA = F.getFnStackAlign()) in getFnStackAlignment() local
/openbsd-src/usr.bin/deroff/
H A Dderoff.c108 #define MA 3 /* -man */ macro
/openbsd-src/gnu/llvm/llvm/lib/Target/Hexagon/
H A DHexagonConstExtenders.cpp1986 const MachineInstr *MA = A.UseMI; in runOnMachineFunction() local
/openbsd-src/gnu/llvm/llvm/lib/Target/NVPTX/
H A DNVPTXISelLowering.cpp2344 const MaybeAlign MA(Node->getConstantOperandVal(3)); in LowerVAARG() local
/openbsd-src/gnu/llvm/llvm/lib/MC/MCParser/
H A DAsmParser.cpp2688 bool AsmParser::parseMacroArgument(MCAsmMacroArgument &MA, bool Vararg) { in parseMacroArgument()
/openbsd-src/gnu/llvm/llvm/lib/IR/
H A DAsmWriter.cpp263 if (const Argument *MA = dyn_cast<Argument>(V)) in getModuleFromVal() local
/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaTemplateDeduction.cpp2062 const auto *MA = A->getAs<MatrixType>(); in DeduceTemplateArgumentsByTypeMatch() local

12