Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
HDMemCpyOptimizer.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 …]
HDAlignmentFromAssumptions.cpp238 getNewAlignment(AASCEV, AlignSCEV, OffSCEV, MI->getDest(), SE); in processAssumption()
HDLoopIdiomRecognize.cpp768 Value *Dest = MCI->getDest(); in processLoopMemCpy()
837 Value *Pointer = MSI->getDest(); in processLoopMemSet()
HDSROA.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-13-stable/contrib/llvm-project/clang/lib/Frontend/
HDModuleDependencyCollector.cpp117 StringRef VFSDir = getDest(); in writeFileMap()
148 SmallString<256> CacheDst = getDest(); in copyToRoot()
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/X86/
HDX86LoadValueInjectionLoadHardening.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()
HDImmutableGraph.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-13-stable/contrib/llvm-project/clang/include/clang/Frontend/
HDUtils.h150 StringRef getDest() { return DestDir; } in getDest() function
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/
HDVNCoercion.cpp262 return analyzeLoadFromClobberingWrite(LoadTy, LoadPtr, MI->getDest(), in analyzeLoadFromClobberingMemInst()
280 int Offset = analyzeLoadFromClobberingWrite(LoadTy, LoadPtr, MI->getDest(), in analyzeLoadFromClobberingMemInst()
HDEvaluator.cpp405 Constant *Ptr = getVal(MSI->getDest()); in EvaluateBlock()
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/IR/
HDIntrinsicInst.h980 Value *getDest() const { return getRawDest()->stripPointerCasts(); } in getDest() function
1462 Value *getDest() const { return const_cast<Value *>(getArgOperand(0)); } in getDest() function
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Analysis/
HDLoads.cpp563 Value *Dst = MSI->getDest(); in getAvailableLoadStore()
HDLint.cpp310 Check(AA->alias(MCI->getSource(), Size, MCI->getDest(), Size) != in visitCallBase()
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
HDLiveInterval.h981 LiveRange *getDest() const { return LR; } in getDest() function
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AArch64/
HDAArch64StackTagging.cpp421 MSI->getDest()->getPointerOffsetFrom(StartPtr, *DL); in collectInitializers()
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
HDInstCombineCalls.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-13-stable/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
HDHWAddressSanitizer.cpp1061 return (!ClInstrumentWrites || ignoreAccess(ORE, MTI, MTI->getDest())) && in ignoreMemIntrinsic()
1065 return !ClInstrumentWrites || ignoreAccess(ORE, MI, MI->getDest()); in ignoreMemIntrinsic()
HDDataFlowSanitizer.cpp2927 {ValShadow, ValOrigin, I.getDest(), in visitMemSetInst()
2943 Value *DestShadow = DFSF.DFS.getShadowAddress(I.getDest(), I.getIterator()); in visitMemTransferInst()
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/IPO/
HDExpandVariadics.cpp908 Builder.CreateMemCpy(Inst->getDest(), {}, Inst->getSrc(), {}, in expandVAIntrinsicCall()
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
HDAMDGPUPromoteAlloca.cpp859 Value *Dest = TransferInst->getDest(); in tryPromoteAllocaToVector()
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/
HDCodeGenPrepare.cpp2430 Align DestAlign = getKnownAlignment(MI->getDest(), *DL); in optimizeCallInst()