Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/clang/lib/Frontend/
DModuleDependencyCollector.cpp134 StringRef VFSDir = getDest(); in writeFileMap()
165 SmallString<256> CacheDst = getDest(); in copyToRoot()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
DMemCpyOptimizer.cpp189 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()
DAlignmentFromAssumptions.cpp285 getNewAlignment(AASCEV, AlignSCEV, OffSCEV, MI->getDest(), SE); in processAssumption()
DLoopIdiomRecognize.cpp838 Value *Dest = MCI->getDest(); in processLoopMemCpy()
906 Value *Pointer = MSI->getDest(); in processLoopMemSet()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/X86/
DX86LoadValueInjectionLoadHardening.cpp549 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()
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-12-stable/contrib/llvm-project/clang/include/clang/Frontend/
DUtils.h164 StringRef getDest() { return DestDir; } in getDest() function
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/
DVNCoercion.cpp383 return analyzeLoadFromClobberingWrite(LoadTy, LoadPtr, MI->getDest(), in analyzeLoadFromClobberingMemInst()
401 int Offset = analyzeLoadFromClobberingWrite(LoadTy, LoadPtr, MI->getDest(), in analyzeLoadFromClobberingMemInst()
DEvaluator.cpp508 Constant *Ptr = getVal(MSI->getDest()); in EvaluateBlock()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Analysis/
DLint.cpp305 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/
DIntrinsicInst.h630 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/
DInstCombineCalls.cpp129 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/
DLiveInterval.h968 LiveRange *getDest() const { return LR; } in getDest() function
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/AArch64/
DAArch64StackTagging.cpp406 Optional<int64_t> Offset = isPointerOffset(StartPtr, MSI->getDest(), *DL); in collectInitializers()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
DDataFlowSanitizer.cpp2746 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/
DCodeGenPrepare.cpp2143 Align DestAlign = getKnownAlignment(MI->getDest(), *DL); in optimizeCallInst()