Home
last modified time | relevance | path

Searched refs:getDest (Results 1 – 20 of 20) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DMemCpyOptimizer.cpp190 addRange(OffsetFromFirst, Size, MSI->getDest(), MSI->getDestAlign(), MSI); in addMemSet()
441 MSI->getDest()->getPointerOffsetFrom(StartPtr, DL); in tryMergingIntoMemset()
843 tryMergingIntoMemset(MSI, MSI->getDest(), MSI->getValue())) { in processMemSet()
1144 if (M->getSource() != MDep->getDest()) { in processMemCpyMemCpyDependence()
1146 M->getSource()->getPointerOffsetFrom(MDep->getDest(), DL); in processMemCpyMemCpyDependence()
1189 CopySource = M->getDest(); in processMemCpyMemCpyDependence()
1215 if (BAA.isMustAlias(M->getDest(), CopySource)) { in processMemCpyMemCpyDependence()
1247 Builder.CreateMemMove(M->getDest(), M->getDestAlign(), CopySource, in processMemCpyMemCpyDependence()
1253 NewM = Builder.CreateMemCpyInline(M->getDest(), M->getDestAlign(), in processMemCpyMemCpyDependence()
1258 Builder.CreateMemCpy(M->getDest(), M->getDestAlign(), CopySource, in processMemCpyMemCpyDependence()
[all …]
H A DAlignmentFromAssumptions.cpp238 getNewAlignment(AASCEV, AlignSCEV, OffSCEV, MI->getDest(), SE); in processAssumption()
H A DLoopIdiomRecognize.cpp768 Value *Dest = MCI->getDest(); in processLoopMemCpy()
837 Value *Pointer = MSI->getDest(); in processLoopMemSet()
H A DSROA.cpp3304 if (llvm::is_contained(DbgAssign->location_ops(), II.getDest()) || in visitMemTransferInst()
3305 DbgAssign->getAddress() == II.getDest()) in visitMemTransferInst()
3306 DbgAssign->replaceVariableLocationOp(II.getDest(), AdjustedPtr); in visitMemTransferInst()
/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DModuleDependencyCollector.cpp117 StringRef VFSDir = getDest(); in writeFileMap()
148 SmallString<256> CacheDst = getDest(); in copyToRoot()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86LoadValueInjectionLoadHardening.cpp547 const Node *Dest = E.getDest(); in elimMitigatedEdgesAndNodes()
571 const Node *Dest = E.getDest(); in elimMitigatedEdgesAndNodes()
582 if (ReachableNodes.contains(*E.getDest())) { in elimMitigatedEdgesAndNodes()
634 Edges[Graph->getEdgeIndex(E)] = Graph->getNodeIndex(*E.getDest()); in hardenLoadsWithPlugin()
676 IngressEdgeMap[E.getDest()].push_back(&E); in hardenLoadsWithHeuristic()
692 SmallVector<const Edge *, 2> &IngressEdges = IngressEdgeMap[E.getDest()]; in hardenLoadsWithHeuristic()
H A DImmutableGraph.h55 const Node *getDest() const { return Dest; }; in getDest() function
384 size_type DestIdx = G.getNodeIndex(*E.getDest()); in trim()
410 static NodeRef edge_dest(EdgeRef E) { return E.getDest(); }
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DVNCoercion.cpp262 return analyzeLoadFromClobberingWrite(LoadTy, LoadPtr, MI->getDest(), in analyzeLoadFromClobberingMemInst()
280 int Offset = analyzeLoadFromClobberingWrite(LoadTy, LoadPtr, MI->getDest(), in analyzeLoadFromClobberingMemInst()
H A DEvaluator.cpp405 Constant *Ptr = getVal(MSI->getDest()); in EvaluateBlock()
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DIntrinsicInst.h980 Value *getDest() const { return getRawDest()->stripPointerCasts(); } in getDest() function
1462 Value *getDest() const { return const_cast<Value *>(getArgOperand(0)); } in getDest() function
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64StackTagging.cpp421 MSI->getDest()->getPointerOffsetFrom(StartPtr, *DL); in collectInitializers()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DLiveInterval.h981 LiveRange *getDest() const { return LR; } in getDest() function
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DLoads.cpp563 Value *Dst = MSI->getDest(); in getAvailableLoadStore()
H A DLint.cpp310 Check(AA->alias(MCI->getSource(), Size, MCI->getDest(), Size) != in visitCallBase()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineCalls.cpp133 if (!isModSet(AA->getModRefInfoMask(MI->getDest()))) { in SimplifyAnyMemTransfer()
219 getKnownAlignment(MI->getDest(), DL, MI, &AC, &DT); in SimplifyAnyMemSet()
229 if (!isModSet(AA->getModRefInfoMask(MI->getDest()))) { in SimplifyAnyMemSet()
265 Value *Dest = MI->getDest(); in SimplifyAnyMemSet()
1576 if (MTI->getSource() == MTI->getDest()) in visitCallInst()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DHWAddressSanitizer.cpp1061 return (!ClInstrumentWrites || ignoreAccess(ORE, MTI, MTI->getDest())) && in ignoreMemIntrinsic()
1065 return !ClInstrumentWrites || ignoreAccess(ORE, MI, MI->getDest()); in ignoreMemIntrinsic()
H A DDataFlowSanitizer.cpp2927 {ValShadow, ValOrigin, I.getDest(), in visitMemSetInst()
2943 Value *DestShadow = DFSF.DFS.getShadowAddress(I.getDest(), I.getIterator()); in visitMemTransferInst()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DExpandVariadics.cpp908 Builder.CreateMemCpy(Inst->getDest(), {}, Inst->getSrc(), {}, in expandVAIntrinsicCall()
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUPromoteAlloca.cpp859 Value *Dest = TransferInst->getDest(); in tryPromoteAllocaToVector()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DCodeGenPrepare.cpp2430 Align DestAlign = getKnownAlignment(MI->getDest(), *DL); in optimizeCallInst()