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 163 void moveOperands(MachineOperand *Dst, MachineOperand *Src, unsigned NumOps);
  /external/llvm/lib/CodeGen/
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...]
MachineRegisterInfo.cpp 243 void MachineRegisterInfo::moveOperands(MachineOperand *Dst,
246 assert(Src != Dst && NumOps && "Noop moveOperands");

Completed in 152 milliseconds