Home
last modified time | relevance | path

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

/external/clang/lib/StaticAnalyzer/Checkers/
DAnalyzerStatsChecker.cpp124 const CFGBlock *Exit = BE.getDst(); in checkEndAnalysis()
/external/mesa3d/src/gallium/drivers/nv50/codegen/
Dnv50_ir_from_tgsi.cpp170 DstRegister getDst(unsigned int d) const in getDst() function in tgsi::Instruction
946 insn.getDst(0).getIndex(0) == info->io.edgeFlagOut && in isEdgeFlagPassthrough()
955 if (insn.getDst(0).getFile() == TGSI_FILE_OUTPUT) { in scanInstruction()
956 Instruction::DstRegister dst = insn.getDst(0); in scanInstruction()
970 if (insn.getDst(0).getFile() == TGSI_FILE_TEMPORARY) { in scanInstruction()
971 if (insn.getDst(0).isIndirect(0)) in scanInstruction()
1353 const tgsi::Instruction::DstRegister dst = tgsi.getDst(d); in acquireDst()
1373 const tgsi::Instruction::DstRegister dst = tgsi.getDst(d); in storeDst()
1432 if (!inst.getDst(d).isMasked(chan))
1660 unsigned int mask = tgsi.getDst(0).getMask(); in handleLIT()
[all …]
/external/llvm/include/llvm/Analysis/
DDependenceAnalysis.h108 Instruction *getDst() const { return Dst; } in getDst() function
/external/clang/include/clang/Analysis/
DProgramPoint.h460 const CFGBlock *getDst() const { in getDst() function
/external/clang/lib/StaticAnalyzer/Core/
DCoreEngine.cpp286 const CFGBlock *Blk = L.getDst(); in HandleBlockEdge()
DBugReporterVisitors.cpp877 bool TookTrueBranch = (*(srcBlk->succ_begin()) == BE->getDst()); in peelOffOuterExpr()
1183 return VisitTerminator(term, N, srcBlk, BE->getDst(), BR, BRC); in VisitNodeImpl()
DExprEngine.cpp2526 << E.getDst()->getBlockID() << ')'; in getNodeLabel()
2543 const Stmt *Label = E.getDst()->getLabel(); in getNodeLabel()
2572 if (*E.getSrc()->succ_begin() == E.getDst()) in getNodeLabel()
DExprEngineC.cpp548 unsigned constant = (*SrcBlock->succ_begin() == BE.getDst()) ? 1 : 0; in VisitLogicalExpr()
DBugReporter.cpp617 const CFGBlock *Dst = BE->getDst(); in GenerateMinimalPathDiagnostic()
1316 return (*(Src->succ_begin()+1) == BE->getDst()); in isJumpToFalseBranch()
/external/llvm/lib/Analysis/
DDependenceAnalysis.cpp3755 Instruction *Dst = Dep.getDst(); in getSplitIteration()