Home | History | Annotate | Download | only in CodeGen

Lines Matching full:iscopy

785   bool isCopy() const {
789 return isCopy() && !getOperand(0).getSubReg() && !getOperand(1).getSubReg();
798 return isCopy() || isSubregToReg();
803 return isCopy() && getOperand(0).getReg() == getOperand(1).getReg() &&