Searched refs:moveOperands (Results 1 – 4 of 4) sorted by relevance
| /src/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | MachineInstr.cpp | 191 static void moveOperands(MachineOperand *Dst, MachineOperand *Src, in moveOperands() function 194 return MRI->moveOperands(Dst, Src, NumOps); in moveOperands() 248 moveOperands(Operands, OldOperands, OpNo, MRI); in addOperand() 253 moveOperands(Operands + OpNo + 1, OldOperands + OpNo, NumOperands - OpNo, in addOperand() 314 moveOperands(Operands + OpNo, Operands + OpNo + 1, N, MRI); in removeOperand()
|
| H A D | MachineRegisterInfo.cpp | 344 void MachineRegisterInfo::moveOperands(MachineOperand *Dst, in moveOperands() function in MachineRegisterInfo
|
| /src/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
| H A D | MachineRegisterInfo.h | 267 void moveOperands(MachineOperand *Dst, MachineOperand *Src, unsigned NumOps);
|
| /src/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
| H A D | SIInstrInfo.cpp | 6163 MRI.moveOperands(&NewVAddr, &SAddr, 1); in moveFlatAddrToVGPR()
|