Searched refs:NoopsInSledCount (Results 1 – 6 of 6) sorted by relevance
193 static const int8_t NoopsInSledCount = 6; in EmitSled() local226 emitNops(NoopsInSledCount); in EmitSled()
250 const int8_t NoopsInSledCount = 11; in emitSled() local258 emitNops(NoopsInSledCount); in emitSled()
797 static const int8_t NoopsInSledCount = 4; in EmitSled() local839 emitNops(NoopsInSledCount); in EmitSled()
1136 const uint8_t NoopsInSledCount = Subtarget->isGP64bit() ? 15 : 11; in EmitSled() local1213 for (int8_t I = 0; I < NoopsInSledCount; I++) in EmitSled()
519 const uint8_t NoopsInSledCount = STI->is64Bit() ? 33 : 21; in emitSled() local535 for (int8_t I = 0; I < NoopsInSledCount; ++I) in emitSled()
428 static const int8_t NoopsInSledCount = 7; in emitSled() local459 for (int8_t I = 0; I < NoopsInSledCount; I++) in emitSled()