Home | History | Annotate | Download | only in AArch64

Lines Matching defs:Return

34   MachineInstr *Return = MIRBuilder.buildInstr(AArch64::RET_ReallyLR);
35 assert(Return && "Unable to build a return instruction?!");
37 assert(((Val && VReg) || (!Val && !VReg)) && "Return value without a vreg");
43 // Set the insertion point to be right before Return.
44 MIRBuilder.setInstr(*Return, /* Before */ true);
48 assert(Copy->getNextNode() == Return &&
50 MachineInstrBuilder(MIRBuilder.getMF(), Return)
53 return true;
103 return true;