| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/ |
| H A D | MemCpyOptimizer.cpp | 189 addRange(OffsetFromFirst, Size, MSI->getDest(), MSI->getDestAlignment(), MSI); in addMemSet() 451 Optional<int64_t> Offset = isPointerOffset(StartPtr, MSI->getDest(), DL); in tryMergingIntoMemset() 849 if (Instruction *I = tryMergingIntoMemset(MSI, MSI->getDest(), in processMemSet() 1047 if (M->getSource() != MDep->getDest() || MDep->isVolatile()) in processMemCpyMemCpyDependence() 1147 if (!AA->isMustAlias(MemSet->getDest(), MemCpy->getDest())) in processMemSetMemCpyDependence() 1154 MemoryLocation(MemCpy->getDest(), in processMemSetMemCpyDependence() 1375 if (M->getSource() == M->getDest()) { in processMemCpy() 1445 if (performCallSlotOptzn(M, M, M->getDest(), M->getSource(), in processMemCpy() 1501 if (performCallSlotOptzn(M, M, M->getDest(), M->getSource(), in processMemCpy() 1600 ByValArg->stripPointerCasts() != MDep->getDest()) in processByValArgument()
|
| H A D | AlignmentFromAssumptions.cpp | 278 getNewAlignment(AASCEV, AlignSCEV, OffSCEV, MI->getDest(), SE); in processAssumption()
|
| H A D | LoopIdiomRecognize.cpp | 837 Value *Dest = MCI->getDest(); in processLoopMemCpy() 905 Value *Pointer = MSI->getDest(); in processLoopMemSet()
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/Frontend/ |
| H A D | ModuleDependencyCollector.cpp | 134 StringRef VFSDir = getDest(); in writeFileMap() 165 SmallString<256> CacheDst = getDest(); in copyToRoot()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/ |
| H A 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()
|
| 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(); }
|
| /netbsd-src/external/apache2/llvm/dist/clang/include/clang/Frontend/ |
| H A D | Utils.h | 164 StringRef getDest() { return DestDir; } in getDest() function
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/ |
| H A D | VNCoercion.cpp | 383 return analyzeLoadFromClobberingWrite(LoadTy, LoadPtr, MI->getDest(), in analyzeLoadFromClobberingMemInst() 401 int Offset = analyzeLoadFromClobberingWrite(LoadTy, LoadPtr, MI->getDest(), in analyzeLoadFromClobberingMemInst()
|
| H A D | Evaluator.cpp | 498 Constant *Ptr = getVal(MSI->getDest()); in EvaluateBlock()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/ |
| H A 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()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/ |
| H A D | IntrinsicInst.h | 612 Value *getDest() const { return getRawDest()->stripPointerCasts(); } in getDest() function 1082 Value *getDest() const { return const_cast<Value *>(getArgOperand(0)); } in getDest() function
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/InstCombine/ |
| H A D | InstCombineCalls.cpp | 128 if (AA->pointsToConstantMemory(MI->getDest())) { in SimplifyAnyMemTransfer() 227 getKnownAlignment(MI->getDest(), DL, MI, &AC, &DT); in SimplifyAnyMemSet() 237 if (AA->pointsToConstantMemory(MI->getDest())) { in SimplifyAnyMemSet() 264 Value *Dest = MI->getDest(); in SimplifyAnyMemSet() 856 if (MTI->getSource() == MTI->getDest()) in visitCallInst()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/ |
| H A D | LiveInterval.h | 968 LiveRange *getDest() const { return LR; } in getDest() function
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/ |
| H A D | AArch64StackTagging.cpp | 404 Optional<int64_t> Offset = isPointerOffset(StartPtr, MSI->getDest(), *DL); in collectInitializers()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Instrumentation/ |
| H A D | DataFlowSanitizer.cpp | 2911 IRB.CreateBitCast(I.getDest(), Type::getInt8PtrTy(*DFSF.DFS.Ctx)), in visitMemSetInst() 2928 Value *RawDestShadow = DFSF.DFS.getShadowAddress(I.getDest(), &I); in visitMemTransferInst()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/ |
| H A D | CodeGenPrepare.cpp | 2139 Align DestAlign = getKnownAlignment(MI->getDest(), *DL); in optimizeCallInst()
|