Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIWholeQuadMode.cpp1457 const unsigned MovOp = TII->getMovOpcode(regClass); in lowerCopyInstrs()
1499 : TII->getMovOpcode(TRI->getRegClassForOperandReg( in lowerCopyInstrs()
H A DSIInstrInfo.h306 unsigned getMovOpcode(const TargetRegisterClass *DstRC) const;
H A DSIFoldOperands.cpp863 unsigned MovOp = TII->getMovOpcode(DestRC); in foldOperand()
H A DSIInstrInfo.cpp1378 unsigned SIInstrInfo::getMovOpcode(const TargetRegisterClass *DstRC) const { in getMovOpcode() function in SIInstrInfo