Searched refs:HonorSignDependentRoundingFPMath (Results 1 – 13 of 13) sorted by relevance
39 bool TargetOptions::HonorSignDependentRoundingFPMath() const { in HonorSignDependentRoundingFPMath() function in TargetOptions
47 bool TargetOptions::HonorSignDependentRoundingFPMath() const { in HonorSignDependentRoundingFPMath() function in TargetOptions
94 extern bool HonorSignDependentRoundingFPMath();
417 : Predicate<"!HonorSignDependentRoundingFPMath()">;
163 bool HonorSignDependentRoundingFPMath() const;
627 : Predicate<"!TM.Options.HonorSignDependentRoundingFPMath()">;
155 bool HonorSignDependentRoundingFPMath() const;
531 : Predicate<"!TM.Options.HonorSignDependentRoundingFPMath()">;
274 bool HonorSignDependentRoundingFPMath() { in HonorSignDependentRoundingFPMath() function
403 if (HonorSignDependentRoundingFPMath()) return 0; in isNegatibleForFree()466 assert(!HonorSignDependentRoundingFPMath()); in GetNegatedExpression()
630 if (Options->HonorSignDependentRoundingFPMath()) return 0; in isNegatibleForFree()700 assert(!Options.HonorSignDependentRoundingFPMath()); in GetNegatedExpression()
33444 …rnPredicate, 104, // (!Subtarget->isFPOnlySP()) && (!TM.Options.HonorSignDependentRoundingFPMath())33452 /* 73391*/ OPC_CheckPatternPredicate, 105, // (!TM.Options.HonorSignDependentRoundingFPMath(…33468 …rnPredicate, 104, // (!Subtarget->isFPOnlySP()) && (!TM.Options.HonorSignDependentRoundingFPMath())33476 …3444*/ OPC_CheckPatternPredicate, 105, // (!TM.Options.HonorSignDependentRoundingFPMath())39398 case 104: return (!Subtarget->isFPOnlySP()) && (!TM.Options.HonorSignDependentRoundingFPMath());39399 case 105: return (!TM.Options.HonorSignDependentRoundingFPMath());
105 if (!TM.Options.HonorSignDependentRoundingFPMath())