Searched refs:moveOperands (Results 1 – 6 of 6) sorted by relevance
/external/swiftshader/third_party/llvm-7.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() 248 moveOperands(Operands, OldOperands, OpNo, MRI); in addOperand() 253 moveOperands(Operands + OpNo + 1, OldOperands + OpNo, NumOperands - OpNo, in addOperand() 314 moveOperands(Operands + OpNo, Operands + OpNo + 1, N, MRI); in RemoveOperand()
|
D | MachineRegisterInfo.cpp | 335 void MachineRegisterInfo::moveOperands(MachineOperand *Dst, in moveOperands() function in MachineRegisterInfo
|
/external/llvm/lib/CodeGen/ |
D | MachineInstr.cpp | 755 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()
|
D | MachineRegisterInfo.cpp | 268 void MachineRegisterInfo::moveOperands(MachineOperand *Dst, in moveOperands() function in MachineRegisterInfo
|
/external/llvm/include/llvm/CodeGen/ |
D | MachineRegisterInfo.h | 217 void moveOperands(MachineOperand *Dst, MachineOperand *Src, unsigned NumOps);
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/ |
D | MachineRegisterInfo.h | 254 void moveOperands(MachineOperand *Dst, MachineOperand *Src, unsigned NumOps);
|