Lines Matching defs:Fast
1759 // Naturally aligned access is fastest. However, also report it is Fast
1784 // Naturally aligned access is fastest. However, also report it is Fast
3509 return CC == CallingConv::Fast;
10390 unsigned Fast = 0;
10393 Load->getAlign(), Flags, &Fast) &&
10394 Fast > 1)
10945 unsigned Fast = 0;
10948 Store->getAlign(), Flags, &Fast) &&
10949 Fast > 1)
13598 if ((Options.AllowFPOpFusion == FPOpFusion::Fast || Options.UnsafeFPMath ||
14452 if (Options.AllowFPOpFusion == FPOpFusion::Fast || Options.UnsafeFPMath ||