Searched refs:moveOperands (Results 1 – 4 of 4) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/ |
H A D | MachineInstr.cpp | 194 static void moveOperands(MachineOperand *Dst, MachineOperand *Src, in moveOperands() function 197 return MRI->moveOperands(Dst, Src, NumOps); in moveOperands() 257 moveOperands(Operands, OldOperands, OpNo, MRI); in addOperand() 262 moveOperands(Operands + OpNo + 1, OldOperands + OpNo, NumOperands - OpNo, in addOperand() 323 moveOperands(Operands + OpNo, Operands + OpNo + 1, N, MRI); in RemoveOperand()
|
H A D | MachineRegisterInfo.cpp | 333 void MachineRegisterInfo::moveOperands(MachineOperand *Dst, in moveOperands() function in MachineRegisterInfo
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/ |
H A D | MachineRegisterInfo.h | 253 void moveOperands(MachineOperand *Dst, MachineOperand *Src, unsigned NumOps);
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/ |
H A D | SIInstrInfo.cpp | 5028 MRI.moveOperands(&NewVAddr, &SAddr, 1); in moveFlatAddrToVGPR()
|