Lines Matching refs:varEnd
7650 // movw varEnd, # --> with thumb2
7651 // movt varEnd, #
7652 // ldrcp varEnd, idx --> without thumb2
7655 // PHI varPhi, varEnd, varLoop
7677 // Load an immediate to varEnd.
7678 unsigned varEnd = MRI.createVirtualRegister(TRC);
7680 unsigned Vtmp = varEnd;
7690 varEnd)
7706 varEnd, RegState::Define).addConstantPoolIndex(Idx));
7709 varEnd, RegState::Define).addConstantPoolIndex(Idx).addImm(0));
7714 // varPhi = PHI(varLoop, varEnd)
7728 .addReg(varEnd).addMBB(entryBB);