Home
last modified time | relevance | path

Searched refs:moveOperands (Results 1 – 4 of 4) sorted by relevance

/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DMachineInstr.cpp174 static void moveOperands(MachineOperand *Dst, MachineOperand *Src, in moveOperands() function
177 return MRI->moveOperands(Dst, Src, NumOps); in moveOperands()
233 moveOperands(Operands, OldOperands, OpNo, MRI); in addOperand()
238 moveOperands(Operands + OpNo + 1, OldOperands + OpNo, NumOperands - OpNo, in addOperand()
299 moveOperands(Operands + OpNo, Operands + OpNo + 1, N, MRI); in removeOperand()
H A DMachineRegisterInfo.cpp333 void MachineRegisterInfo::moveOperands(MachineOperand *Dst, in moveOperands() function in MachineRegisterInfo
/openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/
H A DMachineRegisterInfo.h275 void moveOperands(MachineOperand *Dst, MachineOperand *Src, unsigned NumOps);
/openbsd-src/gnu/llvm/llvm/lib/Target/AMDGPU/
H A DSIInstrInfo.cpp5491 MRI.moveOperands(&NewVAddr, &SAddr, 1); in moveFlatAddrToVGPR()