Home
last modified time | relevance | path

Searched refs:HonorSignDependentRoundingFPMath (Results 1 – 4 of 4) sorted by relevance

/external/llvm/lib/CodeGen/
DTargetOptionsImpl.cpp42 bool TargetOptions::HonorSignDependentRoundingFPMath() const { in HonorSignDependentRoundingFPMath() function in TargetOptions
/external/llvm/include/llvm/Target/
DTargetOptions.h113 bool HonorSignDependentRoundingFPMath() const;
DTarget.td461 : Predicate<"!TM.Options.HonorSignDependentRoundingFPMath()">;
/external/llvm/lib/CodeGen/SelectionDAG/
DDAGCombiner.cpp432 if (Options->HonorSignDependentRoundingFPMath()) return 0; in isNegatibleForFree()
500 assert(!DAG.getTarget().Options.HonorSignDependentRoundingFPMath()); in GetNegatedExpression()