/freebsd/contrib/llvm-project/llvm/lib/Analysis/ |
H A D | MemorySSA.cpp | 105 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 D | MemorySSAUpdater.cpp | 137 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 D | ConstantFolding.cpp | 3006 APFloat MA(Sem), SC(Sem), TC(Sem); in ConstantFoldAMDGCNCubeIntrinsic() local
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/ |
H A D | MemorySSAUpdater.h | 225 if (MemoryAccess *MA = MSSA->getMemoryAccess(I)) variable
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
H A D | LoopInstSimplify.cpp | 135 if (MemoryAccess *MA = MSSA->getMemoryAccess(&I)) in simplifyLoopInst() local
|
H A D | MemCpyOptimizer.cpp | 299 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 D | NewGVN.cpp | 743 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 D | ScalarizeMaskedMemIntrin.cpp | 1026 MaybeAlign MA = in optimizeCallInst() local 1038 MaybeAlign MA = in optimizeCallInst() local
|
H A D | DeadStoreElimination.cpp | 880 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 D | LICM.cpp | 1149 MemoryUseOrDef *MA) { in getClobberingMemoryAccess()
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
H A D | MoveAutoInit.cpp | 76 if (!Visited.insert(MA).second) in usersDominator() local
|
H A D | Evaluator.cpp | 159 MutableAggregate *MA = new MutableAggregate(Ty); in makeMutable() local
|
H A D | LoopUtils.cpp | 2037 if (MemoryAccess *MA = MSSA.getMemoryAccess(I)) { in hasPartialIVCondition() local
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/ |
H A D | Alignment.h | 316 inline std::string DebugStr(const MaybeAlign &MA) { in DebugStr()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/Utils/ |
H A D | AMDGPUMemoryUtils.cpp | 343 MemoryAccess *MA = WorkList.pop_back_val(); in isClobberedInFunction() local
|
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/ |
H A D | RISCVGatherScatterLowering.cpp | 492 MaybeAlign MA = cast<ConstantInt>(AlignOp)->getMaybeAlignValue(); in tryCreateStridedLoadStore() local
|
H A D | RISCVInsertVSETVLI.cpp | 676 void setVTYPE(RISCVII::VLMUL L, unsigned S, bool TA, bool MA) { in setVTYPE()
|
/freebsd/contrib/llvm-project/llvm/utils/TableGen/Common/GlobalISel/ |
H A D | GlobalISelMatchTable.cpp | 987 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 D | IntrinsicInst.h | 990 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 D | RDFGraph.cpp | 481 void CodeNode::addMemberAfter(Node MA, Node NA, const DataFlowGraph &G) { in addMemberAfter() 489 Node MA = getFirstMember(G); in removeMember() local
|
H A D | MachineFunction.cpp | 159 if (auto MA = F.getFnStackAlign()) in getFnStackAlignment() local
|
/freebsd/contrib/llvm-project/openmp/runtime/src/ |
H A D | kmp_alloc.cpp | 1258 #define KMP_IS_TARGET_MEM_ALLOC(MA) \ argument
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
H A D | AMDGPULowerBufferFatPointers.cpp | 1863 AMDGPULowerBufferFatPointersPass::run(Module &M, ModuleAnalysisManager &MA) { in run()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/ |
H A D | HexagonConstExtenders.cpp | 1989 const MachineInstr *MA = A.UseMI; in runOnMachineFunction() local
|
/freebsd/sys/dev/sym/ |
H A D | sym_defs.h | 427 #define MA 0x80 /* sta: phase mismatch */ macro
|