Lines Matching refs:Assign
2037 // It may help to be more coordinated about assign stack slot numbers and may
2038 // help to assign smaller offsets to higher-weight variables so that they
2252 // stack pointer. We don't need adjust the stack pointer, nor assign any
3704 // Assign arguments to registers and stack. Also reserve stack.
3776 // Generate the call instruction. Assign its result to a temporary with high
3858 // Assign the result of the call to Dest.
4149 auto *Assign = InstAssign::create(Func, Dest, Src0);
4150 lowerAssign(Assign);
5476 // A Load instruction can be treated the same as an Assign instruction, after
5484 auto *Assign = InstAssign::create(Func, DestLoad, Src0);
5485 lowerAssign(Assign);