Home
last modified time | relevance | path

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

12

/freebsd-src/contrib/llvm-project/llvm/lib/Analysis/
H A DMemorySSA.cpp104 if (MemoryAccess *MA = MSSA->getMemoryAccess(BB)) emitBasicBlockStartAnnot() local
110 if (MemoryAccess *MA = MSSA->getMemoryAccess(I)) emitInstructionAnnot() local
128 if (MemoryAccess *MA = MSSA->getMemoryAccess(BB)) emitBasicBlockStartAnnot() local
134 if (MemoryAccess *MA = MSSA->getMemoryAccess(I)) { emitInstructionAnnot() local
419 for (const auto *MA : def_chain(MAP.first)) { checkClobberSanity() local
871 for (auto *MA : def_chain(const_cast<MemoryAccess *>(Target))) tryOptimizePhi() local
1019 getClobberingMemoryAccess(MemoryAccess * MA,BatchAAResults & BAA,unsigned & UWL) getClobberingMemoryAccess() argument
1023 getClobberingMemoryAccess(MemoryAccess * MA,const MemoryLocation & Loc,BatchAAResults & BAA,unsigned & UWL) getClobberingMemoryAccess() argument
1030 getClobberingMemoryAccessWithoutInvariantGroup(MemoryAccess * MA,BatchAAResults & BAA,unsigned & UWL) getClobberingMemoryAccessWithoutInvariantGroup() argument
1034 getClobberingMemoryAccess(MemoryAccess * MA,BatchAAResults & BAA) getClobberingMemoryAccess() argument
1039 getClobberingMemoryAccess(MemoryAccess * MA,const MemoryLocation & Loc,BatchAAResults & BAA) getClobberingMemoryAccess() argument
1046 invalidateInfo(MemoryAccess * MA) invalidateInfo() argument
1062 getClobberingMemoryAccess(MemoryAccess * MA,BatchAAResults & BAA,unsigned & UWL) getClobberingMemoryAccess() argument
1066 getClobberingMemoryAccess(MemoryAccess * MA,const MemoryLocation & Loc,BatchAAResults & BAA,unsigned & UWL) getClobberingMemoryAccess() argument
1072 getClobberingMemoryAccess(MemoryAccess * MA,BatchAAResults & BAA) getClobberingMemoryAccess() argument
1077 getClobberingMemoryAccess(MemoryAccess * MA,const MemoryLocation & Loc,BatchAAResults & BAA) getClobberingMemoryAccess() argument
1084 invalidateInfo(MemoryAccess * MA) invalidateInfo() argument
1588 __anonb05229750b02(const MemoryAccess &MA) insertIntoListsForBlock() argument
1593 __anonb05229750c02(const MemoryAccess &MA) insertIntoListsForBlock() argument
1794 removeFromLookups(MemoryAccess * MA) removeFromLookups() argument
1821 removeFromLists(MemoryAccess * MA,bool ShouldDelete) removeFromLists() argument
1991 MemoryUseOrDef *MA = getMemoryAccess(&I); verifyOrderingDominationAndDefUses() local
2182 MemoryAccess *MA = cast<MemoryAccess>(Op); print() local
2490 getClobberingMemoryAccessBase(MemoryAccess * MA,BatchAAResults & BAA,unsigned & UpwardWalkLimit,bool SkipSelf,bool UseInvariantGroup) getClobberingMemoryAccessBase() argument
2575 getClobberingMemoryAccess(MemoryAccess * MA,BatchAAResults &) getClobberingMemoryAccess() argument
[all...]
H A DMemorySSAUpdater.cpp137 MemoryAccess *MemorySSAUpdater::getPreviousDef(MemoryAccess *MA) { in getPreviousDef() argument
147 MemoryAccess *MemorySSAUpdater::getPreviousDefInBlock(MemoryAccess *MA) { in getPreviousDefInBlock() argument
557 MemoryAccess *MA = nullptr; onlySingleValue() local
568 getNewDefiningAccessForClone(MemoryAccess * MA,const ValueToValueMapTy & VMap,PhiToDefMap & MPhiMap,MemorySSA * MSSA) getNewDefiningAccessForClone() argument
1266 __anon725ef00a0902(MemoryAccess *MA, BasicBlock *B) wireOldPredecessorsToNewImmediatePredecessor() argument
1280 removeMemoryAccess(MemoryAccess * MA,bool OptimizePhis) removeMemoryAccess() argument
[all...]
H A DConstantFolding.cpp2931 APFloat MA(Sem), SC(Sem), TC(Sem); ConstantFoldAMDGCNCubeIntrinsic() local
/freebsd-src/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DMemorySSAUpdater.h220 if (MemoryAccess *MA = MSSA->getMemoryAccess(I)) global() variable
/freebsd-src/contrib/llvm-project/llvm/lib/Target/AMDGPU/Utils/
H A DAMDGPUMemoryUtils.cpp127 MemoryAccess *MA = WorkList.pop_back_val(); isClobberedInFunction() local
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopInstSimplify.cpp135 if (MemoryAccess *MA = MSSA->getMemoryAccess(&I)) in simplifyLoopInst() local
H A DMemCpyOptimizer.cpp609 MemInsertPoint = cast<MemoryUseOrDef>(--MA->getIterator()); in moveUp() local
295 for (const MemoryAccess &MA : accessedBetween() local
603 if (MemoryUseOrDef *MA = MSSAU->getMemorySSA()->getMemoryAccess(P)) { moveUp() local
621 if (MemoryUseOrDef *MA = MSSAU->getMemorySSA()->getMemoryAccess(I)) { moveUp() local
1675 MemoryUseOrDef *MA = MSSA->getMemoryAccess(M); processMemCpy() local
[all...]
H A DNewGVN.cpp745 CC->setMemoryLeader(MA); in ensureLeaderOfMemoryClass() argument
739 createMemoryClass(MemoryAccess * MA) createMemoryClass() argument
1633 if (auto *MA = MSSA->getMemoryAccess(CI)) { performSymbolicCallEvaluation() local
2096 markMemoryDefTouched(const MemoryAccess * MA) markMemoryDefTouched() argument
2100 markMemoryUsersTouched(const MemoryAccess * MA) markMemoryUsersTouched() argument
2404 if (MemoryAccess *MA = getMemoryAccess(I)) performCongruenceFinding() local
2544 auto *MA = getMemoryAccess(TI); processOutgoingEdges() local
[all...]
H A DScalarizeMaskedMemIntrin.cpp947 MaybeAlign MA = optimizeCallInst() local
959 MaybeAlign MA = optimizeCallInst() local
H A DDeadStoreElimination.cpp1715 bool IsMemDef = MA && isa<MemoryDef>(MA); in deleteDeadInstruction() local
878 MemoryAccess *MA = MSSA.getMemoryAccess(&I); DSEState() local
[all...]
H A DLICM.cpp1138 getClobberingMemoryAccess(MemorySSA & MSSA,BatchAAResults & BAA,SinkAndHoistLICMFlags & Flags,MemoryUseOrDef * MA) getClobberingMemoryAccess() argument
[all...]
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DMoveAutoInit.cpp75 MemoryAccess *MA = WorkList.pop_back_val(); in usersDominator() local
H A DEvaluator.cpp159 MutableAggregate *MA = new MutableAggregate(Ty); in makeMutable() local
H A DLoopUtils.cpp1890 if (MemoryAccess *MA = MSSA.getMemoryAccess(I)) { hasPartialIVCondition() local
/freebsd-src/contrib/llvm-project/llvm/include/llvm/Support/
H A DAlignment.h316 inline std::string DebugStr(const MaybeAlign &MA) { in DebugStr()
/freebsd-src/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVGatherScatterLowering.cpp473 MaybeAlign MA = cast<ConstantInt>(AlignOp)->getMaybeAlignValue(); tryCreateStridedLoadStore() local
H A DRISCVInsertVSETVLI.cpp547 setVTYPE(RISCVII::VLMUL L,unsigned S,bool TA,bool MA) setVTYPE() argument
/freebsd-src/contrib/llvm-project/llvm/include/llvm/IR/
H A DIntrinsicInst.h945 if (auto MA = getParamAlign(ARG_DEST)) getDestAlignment() local
1006 if (auto MA = BaseCL::getParamAlign(ARG_SOURCE)) getSourceAlignment() local
/freebsd-src/contrib/llvm-project/llvm/utils/TableGen/
H A DGlobalISelMatchTable.cpp
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/
H A DRDFGraph.cpp481 void CodeNode::addMemberAfter(Node MA, Node NA, const DataFlowGraph &G) { in addMemberAfter() argument
489 Node MA = getFirstMember(G); in removeMember() local
[all...]
H A DMachineFunction.cpp159 if (auto MA = F.getFnStackAlign()) in getFnStackAlignment() local
/freebsd-src/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_alloc.cpp1258 #define KMP_IS_TARGET_MEM_ALLOC(MA) \ argument
/freebsd-src/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonConstExtenders.cpp1986 const MachineInstr *MA = A.UseMI; runOnMachineFunction() local
/freebsd-src/sys/dev/sym/
H A Dsym_defs.h427 #define MA 0x80 /* sta: phase mismatch */ macro
/freebsd-src/sys/cddl/dev/dtrace/x86/
H A Ddis_tables.c124 MA, enumerator
[all...]

12