Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:isCopy

817 isCopy() const {
821 return isCopy() && !getOperand(0).getSubReg() && !getOperand(1).getSubReg();
830 return isCopy() || isSubregToReg();
835 return isCopy() && getOperand(0).getReg() == getOperand(1).getReg() &&