Searched refs:getDstOpKind (Results 1 – 2 of 2) sorted by relevance
67 switch (Op.getDstOpKind()) { in profileDstOp()134 DstOp::DstType DT = Op.getDstOpKind(); in checkCopyToDefsPossible()146 if (Op.getDstOpKind() == DstOp::DstType::Ty_Reg) in generateCopiesIfRequired()
113 DstType getDstOpKind() const { return Ty; } in getDstOpKind() function