Searched refs:PatchBytes (Results 1 – 3 of 3) sorted by relevance
201 if (unsigned PatchBytes = SOpers.getNumPatchBytes()) { in LowerSTATEPOINT() local202 assert(PatchBytes % NOPBytes == 0 && in LowerSTATEPOINT()204 emitNops(PatchBytes / NOPBytes); in LowerSTATEPOINT()
1629 if (unsigned PatchBytes = SOpers.getNumPatchBytes()) { in LowerSTATEPOINT() local1630 assert(PatchBytes % 4 == 0 && "Invalid number of NOP bytes requested!"); in LowerSTATEPOINT()1631 for (unsigned i = 0; i < PatchBytes; i += 4) in LowerSTATEPOINT()
795 if (unsigned PatchBytes = SOpers.getNumPatchBytes()) { in LowerSTATEPOINT() local796 emitX86Nops(*OutStreamer, PatchBytes, Subtarget); in LowerSTATEPOINT()