Lines Matching refs:getSubReg
998 unsigned SubRegIdx = MO.getSubReg(); in allocVirtRegUndef()
1000 PhysReg = TRI->getSubReg(PhysReg, SubRegIdx); in allocVirtRegUndef()
1033 if (MO.getSubReg() && !MO.isUndef()) { in defineLiveThroughVirtReg()
1150 if (MI.isCopy() && MI.getOperand(1).getSubReg() == 0) { in useVirtReg()
1183 if (!MO.getSubReg()) { in setPhysReg()
1190 MO.setReg(PhysReg ? TRI->getSubReg(PhysReg, MO.getSubReg()) : MCRegister()); in setPhysReg()
1358 (MO0.getSubReg() == 0 && !MO0.isUndef()); in findAndSortDefOperandIndexes()
1360 (MO1.getSubReg() == 0 && !MO1.isUndef()); in findAndSortDefOperandIndexes()
1424 if (isTiedToNotUndef(MO) || (MO.getSubReg() != 0 && !MO.isUndef())) in allocateInstruction()
1469 (MO.getSubReg() && !MO.isUndef())) { in allocateInstruction()
1510 if (Reg.isPhysical() && MO.getSubReg() != 0) { in allocateInstruction()
1615 assert(!MO.getSubReg() && "should be already handled in def processing"); in allocateInstruction()