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/ |
D | MachineInstr.cpp | 186 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()
|
D | MachineRegisterInfo.cpp | 333 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/ |
D | MachineRegisterInfo.h | 253 void moveOperands(MachineOperand *Dst, MachineOperand *Src, unsigned NumOps);
|