Lines Matching defs:Fast
1801 // Naturally aligned access is fastest. However, also report it is Fast
1826 // Naturally aligned access is fastest. However, also report it is Fast
3533 return CC == CallingConv::Fast;
10679 unsigned Fast = 0;
10682 Load->getAlign(), Flags, &Fast) &&
10683 Fast > 1)
11265 unsigned Fast = 0;
11268 Store->getAlign(), Flags, &Fast) &&
11269 Fast > 1)
13914 if ((Options.AllowFPOpFusion == FPOpFusion::Fast || Options.UnsafeFPMath ||
14906 if (Options.AllowFPOpFusion == FPOpFusion::Fast || Options.UnsafeFPMath ||
17158 Options.AllowFPOpFusion != FPOpFusion::Fast &&