Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/
DMachineInstr.cpp755 static void moveOperands(MachineOperand *Dst, MachineOperand *Src, in moveOperands() function
758 return MRI->moveOperands(Dst, Src, NumOps); in moveOperands()
817 moveOperands(Operands, OldOperands, OpNo, MRI); in addOperand()
822 moveOperands(Operands + OpNo + 1, OldOperands + OpNo, NumOperands - OpNo, in addOperand()
883 moveOperands(Operands + OpNo, Operands + OpNo + 1, N, MRI); in RemoveOperand()
DMachineRegisterInfo.cpp268 void MachineRegisterInfo::moveOperands(MachineOperand *Dst, in moveOperands() function in MachineRegisterInfo
/external/llvm-project/llvm/lib/CodeGen/
DMachineInstr.cpp194 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()
DMachineRegisterInfo.cpp333 void MachineRegisterInfo::moveOperands(MachineOperand *Dst, in moveOperands() function in MachineRegisterInfo
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DMachineInstr.cpp186 static void moveOperands(MachineOperand *Dst, MachineOperand *Src, in moveOperands() function
189 return MRI->moveOperands(Dst, Src, NumOps); in moveOperands()
249 moveOperands(Operands, OldOperands, OpNo, MRI); in addOperand()
254 moveOperands(Operands + OpNo + 1, OldOperands + OpNo, NumOperands - OpNo, in addOperand()
315 moveOperands(Operands + OpNo, Operands + OpNo + 1, N, MRI); in RemoveOperand()
DMachineRegisterInfo.cpp333 void MachineRegisterInfo::moveOperands(MachineOperand *Dst, in moveOperands() function in MachineRegisterInfo
/external/llvm/include/llvm/CodeGen/
DMachineRegisterInfo.h217 void moveOperands(MachineOperand *Dst, MachineOperand *Src, unsigned NumOps);
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DMachineRegisterInfo.h253 void moveOperands(MachineOperand *Dst, MachineOperand *Src, unsigned NumOps);
/external/llvm-project/llvm/include/llvm/CodeGen/
DMachineRegisterInfo.h253 void moveOperands(MachineOperand *Dst, MachineOperand *Src, unsigned NumOps);