Searched refs:isSameReg (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIPeepholeSDWA.cpp283 static bool isSameReg(const MachineOperand &LHS, const MachineOperand &RHS) { function
298 if (!isSameReg(UseMO, *Reg))
374 if (!isSameReg(*Src, *getReplacedOperand())) {
381 !isSameReg(*Src, *getReplacedOperand())) {
421 !isSameReg(*Src, *getReplacedOperand())) {
427 assert(isSameReg(*Src, *getReplacedOperand()) &&
473 isSameReg(*Operand, *getReplacedOperand()));
527 if (!isSameReg(Op, Def))

Completed in 58 milliseconds