Home
last modified time | relevance | path

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

/external/llvm/lib/Target/Hexagon/
DHexagonSplitDouble.cpp112 static inline uint32_t getRegState(const MachineOperand &R) { in getRegState() function
610 unsigned RSA = getRegState(AdrOp); in splitMemRef()
715 .addReg(Op1.getReg(), getRegState(Op1), Op1.getSubReg()); in splitCombine()
724 .addReg(Op2.getReg(), getRegState(Op2), Op2.getSubReg()); in splitCombine()
741 unsigned RS = getRegState(Op1); in splitExt()
775 unsigned RS = getRegState(Op1); in splitShift()
895 unsigned RS1 = getRegState(Op1); in splitAslOr()
896 unsigned RS2 = getRegState(Op2); in splitAslOr()