Searched refs:getRegState (Results 1 – 3 of 3) sorted by relevance
597 unsigned RSA = getRegState(AdrOp); in splitMemRef()702 .addReg(Op1.getReg(), getRegState(Op1), Op1.getSubReg()); in splitCombine()711 .addReg(Op2.getReg(), getRegState(Op2), Op2.getSubReg()); in splitCombine()728 unsigned RS = getRegState(Op1); in splitExt()762 unsigned RS = getRegState(Op1); in splitShift()882 unsigned RS1 = getRegState(Op1); in splitAslOr()883 unsigned RS2 = getRegState(Op2); in splitAslOr()
885 MB.addReg(DefOp.getReg(), getRegState(DefOp), DefOp.getSubReg()); in predicateAt()
395 inline unsigned getRegState(const MachineOperand &RegOp) { in getRegState() function