Searched refs:PatchBytes (Results 1 – 4 of 4) sorted by relevance
176 if (unsigned PatchBytes = SOpers.getNumPatchBytes()) { in LowerSTATEPOINT() local177 assert(PatchBytes % 4 == 0 && "Invalid number of NOP bytes requested!"); in LowerSTATEPOINT()178 emitNops(PatchBytes / 4); in LowerSTATEPOINT()
220 if (unsigned PatchBytes = SOpers.getNumPatchBytes()) { in LowerSTATEPOINT() local221 assert(PatchBytes % NOPBytes == 0 && in LowerSTATEPOINT()223 emitNops(PatchBytes / NOPBytes); in LowerSTATEPOINT()
1727 if (unsigned PatchBytes = SOpers.getNumPatchBytes()) { in LowerSTATEPOINT() local1728 assert(PatchBytes % 4 == 0 && "Invalid number of NOP bytes requested!"); in LowerSTATEPOINT()1729 for (unsigned i = 0; i < PatchBytes; i += 4) in LowerSTATEPOINT()
792 if (unsigned PatchBytes = SOpers.getNumPatchBytes()) { in LowerSTATEPOINT() local793 emitX86Nops(*OutStreamer, PatchBytes, Subtarget); in LowerSTATEPOINT()