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