HomeSort by relevance Sort by last modified time
    Searched refs:moveOperands (Results 1 - 3 of 3) sorted by null

  /external/llvm/include/llvm/CodeGen/
MachineRegisterInfo.h 158 void moveOperands(MachineOperand *Dst, MachineOperand *Src, unsigned NumOps);
  /external/llvm/lib/CodeGen/
MachineRegisterInfo.cpp 185 void MachineRegisterInfo::moveOperands(MachineOperand *Dst,
188 assert(Src != Dst && NumOps && "Noop moveOperands");
MachineInstr.cpp 603 static void moveOperands(MachineOperand *Dst, MachineOperand *Src,
606 return MRI->moveOperands(Dst, Src, NumOps);
668 moveOperands(Operands, OldOperands, OpNo, MRI);
673 moveOperands(Operands + OpNo + 1, OldOperands + OpNo, NumOperands - OpNo,
734 moveOperands(Operands + OpNo, Operands + OpNo + 1, N, MRI);
    [all...]

Completed in 204 milliseconds