Home
last modified time | relevance | path

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

12

/external/llvm-project/clang/lib/Analysis/
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()
/external/llvm/include/llvm/ExecutionEngine/Orc/
DOrcRemoteTargetRPCAPI.h34 TargetAddress getDst() const { return Dst; } in getDst() function
44 if (auto EC = serialize(C, DBW.getDst())) in serialize()
DOrcRemoteTargetServer.h422 << format("0x%016x", DBW.getDst()) << "\n"); in handleWriteMem()
/external/mesa3d/src/gallium/drivers/nouveau/codegen/
Dnv50_ir_from_tgsi.cpp199 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/
DOrcRemoteTargetRPCAPI.h65 JITTargetAddress getDst() const { return Dst; } in getDst() function
114 if (auto EC = serializeSeq(C, DBW.getDst())) in serialize()
DOrcRemoteTargetServer.h434 << format("0x%016x", DBW.getDst()) << "\n"); in handleWriteMem()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ExecutionEngine/Orc/
DOrcRemoteTargetRPCAPI.h65 JITTargetAddress getDst() const { return Dst; } in getDst() function
115 if (auto EC = serializeSeq(C, DBW.getDst())) in serialize()
DOrcRemoteTargetServer.h420 << format("0x%016x", DBW.getDst()) << "\n"); in handleWriteMem()
/external/llvm-project/clang/lib/Tooling/ASTDiff/
DASTDiff.cpp47 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/
DAnalyzerStatsChecker.cpp124 const CFGBlock *Exit = BE.getDst(); in checkEndAnalysis()
/external/llvm-project/clang/lib/StaticAnalyzer/Checkers/
DAnalyzerStatsChecker.cpp123 const CFGBlock *Exit = BE.getDst(); in checkEndAnalysis()
/external/llvm-project/clang/lib/StaticAnalyzer/Core/
DCoreEngine.cpp113 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()
DBugReporterVisitors.cpp1879 bool TookTrueBranch = (*(srcBlk->succ_begin()) == BE->getDst()); in peelOffOuterExpr()
2172 return VisitTerminator(Term, N, SrcBlock, BE->getDst(), BR, BRC); in VisitNodeImpl()
DExprEngineC.cpp719 unsigned constant = (*SrcBlock->succ_begin() == BE.getDst()) ? 1 : 0; in VisitLogicalExpr()
DBugReporter.cpp862 const CFGBlock *Dst = BE.getDst(); in generateMinimalDiagForBlockEdge()
1017 return (*(Src->succ_begin()+1) == BE->getDst()); in isJumpToFalseBranch()
/external/clang/lib/StaticAnalyzer/Core/
DCoreEngine.cpp202 NodeBuilderContext BuilderCtx(*this, StartLoc.getDst(), Node); in ExecuteWorkList()
298 const CFGBlock *Blk = L.getDst(); in HandleBlockEdge()
DBugReporterVisitors.cpp935 bool TookTrueBranch = (*(srcBlk->succ_begin()) == BE->getDst()); in peelOffOuterExpr()
1240 return VisitTerminator(term, N, srcBlk, BE->getDst(), BR, BRC); in VisitNodeImpl()
DExprEngine.cpp2640 << E.getDst()->getBlockID() << ')'; in getNodeLabel()
2657 const Stmt *Label = E.getDst()->getLabel(); in getNodeLabel()
2686 if (*E.getSrc()->succ_begin() == E.getDst()) in getNodeLabel()
DExprEngineC.cpp584 unsigned constant = (*SrcBlock->succ_begin() == BE.getDst()) ? 1 : 0; in VisitLogicalExpr()
DBugReporter.cpp617 const CFGBlock *Dst = BE->getDst(); in GenerateMinimalPathDiagnostic()
1314 return (*(Src->succ_begin()+1) == BE->getDst()); in isJumpToFalseBranch()
/external/llvm/include/llvm/Analysis/
DDependenceAnalysis.h118 Instruction *getDst() const { return Dst; } in getDst() function
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
DDependenceAnalysis.h112 Instruction *getDst() const { return Dst; } in getDst() function
/external/llvm-project/llvm/include/llvm/Analysis/
DDependenceAnalysis.h113 Instruction *getDst() const { return Dst; } in getDst() function
/external/clang/include/clang/Analysis/
DProgramPoint.h483 const CFGBlock *getDst() const { in getDst() function
/external/llvm-project/clang/include/clang/Analysis/
DProgramPoint.h515 const CFGBlock *getDst() const { in getDst() function

12