Searched refs:getDst (Results 1 – 12 of 12) sorted by relevance
124 const CFGBlock *Exit = BE.getDst(); in checkEndAnalysis()
2355 if (Optional<CFGStmt> St = Edge->getDst()->front().getAs<CFGStmt>()) { in CFRefLeakReport()
170 DstRegister getDst(unsigned int d) const in getDst() function in tgsi::Instruction946 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 …]
108 Instruction *getDst() const { return Dst; } in getDst() function
285 const CFGBlock *Blk = L.getDst(); in HandleBlockEdge()
881 bool TookTrueBranch = (*(srcBlk->succ_begin()) == BE->getDst()); in peelOffOuterExpr()1191 return VisitTerminator(term, N, srcBlk, BE->getDst(), BR, BRC); in VisitNodeImpl()
2414 << E.getDst()->getBlockID() << ')'; in getNodeLabel()2431 const Stmt *Label = E.getDst()->getLabel(); in getNodeLabel()2460 if (*E.getSrc()->succ_begin() == E.getDst()) in getNodeLabel()
548 unsigned constant = (*SrcBlock->succ_begin() == BE.getDst()) ? 1 : 0; in VisitLogicalExpr()
621 const CFGBlock *Dst = BE->getDst(); in GenerateMinimalPathDiagnostic()1322 return (*(Src->succ_begin()+1) == BE->getDst()); in isJumpToFalseBranch()
460 const CFGBlock *getDst() const { in getDst() function
3738 Instruction *Dst = Dep->getDst(); in getSplitIteration()