Searched refs:NumNOPBytes (Results 1 – 2 of 2) sorted by relevance
367 unsigned NumNOPBytes = MI.getOperand(1).getImm(); in LowerSTACKMAP() local370 assert(NumNOPBytes % 4 == 0 && "Invalid number of NOP bytes requested!"); in LowerSTACKMAP()376 while (NumNOPBytes > 0) { in LowerSTACKMAP()383 NumNOPBytes -= 4; in LowerSTACKMAP()387 for (unsigned i = 0; i < NumNOPBytes; i += 4) in LowerSTACKMAP()
332 unsigned NumNOPBytes = MI.getOperand(1).getImm(); in LowerSTACKMAP() local335 assert(NumNOPBytes % 4 == 0 && "Invalid number of NOP bytes requested!"); in LowerSTACKMAP()341 while (NumNOPBytes > 0) { in LowerSTACKMAP()348 NumNOPBytes -= 4; in LowerSTACKMAP()352 for (unsigned i = 0; i < NumNOPBytes; i += 4) in LowerSTACKMAP()