Lines Matching defs:Fast
9013 unsigned Fast = 0;
9015 *FirstStore->getMemOperand(), &Fast);
9016 if (!Allowed || !Fast)
9260 unsigned Fast = 0;
9263 *FirstLoad->getMemOperand(), &Fast);
9264 if (!Allowed || !Fast)
10839 unsigned Fast = 0;
10842 RHS->getMemOperand()->getFlags(), &Fast) &&
10843 Fast) {
15852 return Options.AllowFPOpFusion == FPOpFusion::Fast || Options.UnsafeFPMath ||
15887 bool AllowFusionGlobally = (Options.AllowFPOpFusion == FPOpFusion::Fast ||
16125 bool AllowFusionGlobally = (Options.AllowFPOpFusion == FPOpFusion::Fast ||