Searched refs:NumNOPBytes (Results 1 – 3 of 3) sorted by relevance
671 unsigned NumNOPBytes = MI.getOperand(1).getImm(); in LowerSTACKMAP() local678 assert(NumNOPBytes % 2 == 0 && "Invalid number of NOP bytes requested!"); in LowerSTACKMAP()685 while (ShadowBytes < NumNOPBytes) { in LowerSTACKMAP()697 while (ShadowBytes < NumNOPBytes) in LowerSTACKMAP()698 ShadowBytes += EmitNop(OutContext, *OutStreamer, NumNOPBytes - ShadowBytes, in LowerSTACKMAP()
980 unsigned NumNOPBytes = StackMapOpers(&MI).getNumPatchBytes(); in LowerSTACKMAP() local987 assert(NumNOPBytes % 4 == 0 && "Invalid number of NOP bytes requested!"); in LowerSTACKMAP()993 while (NumNOPBytes > 0) { in LowerSTACKMAP()1000 NumNOPBytes -= 4; in LowerSTACKMAP()1004 for (unsigned i = 0; i < NumNOPBytes; i += 4) in LowerSTACKMAP()
435 unsigned NumNOPBytes = MI.getOperand(1).getImm(); in LowerSTACKMAP() local442 assert(NumNOPBytes % 4 == 0 && "Invalid number of NOP bytes requested!"); in LowerSTACKMAP()448 while (NumNOPBytes > 0) { in LowerSTACKMAP()455 NumNOPBytes -= 4; in LowerSTACKMAP()459 for (unsigned i = 0; i < NumNOPBytes; i += 4) in LowerSTACKMAP()