Home | History | Annotate | Download | only in PowerPC

Lines Matching refs:NumNOPBytes

319   unsigned NumNOPBytes = MI.getOperand(1).getImm();
322 assert(NumNOPBytes % 4 == 0 && "Invalid number of NOP bytes requested!");
328 while (NumNOPBytes > 0) {
335 NumNOPBytes -= 4;
339 for (unsigned i = 0; i < NumNOPBytes; i += 4)