Home
last modified time | relevance | path

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

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