/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
H A D | MemCpyOptimizer.cpp | 190 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 D | AlignmentFromAssumptions.cpp | 238 getNewAlignment(AASCEV, AlignSCEV, OffSCEV, MI->getDest(), SE); in processAssumption()
|
H A D | LoopIdiomRecognize.cpp | 768 Value *Dest = MCI->getDest(); in processLoopMemCpy() 837 Value *Pointer = MSI->getDest(); in processLoopMemSet()
|
H A D | SROA.cpp | 3304 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 D | ModuleDependencyCollector.cpp | 117 StringRef VFSDir = getDest(); in writeFileMap() 148 SmallString<256> CacheDst = getDest(); in copyToRoot()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
H A D | X86LoadValueInjectionLoadHardening.cpp | 547 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 D | ImmutableGraph.h | 55 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 D | VNCoercion.cpp | 262 return analyzeLoadFromClobberingWrite(LoadTy, LoadPtr, MI->getDest(), in analyzeLoadFromClobberingMemInst() 280 int Offset = analyzeLoadFromClobberingWrite(LoadTy, LoadPtr, MI->getDest(), in analyzeLoadFromClobberingMemInst()
|
H A D | Evaluator.cpp | 405 Constant *Ptr = getVal(MSI->getDest()); in EvaluateBlock()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/ |
H A D | IntrinsicInst.h | 980 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 D | AArch64StackTagging.cpp | 421 MSI->getDest()->getPointerOffsetFrom(StartPtr, *DL); in collectInitializers()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
H A D | LiveInterval.h | 981 LiveRange *getDest() const { return LR; } in getDest() function
|
/freebsd/contrib/llvm-project/llvm/lib/Analysis/ |
H A D | Loads.cpp | 563 Value *Dst = MSI->getDest(); in getAvailableLoadStore()
|
H A D | Lint.cpp | 310 Check(AA->alias(MCI->getSource(), Size, MCI->getDest(), Size) != in visitCallBase()
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/ |
H A D | InstCombineCalls.cpp | 133 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 D | HWAddressSanitizer.cpp | 1061 return (!ClInstrumentWrites || ignoreAccess(ORE, MTI, MTI->getDest())) && in ignoreMemIntrinsic() 1065 return !ClInstrumentWrites || ignoreAccess(ORE, MI, MI->getDest()); in ignoreMemIntrinsic()
|
H A D | DataFlowSanitizer.cpp | 2927 {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 D | ExpandVariadics.cpp | 908 Builder.CreateMemCpy(Inst->getDest(), {}, Inst->getSrc(), {}, in expandVAIntrinsicCall()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
H A D | AMDGPUPromoteAlloca.cpp | 859 Value *Dest = TransferInst->getDest(); in tryPromoteAllocaToVector()
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
H A D | CodeGenPrepare.cpp | 2430 Align DestAlign = getKnownAlignment(MI->getDest(), *DL); in optimizeCallInst()
|