Searched refs:NumNOPBytes (Results 1 – 3 of 3) sorted by relevance
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()
576 unsigned NumNOPBytes = StackMapOpers(&MI).getNumPatchBytes(); in LowerSTACKMAP() local579 assert(NumNOPBytes % 4 == 0 && "Invalid number of NOP bytes requested!"); in LowerSTACKMAP()585 while (NumNOPBytes > 0) { in LowerSTACKMAP()592 NumNOPBytes -= 4; in LowerSTACKMAP()596 for (unsigned i = 0; i < NumNOPBytes; i += 4) in LowerSTACKMAP()
334 unsigned NumNOPBytes = MI.getOperand(1).getImm(); in LowerSTACKMAP() local337 assert(NumNOPBytes % 4 == 0 && "Invalid number of NOP bytes requested!"); in LowerSTACKMAP()343 while (NumNOPBytes > 0) { in LowerSTACKMAP()350 NumNOPBytes -= 4; in LowerSTACKMAP()354 for (unsigned i = 0; i < NumNOPBytes; i += 4) in LowerSTACKMAP()