Searched refs:NumNOPBytes (Results 1 – 3 of 3) sorted by relevance
666 unsigned NumNOPBytes = MI.getOperand(1).getImm(); in LowerSTACKMAP() local673 assert(NumNOPBytes % 2 == 0 && "Invalid number of NOP bytes requested!"); in LowerSTACKMAP()680 while (ShadowBytes < NumNOPBytes) { in LowerSTACKMAP()692 while (ShadowBytes < NumNOPBytes) in LowerSTACKMAP()693 ShadowBytes += EmitNop(OutContext, *OutStreamer, NumNOPBytes - ShadowBytes, in LowerSTACKMAP()
1086 unsigned NumNOPBytes = StackMapOpers(&MI).getNumPatchBytes(); in LowerSTACKMAP() local1093 assert(NumNOPBytes % 4 == 0 && "Invalid number of NOP bytes requested!"); in LowerSTACKMAP()1099 while (NumNOPBytes > 0) { in LowerSTACKMAP()1106 NumNOPBytes -= 4; in LowerSTACKMAP()1110 for (unsigned i = 0; i < NumNOPBytes; i += 4) in LowerSTACKMAP()
428 unsigned NumNOPBytes = MI.getOperand(1).getImm(); in LowerSTACKMAP() local435 assert(NumNOPBytes % 4 == 0 && "Invalid number of NOP bytes requested!"); in LowerSTACKMAP()441 while (NumNOPBytes > 0) { in LowerSTACKMAP()448 NumNOPBytes -= 4; in LowerSTACKMAP()452 for (unsigned i = 0; i < NumNOPBytes; i += 4) in LowerSTACKMAP()