Searched refs:moveOperands (Results 1 – 4 of 4) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | MachineInstr.cpp | 193 static void moveOperands(MachineOperand *Dst, MachineOperand *Src, in moveOperands() function 196 return MRI->moveOperands(Dst, Src, NumOps); in moveOperands() 250 moveOperands(Operands, OldOperands, OpNo, MRI); in addOperand() 255 moveOperands(Operands + OpNo + 1, OldOperands + OpNo, NumOperands - OpNo, in addOperand() 316 moveOperands(Operands + OpNo, Operands + OpNo + 1, N, MRI); in removeOperand()
|
| H A D | MachineRegisterInfo.cpp | 341 void MachineRegisterInfo::moveOperands(MachineOperand *Dst, in moveOperands() function in MachineRegisterInfo
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
| H A D | MachineRegisterInfo.h | 262 LLVM_ABI void moveOperands(MachineOperand *Dst, MachineOperand *Src,
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
| H A D | SIInstrInfo.cpp | 6465 MRI.moveOperands(&NewVAddr, &SAddr, 1); in moveFlatAddrToVGPR()
|