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