Searched refs:getDst (Results 1 – 10 of 10) sorted by relevance
124 const CFGBlock *Exit = BE.getDst(); in checkEndAnalysis()
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
460 const CFGBlock *getDst() const { in getDst() function
286 const CFGBlock *Blk = L.getDst(); in HandleBlockEdge()
877 bool TookTrueBranch = (*(srcBlk->succ_begin()) == BE->getDst()); in peelOffOuterExpr()1183 return VisitTerminator(term, N, srcBlk, BE->getDst(), BR, BRC); in VisitNodeImpl()
2526 << E.getDst()->getBlockID() << ')'; in getNodeLabel()2543 const Stmt *Label = E.getDst()->getLabel(); in getNodeLabel()2572 if (*E.getSrc()->succ_begin() == E.getDst()) in getNodeLabel()
548 unsigned constant = (*SrcBlock->succ_begin() == BE.getDst()) ? 1 : 0; in VisitLogicalExpr()
617 const CFGBlock *Dst = BE->getDst(); in GenerateMinimalPathDiagnostic()1316 return (*(Src->succ_begin()+1) == BE->getDst()); in isJumpToFalseBranch()
3755 Instruction *Dst = Dep.getDst(); in getSplitIteration()