Searched refs:HonorSignDependentRoundingFPMath (Results 1 – 12 of 12) sorted by relevance
47 bool TargetOptions::HonorSignDependentRoundingFPMath() const { in HonorSignDependentRoundingFPMath() function in TargetOptions
45 bool TargetOptions::HonorSignDependentRoundingFPMath() const { in HonorSignDependentRoundingFPMath() function in TargetOptions
171 bool HonorSignDependentRoundingFPMath() const;
678 : Predicate<"!TM.Options.HonorSignDependentRoundingFPMath()">;
155 bool HonorSignDependentRoundingFPMath() const;
531 : Predicate<"!TM.Options.HonorSignDependentRoundingFPMath()">;
193 bool HonorSignDependentRoundingFPMath() const;
697 : Predicate<"!TM.Options.HonorSignDependentRoundingFPMath()">;
630 if (Options->HonorSignDependentRoundingFPMath()) return 0; in isNegatibleForFree()700 assert(!Options.HonorSignDependentRoundingFPMath()); in GetNegatedExpression()
54158 …atternPredicate, 118, // (Subtarget->hasFP64()) && (!TM.Options.HonorSignDependentRoundingFPMath())54166 /*118035*/ OPC_CheckPatternPredicate, 119, // (!TM.Options.HonorSignDependentRoundingFPMath(…54182 …atternPredicate, 118, // (Subtarget->hasFP64()) && (!TM.Options.HonorSignDependentRoundingFPMath())54190 …8088*/ OPC_CheckPatternPredicate, 119, // (!TM.Options.HonorSignDependentRoundingFPMath())64382 case 118: return (Subtarget->hasFP64()) && (!TM.Options.HonorSignDependentRoundingFPMath());64383 case 119: return (!TM.Options.HonorSignDependentRoundingFPMath());
113 if (!TM.Options.HonorSignDependentRoundingFPMath())