Searched refs:PatchBytes (Results 1 – 2 of 2) sorted by relevance
1162 if (unsigned PatchBytes = SOpers.getNumPatchBytes()) { in LowerSTATEPOINT() local1163 assert(PatchBytes % 4 == 0 && "Invalid number of NOP bytes requested!"); in LowerSTATEPOINT()1164 for (unsigned i = 0; i < PatchBytes; i += 4) in LowerSTATEPOINT()
1243 if (unsigned PatchBytes = SOpers.getNumPatchBytes()) { in LowerSTATEPOINT() local1244 emitX86Nops(*OutStreamer, PatchBytes, Subtarget); in LowerSTATEPOINT()