/openbsd-src/gnu/llvm/llvm/lib/Analysis/ |
H A D | MemorySSA.cpp | 110 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 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() 1291 Phi->unorderedDeleteIncomingIf([&](MemoryAccess *MA, BasicBlock *B) { in wireOldPredecessorsToNewImmediatePredecessor() 1305 void MemorySSAUpdater::removeMemoryAccess(MemoryAccess *MA, bool OptimizePhis) { in removeMemoryAccess()
|
H A D | ConstantFolding.cpp | 2890 APFloat MA(Sem), SC(Sem), TC(Sem); in ConstantFoldAMDGCNCubeIntrinsic() local
|
/openbsd-src/gnu/llvm/llvm/include/llvm/Analysis/ |
H A D | MemorySSAUpdater.h | 223 if (MemoryAccess *MA = MSSA->getMemoryAccess(I)) variable
|
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Scalar/ |
H A D | MemCpyOptimizer.cpp | 342 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 D | LoopInstSimplify.cpp | 137 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() 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 D | ScalarizeMaskedMemIntrin.cpp | 955 MaybeAlign MA = in optimizeCallInst() local 967 MaybeAlign MA = in optimizeCallInst() local
|
H A D | DeadStoreElimination.cpp | 855 MemoryAccess *MA = MSSA.getMemoryAccess(&I); in DSEState() local 1686 if (MemoryAccess *MA = MSSA.getMemoryAccess(DeadInst)) { in deleteDeadInstruction() local
|
H A D | LowerMatrixIntrinsics.cpp | 1685 MatrixTy MA; in LowerMatrixMultiplyFused() local
|
/openbsd-src/gnu/llvm/llvm/lib/Target/AMDGPU/Utils/ |
H A D | AMDGPUMemoryUtils.cpp | 167 MemoryAccess *MA = WorkList.pop_back_val(); in isClobberedInFunction() local
|
/openbsd-src/gnu/llvm/llvm/include/llvm/Support/ |
H A D | Alignment.h | 316 inline std::string DebugStr(const MaybeAlign &MA) { in DebugStr()
|
/openbsd-src/gnu/llvm/llvm/lib/Target/RISCV/ |
H A D | RISCVGatherScatterLowering.cpp | 96 MaybeAlign MA = cast<ConstantInt>(AlignOp)->getMaybeAlignValue(); in isLegalTypeAndAlignment() local
|
H A D | RISCVInsertVSETVLI.cpp | 383 void setVTYPE(RISCVII::VLMUL L, unsigned S, bool TA, bool MA) { in setVTYPE()
|
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Utils/ |
H A D | Evaluator.cpp | 159 MutableAggregate *MA = new MutableAggregate(Ty); in makeMutable() local
|
H A D | LoopUtils.cpp | 1742 if (MemoryAccess *MA = MSSA.getMemoryAccess(I)) { in hasPartialIVCondition() local
|
/openbsd-src/gnu/llvm/llvm/include/llvm/IR/ |
H A D | IntrinsicInst.h | 843 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 D | RDFGraph.cpp | 485 void CodeNode::addMemberAfter(NodeAddr<NodeBase*> MA, NodeAddr<NodeBase*> NA, in addMemberAfter() 494 NodeAddr<NodeBase*> MA = getFirstMember(G); in removeMember() local
|
H A D | MachineFunction.cpp | 157 if (auto MA = F.getFnStackAlign()) in getFnStackAlignment() local
|
/openbsd-src/usr.bin/deroff/ |
H A D | deroff.c | 108 #define MA 3 /* -man */ macro
|
/openbsd-src/gnu/llvm/llvm/lib/Target/Hexagon/ |
H A D | HexagonConstExtenders.cpp | 1986 const MachineInstr *MA = A.UseMI; in runOnMachineFunction() local
|
/openbsd-src/gnu/llvm/llvm/lib/Target/NVPTX/ |
H A D | NVPTXISelLowering.cpp | 2344 const MaybeAlign MA(Node->getConstantOperandVal(3)); in LowerVAARG() local
|
/openbsd-src/gnu/llvm/llvm/lib/MC/MCParser/ |
H A D | AsmParser.cpp | 2688 bool AsmParser::parseMacroArgument(MCAsmMacroArgument &MA, bool Vararg) { in parseMacroArgument()
|
/openbsd-src/gnu/llvm/llvm/lib/IR/ |
H A D | AsmWriter.cpp | 263 if (const Argument *MA = dyn_cast<Argument>(V)) in getModuleFromVal() local
|
/openbsd-src/gnu/llvm/clang/lib/Sema/ |
H A D | SemaTemplateDeduction.cpp | 2062 const auto *MA = A->getAs<MatrixType>(); in DeduceTemplateArgumentsByTypeMatch() local
|