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