Searched refs:NoopsInSledCount (Results 1 – 4 of 4) sorted by relevance
177 static const int8_t NoopsInSledCount = 6; in EmitSled() local210 emitNops(NoopsInSledCount); in EmitSled()
780 static const int8_t NoopsInSledCount = 4; in EmitSled() local822 emitNops(NoopsInSledCount); in EmitSled()
1218 const uint8_t NoopsInSledCount = Subtarget->isGP64bit() ? 15 : 11; in EmitSled() local1296 for (int8_t I = 0; I < NoopsInSledCount; I++) in EmitSled()
288 static const int8_t NoopsInSledCount = 7; in emitSled() local319 for (int8_t I = 0; I < NoopsInSledCount; I++) in emitSled()