Searched refs:NumNOPBytes (Results 1 – 3 of 3) sorted by relevance
634 unsigned NumNOPBytes = MI.getOperand(1).getImm(); in LowerSTACKMAP() local641 assert(NumNOPBytes % 2 == 0 && "Invalid number of NOP bytes requested!"); in LowerSTACKMAP()648 while (ShadowBytes < NumNOPBytes) { in LowerSTACKMAP()660 while (ShadowBytes < NumNOPBytes) in LowerSTACKMAP()661 ShadowBytes += EmitNop(OutContext, *OutStreamer, NumNOPBytes - ShadowBytes, in LowerSTACKMAP()
945 unsigned NumNOPBytes = StackMapOpers(&MI).getNumPatchBytes(); in LowerSTACKMAP() local952 assert(NumNOPBytes % 4 == 0 && "Invalid number of NOP bytes requested!"); in LowerSTACKMAP()958 while (NumNOPBytes > 0) { in LowerSTACKMAP()965 NumNOPBytes -= 4; in LowerSTACKMAP()969 for (unsigned i = 0; i < NumNOPBytes; i += 4) in LowerSTACKMAP()
411 unsigned NumNOPBytes = MI.getOperand(1).getImm(); in LowerSTACKMAP() local418 assert(NumNOPBytes % 4 == 0 && "Invalid number of NOP bytes requested!"); in LowerSTACKMAP()424 while (NumNOPBytes > 0) { in LowerSTACKMAP()431 NumNOPBytes -= 4; in LowerSTACKMAP()435 for (unsigned i = 0; i < NumNOPBytes; i += 4) in LowerSTACKMAP()