Home | History | Annotate | Download | only in src

Lines Matching refs:Assign

1233   // Assign stack offsets to variables that have been linked to spilled
1500 // stack pointer. We don't need adjust the stack pointer, nor assign any
2468 // If for some reason we are dividing by 1, just assign 0.
2704 // Generate the call instruction. Assign its result to a temporary with high
2776 // Assign the result of the call to Dest. Route it through a temporary so
3110 auto *Assign = InstAssign::create(Func, Dest, Src0);
3111 lowerAssign(Assign);
5970 Assign instruction, after
5978 auto *Assign = InstAssign::create(Func, DestLoad, Src0);
5979 lowerAssign(Assign);