Lines Matching refs:bypass
565 // Goldmont / Tremont (atom in general) has no bypass delay
566 def TuningNoDomainDelay : SubtargetFeature<"no-bypass-delay",
568 "Has no bypass delay when using the 'wrong' domain">;
570 // Many processors (Nehalem+ on Intel) have no bypass delay when
572 def TuningNoDomainDelayMov : SubtargetFeature<"no-bypass-delay-mov",
574 "Has no bypass delay when using the 'wrong' mov type">;
576 // Newer processors (Skylake+ on Intel) have no bypass delay when
578 def TuningNoDomainDelayBlend : SubtargetFeature<"no-bypass-delay-blend",
580 "Has no bypass delay when using the 'wrong' blend type">;
582 // Newer processors (Haswell+ on Intel) have no bypass delay when
584 def TuningNoDomainDelayShuffle : SubtargetFeature<"no-bypass-delay-shuffle",
586 "Has no bypass delay when using the 'wrong' shuffle type">;