| /freebsd-12-stable/contrib/llvm-project/clang/lib/Frontend/ |
| D | ModuleDependencyCollector.cpp | 134 StringRef VFSDir = getDest(); in writeFileMap() 165 SmallString<256> CacheDst = getDest(); in copyToRoot()
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
| D | MemCpyOptimizer.cpp | 189 addRange(OffsetFromFirst, Size, MSI->getDest(), MSI->getDestAlignment(), MSI); in addMemSet() 460 Optional<int64_t> Offset = isPointerOffset(StartPtr, MSI->getDest(), DL); in tryMergingIntoMemset() 858 if (Instruction *I = tryMergingIntoMemset(MSI, MSI->getDest(), in processMemSet() 1060 if (M->getSource() != MDep->getDest() || MDep->isVolatile()) in processMemCpyMemCpyDependence() 1167 if (!AA->isMustAlias(MemSet->getDest(), MemCpy->getDest())) in processMemSetMemCpyDependence() 1174 MemoryLocation(MemCpy->getDest(), in processMemSetMemCpyDependence() 1398 if (M->getSource() == M->getDest()) { in processMemCpy() 1469 M, M, M->getDest(), M->getSource(), in processMemCpy() 1525 if (performCallSlotOptzn(M, M, M->getDest(), M->getSource(), in processMemCpy() 1625 ByValArg->stripPointerCasts() != MDep->getDest()) in processByValArgument()
|
| D | AlignmentFromAssumptions.cpp | 285 getNewAlignment(AASCEV, AlignSCEV, OffSCEV, MI->getDest(), SE); in processAssumption()
|
| D | LoopIdiomRecognize.cpp | 838 Value *Dest = MCI->getDest(); in processLoopMemCpy() 906 Value *Pointer = MSI->getDest(); in processLoopMemSet()
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/X86/ |
| D | X86LoadValueInjectionLoadHardening.cpp | 549 const Node *Dest = E.getDest(); in elimMitigatedEdgesAndNodes() 573 const Node *Dest = E.getDest(); in elimMitigatedEdgesAndNodes() 584 if (ReachableNodes.contains(*E.getDest())) { in elimMitigatedEdgesAndNodes() 637 Edges[Graph->getEdgeIndex(E)] = Graph->getNodeIndex(*E.getDest()); in hardenLoadsWithPlugin() 679 IngressEdgeMap[E.getDest()].push_back(&E); in hardenLoadsWithHeuristic() 695 SmallVector<const Edge *, 2> &IngressEdges = IngressEdgeMap[E.getDest()]; in hardenLoadsWithHeuristic()
|
| 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-12-stable/contrib/llvm-project/clang/include/clang/Frontend/ |
| D | Utils.h | 164 StringRef getDest() { return DestDir; } in getDest() function
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
| D | VNCoercion.cpp | 383 return analyzeLoadFromClobberingWrite(LoadTy, LoadPtr, MI->getDest(), in analyzeLoadFromClobberingMemInst() 401 int Offset = analyzeLoadFromClobberingWrite(LoadTy, LoadPtr, MI->getDest(), in analyzeLoadFromClobberingMemInst()
|
| D | Evaluator.cpp | 508 Constant *Ptr = getVal(MSI->getDest()); in EvaluateBlock()
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/Analysis/ |
| D | Lint.cpp | 305 Assert(AA->alias(MCI->getSource(), Size, MCI->getDest(), Size) != in visitCallBase() 322 Assert(AA->alias(MCII->getSource(), LS, MCII->getDest(), LS) != in visitCallBase()
|
| /freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/IR/ |
| D | IntrinsicInst.h | 630 Value *getDest() const { return getRawDest()->stripPointerCasts(); } in getDest() function 1101 Value *getDest() const { return const_cast<Value *>(getArgOperand(0)); } in getDest() function
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/InstCombine/ |
| D | InstCombineCalls.cpp | 129 if (AA->pointsToConstantMemory(MI->getDest())) { in SimplifyAnyMemTransfer() 228 getKnownAlignment(MI->getDest(), DL, MI, &AC, &DT); in SimplifyAnyMemSet() 238 if (AA->pointsToConstantMemory(MI->getDest())) { in SimplifyAnyMemSet() 265 Value *Dest = MI->getDest(); in SimplifyAnyMemSet() 877 if (MTI->getSource() == MTI->getDest()) in visitCallInst()
|
| /freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
| D | LiveInterval.h | 968 LiveRange *getDest() const { return LR; } in getDest() function
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/AArch64/ |
| D | AArch64StackTagging.cpp | 406 Optional<int64_t> Offset = isPointerOffset(StartPtr, MSI->getDest(), *DL); in collectInitializers()
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/ |
| D | DataFlowSanitizer.cpp | 2746 IRB.CreateBitCast(I.getDest(), Type::getInt8PtrTy(*DFSF.DFS.Ctx)), in visitMemSetInst() 2763 Value *RawDestShadow = DFSF.DFS.getShadowAddress(I.getDest(), &I); in visitMemTransferInst()
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/ |
| D | CodeGenPrepare.cpp | 2143 Align DestAlign = getKnownAlignment(MI->getDest(), *DL); in optimizeCallInst()
|