Searched refs:PatchBytes (Results 1 – 3 of 3) sorted by relevance
171 if (unsigned PatchBytes = SOpers.getNumPatchBytes()) { in LowerSTATEPOINT() local172 assert(PatchBytes % NOPBytes == 0 && in LowerSTATEPOINT()174 emitNops(PatchBytes / NOPBytes); in LowerSTATEPOINT()
1350 if (unsigned PatchBytes = SOpers.getNumPatchBytes()) { in LowerSTATEPOINT() local1351 assert(PatchBytes % 4 == 0 && "Invalid number of NOP bytes requested!"); in LowerSTATEPOINT()1352 for (unsigned i = 0; i < PatchBytes; i += 4) in LowerSTATEPOINT()
764 if (unsigned PatchBytes = SOpers.getNumPatchBytes()) { in LowerSTATEPOINT() local765 emitX86Nops(*OutStreamer, PatchBytes, Subtarget); in LowerSTATEPOINT()