Searched refs:getMovOpcode (Results 1 – 4 of 4) sorted by relevance
252 unsigned getMovOpcode(const TargetRegisterClass *DstRC) const;
1502 const unsigned MovOp = TII->getMovOpcode(regClass); in lowerCopyInstrs()
689 unsigned MovOp = TII->getMovOpcode(DestRC); in foldOperand()
1281 unsigned SIInstrInfo::getMovOpcode(const TargetRegisterClass *DstRC) const { in getMovOpcode() function in SIInstrInfo