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

  /external/llvm/lib/CodeGen/
MachineRegisterInfo.cpp 241 void MachineRegisterInfo::moveOperands(MachineOperand *Dst,
244 assert(Src != Dst && NumOps && "Noop moveOperands");
MachineInstr.cpp 620 static void moveOperands(MachineOperand *Dst, MachineOperand *Src,
623 return MRI->moveOperands(Dst, Src, NumOps);
688 moveOperands(Operands, OldOperands, OpNo, MRI);
693 moveOperands(Operands + OpNo + 1, OldOperands + OpNo, NumOperands - OpNo,
754 moveOperands(Operands + OpNo, Operands + OpNo + 1, N, MRI);
    [all...]

Completed in 494 milliseconds