Lines Matching defs:Fast
9185 unsigned Fast = 0;
9187 *FirstStore->getMemOperand(), &Fast);
9188 if (!Allowed || !Fast)
9432 unsigned Fast = 0;
9435 *FirstLoad->getMemOperand(), &Fast);
9436 if (!Allowed || !Fast)
11015 unsigned Fast = 0;
11018 RHS->getMemOperand()->getFlags(), &Fast) &&
11019 Fast) {
16288 return Options.AllowFPOpFusion == FPOpFusion::Fast || Options.UnsafeFPMath ||
16323 bool AllowFusionGlobally = (Options.AllowFPOpFusion == FPOpFusion::Fast ||
16561 bool AllowFusionGlobally = (Options.AllowFPOpFusion == FPOpFusion::Fast ||