Searched refs:getDst (Results 1 – 13 of 13) sorted by relevance
| /llvm-project-15.0.7/mlir/lib/Dialect/X86Vector/IR/ |
| H A D | X86VectorDialect.cpp | 35 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 D | ProgramPoint.cpp | 138 << ", \"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 D | ASTDiff.cpp | 47 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 D | AnalyzerStatsChecker.cpp | 122 const CFGBlock *Exit = BE.getDst(); in checkEndAnalysis()
|
| /llvm-project-15.0.7/clang/lib/StaticAnalyzer/Core/ |
| H A D | CoreEngine.cpp | 122 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 D | ExprEngineC.cpp | 714 unsigned constant = (*SrcBlock->succ_begin() == BE.getDst()) ? 1 : 0; in VisitLogicalExpr()
|
| H A D | BugReporterVisitors.cpp | 1990 bool TookTrueBranch = (*(srcBlk->succ_begin()) == BE->getDst()); in peelOffOuterExpr() 2603 return VisitTerminator(Term, N, SrcBlock, BE->getDst(), BR, BRC); in VisitNodeImpl()
|
| H A D | BugReporter.cpp | 865 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 D | NVGPUDialect.cpp | 70 auto dstMemref = getDst().getType().cast<MemRefType>(); in verify()
|
| /llvm-project-15.0.7/mlir/lib/Conversion/NVGPUToNVVM/ |
| H A D | NVGPUToNVVM.cpp | 363 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 D | DependenceAnalysis.h | 110 Instruction *getDst() const { return Dst; } in getDst() function
|
| /llvm-project-15.0.7/clang/include/clang/Analysis/ |
| H A D | ProgramPoint.h | 514 const CFGBlock *getDst() const { in getDst() function
|
| /llvm-project-15.0.7/llvm/lib/Analysis/ |
| H A D | DependenceAnalysis.cpp | 3966 Instruction *Dst = Dep.getDst(); in getSplitIteration()
|