Home
last modified time | relevance | path

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

12

/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DMemorySSA.cpp105 if (MemoryAccess *MA = MSSA->getMemoryAccess(BB)) in emitBasicBlockStartAnnot() local
111 if (MemoryAccess *MA = MSSA->getMemoryAccess(I)) in emitInstructionAnnot() local
129 if (MemoryAccess *MA = MSSA->getMemoryAccess(BB)) in emitBasicBlockStartAnnot() local
135 if (MemoryAccess *MA = MSSA->getMemoryAccess(I)) { in emitInstructionAnnot() local
422 for (const auto *MA : def_chain(MAP.first)) { in checkClobberSanity() local
874 for (auto *MA : def_chain(const_cast<MemoryAccess *>(Target))) in tryOptimizePhi() local
1022 MemoryAccess *getClobberingMemoryAccess(MemoryAccess *MA, BatchAAResults &BAA, in getClobberingMemoryAccess()
1026 MemoryAccess *getClobberingMemoryAccess(MemoryAccess *MA, in getClobberingMemoryAccess()
1033 MemoryAccess *MA, BatchAAResults &BAA, unsigned &UWL) { in getClobberingMemoryAccessWithoutInvariantGroup()
1037 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()
1266 Phi->unorderedDeleteIncomingIf([&](MemoryAccess *MA, BasicBlock *B) { in wireOldPredecessorsToNewImmediatePredecessor()
1280 void MemorySSAUpdater::removeMemoryAccess(MemoryAccess *MA, bool OptimizePhis) { in removeMemoryAccess()
H A DConstantFolding.cpp3006 APFloat MA(Sem), SC(Sem), TC(Sem); in ConstantFoldAMDGCNCubeIntrinsic() local
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DMemorySSAUpdater.h225 if (MemoryAccess *MA = MSSA->getMemoryAccess(I)) variable
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopInstSimplify.cpp135 if (MemoryAccess *MA = MSSA->getMemoryAccess(&I)) in simplifyLoopInst() local
H A DMemCpyOptimizer.cpp299 for (const MemoryAccess &MA : in accessedBetween() local
608 if (MemoryUseOrDef *MA = MSSAU->getMemorySSA()->getMemoryAccess(P)) { in moveUp() local
614 if (MemoryUseOrDef *MA = MSSAU->getMemorySSA()->getMemoryAccess(&I)) { in moveUp() local
626 if (MemoryUseOrDef *MA = MSSAU->getMemorySSA()->getMemoryAccess(I)) { in moveUp() local
1744 MemoryUseOrDef *MA = MSSA->getMemoryAccess(M); in processMemCpy() local
H A DNewGVN.cpp743 CongruenceClass *createMemoryClass(MemoryAccess *MA) { in createMemoryClass()
749 CongruenceClass *ensureLeaderOfMemoryClass(MemoryAccess *MA) { in ensureLeaderOfMemoryClass()
1637 if (auto *MA = MSSA->getMemoryAccess(CI)) { in performSymbolicCallEvaluation() local
2100 void NewGVN::markMemoryDefTouched(const MemoryAccess *MA) { in markMemoryDefTouched()
2104 void NewGVN::markMemoryUsersTouched(const MemoryAccess *MA) { in markMemoryUsersTouched()
2408 if (MemoryAccess *MA = getMemoryAccess(I)) in performCongruenceFinding() local
2544 auto *MA = getMemoryAccess(TI); in processOutgoingEdges() local
H A DScalarizeMaskedMemIntrin.cpp1026 MaybeAlign MA = in optimizeCallInst() local
1038 MaybeAlign MA = in optimizeCallInst() local
H A DDeadStoreElimination.cpp880 MemoryAccess *MA = MSSA.getMemoryAccess(&I); in DSEState() local
909 auto *MA = cast<MemoryAccess>(U.getUser()); in pushMemUses() local
1714 MemoryAccess *MA = MSSA.getMemoryAccess(DeadInst); in deleteDeadInstruction() local
H A DLICM.cpp1149 MemoryUseOrDef *MA) { in getClobberingMemoryAccess()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DMoveAutoInit.cpp76 if (!Visited.insert(MA).second) in usersDominator() local
H A DEvaluator.cpp159 MutableAggregate *MA = new MutableAggregate(Ty); in makeMutable() local
H A DLoopUtils.cpp2037 if (MemoryAccess *MA = MSSA.getMemoryAccess(I)) { in hasPartialIVCondition() local
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DAlignment.h316 inline std::string DebugStr(const MaybeAlign &MA) { in DebugStr()
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/Utils/
H A DAMDGPUMemoryUtils.cpp343 MemoryAccess *MA = WorkList.pop_back_val(); in isClobberedInFunction() local
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVGatherScatterLowering.cpp492 MaybeAlign MA = cast<ConstantInt>(AlignOp)->getMaybeAlignValue(); in tryCreateStridedLoadStore() local
H A DRISCVInsertVSETVLI.cpp676 void setVTYPE(RISCVII::VLMUL L, unsigned S, bool TA, bool MA) { in setVTYPE()
/freebsd/contrib/llvm-project/llvm/utils/TableGen/Common/GlobalISel/
H A DGlobalISelMatchTable.cpp987 for (const auto &MA : Actions) in emit() local
1044 for (const auto &MA : Actions) in emit() local
1057 for (const auto &MA : drop_end(Actions)) in emit() local
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DIntrinsicInst.h990 if (auto MA = getParamAlign(ARG_DEST)) in getDestAlignment() local
1051 if (auto MA = BaseCL::getParamAlign(ARG_SOURCE)) in getSourceAlignment() local
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DRDFGraph.cpp481 void CodeNode::addMemberAfter(Node MA, Node NA, const DataFlowGraph &G) { in addMemberAfter()
489 Node MA = getFirstMember(G); in removeMember() local
H A DMachineFunction.cpp159 if (auto MA = F.getFnStackAlign()) in getFnStackAlignment() local
/freebsd/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_alloc.cpp1258 #define KMP_IS_TARGET_MEM_ALLOC(MA) \ argument
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPULowerBufferFatPointers.cpp1863 AMDGPULowerBufferFatPointersPass::run(Module &M, ModuleAnalysisManager &MA) { in run()
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonConstExtenders.cpp1989 const MachineInstr *MA = A.UseMI; in runOnMachineFunction() local
/freebsd/sys/dev/sym/
H A Dsym_defs.h427 #define MA 0x80 /* sta: phase mismatch */ macro

12