Home
last modified time | relevance | path

Searched refs:getRegState (Results 1 – 3 of 3) sorted by relevance

/external/llvm/lib/Target/Hexagon/
DHexagonSplitDouble.cpp597 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()
DHexagonExpandCondsets.cpp885 MB.addReg(DefOp.getReg(), getRegState(DefOp), DefOp.getSubReg()); in predicateAt()
/external/llvm/include/llvm/CodeGen/
DMachineInstrBuilder.h395 inline unsigned getRegState(const MachineOperand &RegOp) { in getRegState() function