Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/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
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DMachineRegisterInfo.h253 void moveOperands(MachineOperand *Dst, MachineOperand *Src, unsigned NumOps);