Home | History | Annotate | Download | only in ARM

Lines Matching full:varend

7022   //   movw varEnd, # --> with thumb2
7023 // movt varEnd, #
7024 // ldrcp varEnd, idx --> without thumb2
7027 // PHI varPhi, varEnd, varLoop
7049 // Load an immediate to varEnd.
7050 unsigned varEnd = MRI.createVirtualRegister(TRC);
7052 unsigned Vtmp = varEnd;
7059 AddDefaultPred(BuildMI(BB, dl, TII->get(ARM::t2MOVTi16), varEnd)
7074 varEnd, RegState::Define).addConstantPoolIndex(Idx));
7077 varEnd, RegState::Define).addConstantPoolIndex(Idx).addImm(0));
7082 // varPhi = PHI(varLoop, varEnd)
7096 .addReg(varEnd).addMBB(entryBB);