Home | History | Annotate | Download | only in src

Lines Matching refs:Assign

1386       // in $6:$7 and remaining two on stack. Do not assign register
2416 // stack pointer. We don't need adjust the stack pointer, nor assign any
3358 // Assign arguments to registers and stack. Also reserve stack.
3478 // Generate the call instruction. Assign its result to a temporary with high
3604 // Assign the result of the call to Dest.
3835 auto *Assign = InstAssign::create(Func, Dest, Src0);
3836 lowerAssign(Assign);
4531 auto *Assign = InstAssign::create(Func, Dest, TDest);
4532 lowerAssign(Assign);
5210 // A Load instruction can be treated the same as an Assign instruction, after
5215 auto *Assign = InstAssign::create(Func, DestLoad, Src0);
5216 lowerAssign(Assign);