Home | History | Annotate | Download | only in AArch64

Lines Matching refs:COPY

1244     // Now copy/store arg to correct locations.
1247 TII.get(TargetOpcode::COPY), VA.getLocReg()).addReg(Arg);
1293 // Copy all of the result registers out of their specified physreg.
1297 TII.get(TargetOpcode::COPY),
1600 // Avoid a cross-class copy. This is very unlikely.
1630 // Make the copy.
1632 TII.get(TargetOpcode::COPY), DestReg).addReg(SrcReg);