Home
last modified time | relevance | path

Searched refs:getDst (Results 1 – 13 of 13) sorted by relevance

/llvm-project-15.0.7/mlir/lib/Dialect/X86Vector/IR/
H A DX86VectorDialect.cpp35 if (getSrc() && (getSrc().getType() != getDst().getType())) in verify()
38 if (getConstantSrc() && (getConstantSrc()->getType() != getDst().getType())) in verify()
/llvm-project-15.0.7/clang/lib/Analysis/
H A DProgramPoint.cpp138 << ", \"dst_id\": " << E.getDst()->getBlockID() << ", \"terminator\": "; in printJson()
153 if (const Stmt *Label = E.getDst()->getLabel()) { in printJson()
181 << (*E.getSrc()->succ_begin() == E.getDst() ? "true" : "false"); in printJson()
/llvm-project-15.0.7/clang/lib/Tooling/ASTDiff/
H A DASTDiff.cpp47 NodeId getDst(NodeId Src) const { return SrcToDst[Src]; } in getDst() function in clang::diff::__anonb3398b060111::Mapping
49 bool hasSrc(NodeId Src) const { return getDst(Src).isValid(); } in hasSrc()
74 return TheMapping.getDst(Id); in getMapped()
779 (P1.isValid() && P2.isValid() && M.getDst(P1) == P2); in haveSameParents()
803 NodeId Dst = M.getDst(Src); in getJaccardSimilarity()
931 NodeId Id2 = M.getDst(Id1); in computeChangeKinds()
/llvm-project-15.0.7/clang/lib/StaticAnalyzer/Checkers/
H A DAnalyzerStatsChecker.cpp122 const CFGBlock *Exit = BE.getDst(); in checkEndAnalysis()
/llvm-project-15.0.7/clang/lib/StaticAnalyzer/Core/
H A DCoreEngine.cpp122 NodeBuilderContext BuilderCtx(*this, StartLoc.getDst(), Node); in ExecuteWorkList()
238 const CFGBlock *Blk = L.getDst(); in HandleBlockEdge()
250 L.getDst() == *L.getSrc()->succ_begin()) { in HandleBlockEdge()
H A DExprEngineC.cpp714 unsigned constant = (*SrcBlock->succ_begin() == BE.getDst()) ? 1 : 0; in VisitLogicalExpr()
H A DBugReporterVisitors.cpp1990 bool TookTrueBranch = (*(srcBlk->succ_begin()) == BE->getDst()); in peelOffOuterExpr()
2603 return VisitTerminator(Term, N, SrcBlock, BE->getDst(), BR, BRC); in VisitNodeImpl()
H A DBugReporter.cpp865 const CFGBlock *Dst = BE.getDst(); in generateMinimalDiagForBlockEdge()
1020 return (*(Src->succ_begin()+1) == BE->getDst()); in isJumpToFalseBranch()
/llvm-project-15.0.7/mlir/lib/Dialect/NVGPU/IR/
H A DNVGPUDialect.cpp70 auto dstMemref = getDst().getType().cast<MemRefType>(); in verify()
/llvm-project-15.0.7/mlir/lib/Conversion/NVGPUToNVVM/
H A DNVGPUToNVVM.cpp363 auto dstMemrefType = op.getDst().getType().cast<MemRefType>(); in matchAndRewrite()
364 Value dstPtr = getStridedElementPtr(loc, dstMemrefType, adaptor.getDst(), in matchAndRewrite()
/llvm-project-15.0.7/llvm/include/llvm/Analysis/
H A DDependenceAnalysis.h110 Instruction *getDst() const { return Dst; } in getDst() function
/llvm-project-15.0.7/clang/include/clang/Analysis/
H A DProgramPoint.h514 const CFGBlock *getDst() const { in getDst() function
/llvm-project-15.0.7/llvm/lib/Analysis/
H A DDependenceAnalysis.cpp3966 Instruction *Dst = Dep.getDst(); in getSplitIteration()