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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineInstr.cpp187 static void moveOperands(MachineOperand *Dst, MachineOperand *Src, function
190 return MRI->moveOperands(Dst, Src, NumOps);
250 moveOperands(Operands, OldOperands, OpNo, MRI);
255 moveOperands(Operands + OpNo + 1, OldOperands + OpNo, NumOperands - OpNo,
316 moveOperands(Operands + OpNo, Operands + OpNo + 1, N, MRI);
H A DMachineRegisterInfo.cpp333 void MachineRegisterInfo::moveOperands(MachineOperand *Dst, function in class:MachineRegisterInfo
336 assert(Src != Dst && NumOps && "Noop moveOperands");
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineRegisterInfo.h253 void moveOperands(MachineOperand *Dst, MachineOperand *Src, unsigned NumOps);

Completed in 121 milliseconds