Lines Matching full:slow
157 // True if floating point compare + branch is slow.
158 def FeatureSlowFPBrcc : SubtargetFeature<"slow-fp-brcc", "IsFPBrccSlow", "true",
159 "FP compare + branch is slow">;
247 def FeatureSlowVGETLNi32 : SubtargetFeature<"slow-vgetlni32",
249 "Has slow VGETLNi32 - prefer VMOV">;
253 def FeatureSlowVDUP32 : SubtargetFeature<"slow-vdup32", "HasSlowVDUP32",
255 "Has slow VDUP32 - prefer VMOV">;
279 def FeatureSlowOddRegister : SubtargetFeature<"slow-odd-reg", "HasSlowOddRegister",
281 "with an odd register is slow">;
285 def FeatureSlowLoadDSubreg : SubtargetFeature<"slow-load-D-subreg",
287 "Loading into D subregs is slow">;
353 // whether the FP VML[AS] instructions are slow (if so, don't use them).
357 // VFPv4 added VFMA instructions that can similarly be fast or slow.
359 // whether the FP VFM[AS] instructions are slow (if so, don't use them).