Searched refs:NumNOPBytes (Results 1 – 5 of 5) sorted by relevance
357 unsigned NumNOPBytes = MI.getOperand(1).getImm(); in LowerSTACKMAP() local360 assert(NumNOPBytes % 4 == 0 && "Invalid number of NOP bytes requested!"); in LowerSTACKMAP()366 while (NumNOPBytes > 0) { in LowerSTACKMAP()373 NumNOPBytes -= 4; in LowerSTACKMAP()377 for (unsigned i = 0; i < NumNOPBytes; i += 4) in LowerSTACKMAP()
438 unsigned NumNOPBytes = StackMapOpers(&MI).getNumPatchBytes(); in LowerSTACKMAP() local441 assert(NumNOPBytes % 4 == 0 && "Invalid number of NOP bytes requested!"); in LowerSTACKMAP()447 while (NumNOPBytes > 0) { in LowerSTACKMAP()454 NumNOPBytes -= 4; in LowerSTACKMAP()458 for (unsigned i = 0; i < NumNOPBytes; i += 4) in LowerSTACKMAP()
512 unsigned NumNOPBytes = MI.getOperand(1).getImm(); in LowerSTACKMAP() local515 assert(NumNOPBytes % 2 == 0 && "Invalid number of NOP bytes requested!"); in LowerSTACKMAP()522 while (ShadowBytes < NumNOPBytes) { in LowerSTACKMAP()534 while (ShadowBytes < NumNOPBytes) in LowerSTACKMAP()535 ShadowBytes += EmitNop(OutContext, *OutStreamer, NumNOPBytes - ShadowBytes, in LowerSTACKMAP()
319 unsigned NumNOPBytes = MI.getOperand(1).getImm(); in LowerSTACKMAP() local322 assert(NumNOPBytes % 4 == 0 && "Invalid number of NOP bytes requested!"); in LowerSTACKMAP()328 while (NumNOPBytes > 0) { in LowerSTACKMAP()335 NumNOPBytes -= 4; in LowerSTACKMAP()339 for (unsigned i = 0; i < NumNOPBytes; i += 4) in LowerSTACKMAP()
348 unsigned NumNOPBytes = MI.getOperand(1).getImm(); in LowerSTACKMAP() local351 assert(NumNOPBytes % 4 == 0 && "Invalid number of NOP bytes requested!"); in LowerSTACKMAP()357 while (NumNOPBytes > 0) { in LowerSTACKMAP()364 NumNOPBytes -= 4; in LowerSTACKMAP()368 for (unsigned i = 0; i < NumNOPBytes; i += 4) in LowerSTACKMAP()