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