/external/llvm-project/clang/lib/Analysis/ |
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()
|
/external/llvm/include/llvm/ExecutionEngine/Orc/ |
D | OrcRemoteTargetRPCAPI.h | 34 TargetAddress getDst() const { return Dst; } in getDst() function 44 if (auto EC = serialize(C, DBW.getDst())) in serialize()
|
D | OrcRemoteTargetServer.h | 422 << format("0x%016x", DBW.getDst()) << "\n"); in handleWriteMem()
|
/external/mesa3d/src/gallium/drivers/nouveau/codegen/ |
D | nv50_ir_from_tgsi.cpp | 199 DstRegister getDst(unsigned int d) const in getDst() function in tgsi::Instruction 1456 insn.getDst(0).getIndex(0) == info_out->io.edgeFlagOut && in isEdgeFlagPassthrough() 1529 Instruction::DstRegister dst = insn.getDst(0); in scanInstruction() 1923 tgsi::Instruction::DstRegister dst = tgsi.getDst(d); in fetchDst() 2078 const tgsi::Instruction::DstRegister dst = tgsi.getDst(d); in acquireDst() 2105 const tgsi::Instruction::DstRegister dst = tgsi.getDst(d); in storeDst() 2169 if (!inst.getDst(d).isMasked(chan)) 2468 unsigned int mask = tgsi.getDst(0).getMask(); in handleLIT() 2674 ld->tex.mask = tgsi.getDst(0).getMask(); in handleLOAD() 2765 const int r = tgsi.getDst(0).getIndex(0); in handleSTORE() [all …]
|
/external/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/ |
D | OrcRemoteTargetRPCAPI.h | 65 JITTargetAddress getDst() const { return Dst; } in getDst() function 114 if (auto EC = serializeSeq(C, DBW.getDst())) in serialize()
|
D | OrcRemoteTargetServer.h | 434 << format("0x%016x", DBW.getDst()) << "\n"); in handleWriteMem()
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ExecutionEngine/Orc/ |
D | OrcRemoteTargetRPCAPI.h | 65 JITTargetAddress getDst() const { return Dst; } in getDst() function 115 if (auto EC = serializeSeq(C, DBW.getDst())) in serialize()
|
D | OrcRemoteTargetServer.h | 420 << format("0x%016x", DBW.getDst()) << "\n"); in handleWriteMem()
|
/external/llvm-project/clang/lib/Tooling/ASTDiff/ |
D | ASTDiff.cpp | 47 NodeId getDst(NodeId Src) const { return SrcToDst[Src]; } in getDst() function in clang::diff::__anon69f91f4d0111::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()
|
/external/clang/lib/StaticAnalyzer/Checkers/ |
D | AnalyzerStatsChecker.cpp | 124 const CFGBlock *Exit = BE.getDst(); in checkEndAnalysis()
|
/external/llvm-project/clang/lib/StaticAnalyzer/Checkers/ |
D | AnalyzerStatsChecker.cpp | 123 const CFGBlock *Exit = BE.getDst(); in checkEndAnalysis()
|
/external/llvm-project/clang/lib/StaticAnalyzer/Core/ |
D | CoreEngine.cpp | 113 NodeBuilderContext BuilderCtx(*this, StartLoc.getDst(), Node); in ExecuteWorkList() 209 const CFGBlock *Blk = L.getDst(); in HandleBlockEdge() 221 L.getDst() == *L.getSrc()->succ_begin()) { in HandleBlockEdge()
|
D | BugReporterVisitors.cpp | 1879 bool TookTrueBranch = (*(srcBlk->succ_begin()) == BE->getDst()); in peelOffOuterExpr() 2172 return VisitTerminator(Term, N, SrcBlock, BE->getDst(), BR, BRC); in VisitNodeImpl()
|
D | ExprEngineC.cpp | 719 unsigned constant = (*SrcBlock->succ_begin() == BE.getDst()) ? 1 : 0; in VisitLogicalExpr()
|
D | BugReporter.cpp | 862 const CFGBlock *Dst = BE.getDst(); in generateMinimalDiagForBlockEdge() 1017 return (*(Src->succ_begin()+1) == BE->getDst()); in isJumpToFalseBranch()
|
/external/clang/lib/StaticAnalyzer/Core/ |
D | CoreEngine.cpp | 202 NodeBuilderContext BuilderCtx(*this, StartLoc.getDst(), Node); in ExecuteWorkList() 298 const CFGBlock *Blk = L.getDst(); in HandleBlockEdge()
|
D | BugReporterVisitors.cpp | 935 bool TookTrueBranch = (*(srcBlk->succ_begin()) == BE->getDst()); in peelOffOuterExpr() 1240 return VisitTerminator(term, N, srcBlk, BE->getDst(), BR, BRC); in VisitNodeImpl()
|
D | ExprEngine.cpp | 2640 << E.getDst()->getBlockID() << ')'; in getNodeLabel() 2657 const Stmt *Label = E.getDst()->getLabel(); in getNodeLabel() 2686 if (*E.getSrc()->succ_begin() == E.getDst()) in getNodeLabel()
|
D | ExprEngineC.cpp | 584 unsigned constant = (*SrcBlock->succ_begin() == BE.getDst()) ? 1 : 0; in VisitLogicalExpr()
|
D | BugReporter.cpp | 617 const CFGBlock *Dst = BE->getDst(); in GenerateMinimalPathDiagnostic() 1314 return (*(Src->succ_begin()+1) == BE->getDst()); in isJumpToFalseBranch()
|
/external/llvm/include/llvm/Analysis/ |
D | DependenceAnalysis.h | 118 Instruction *getDst() const { return Dst; } in getDst() function
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/ |
D | DependenceAnalysis.h | 112 Instruction *getDst() const { return Dst; } in getDst() function
|
/external/llvm-project/llvm/include/llvm/Analysis/ |
D | DependenceAnalysis.h | 113 Instruction *getDst() const { return Dst; } in getDst() function
|
/external/clang/include/clang/Analysis/ |
D | ProgramPoint.h | 483 const CFGBlock *getDst() const { in getDst() function
|
/external/llvm-project/clang/include/clang/Analysis/ |
D | ProgramPoint.h | 515 const CFGBlock *getDst() const { in getDst() function
|