Searched refs:NumNOPBytes (Results 1 – 4 of 4) sorted by relevance
114 unsigned NumNOPBytes = StackMapOpers(&MI).getNumPatchBytes(); in LowerSTACKMAP() local121 assert(NumNOPBytes % NOPBytes == 0 && in LowerSTACKMAP()128 while (NumNOPBytes > 0) { in LowerSTACKMAP()135 NumNOPBytes -= 4; in LowerSTACKMAP()139 emitNops(NumNOPBytes / NOPBytes); in LowerSTACKMAP()
753 unsigned NumNOPBytes = MI.getOperand(1).getImm(); in LowerSTACKMAP() local760 assert(NumNOPBytes % 2 == 0 && "Invalid number of NOP bytes requested!"); in LowerSTACKMAP()767 while (ShadowBytes < NumNOPBytes) { in LowerSTACKMAP()779 while (ShadowBytes < NumNOPBytes) in LowerSTACKMAP()780 ShadowBytes += EmitNop(OutContext, *OutStreamer, NumNOPBytes - ShadowBytes, in LowerSTACKMAP()
1274 unsigned NumNOPBytes = StackMapOpers(&MI).getNumPatchBytes(); in LowerSTACKMAP() local1281 assert(NumNOPBytes % 4 == 0 && "Invalid number of NOP bytes requested!"); in LowerSTACKMAP()1287 while (NumNOPBytes > 0) { in LowerSTACKMAP()1294 NumNOPBytes -= 4; in LowerSTACKMAP()1298 for (unsigned i = 0; i < NumNOPBytes; i += 4) in LowerSTACKMAP()
486 unsigned NumNOPBytes = MI.getOperand(1).getImm(); in LowerSTACKMAP() local493 assert(NumNOPBytes % 4 == 0 && "Invalid number of NOP bytes requested!"); in LowerSTACKMAP()499 while (NumNOPBytes > 0) { in LowerSTACKMAP()506 NumNOPBytes -= 4; in LowerSTACKMAP()510 for (unsigned i = 0; i < NumNOPBytes; i += 4) in LowerSTACKMAP()