Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/
DTargetOptionsImpl.cpp47 bool TargetOptions::HonorSignDependentRoundingFPMath() const { in HonorSignDependentRoundingFPMath() function in TargetOptions
/external/swiftshader/third_party/LLVM/include/llvm/Target/
DTargetOptions.h94 extern bool HonorSignDependentRoundingFPMath();
DTarget.td417 : Predicate<"!HonorSignDependentRoundingFPMath()">;
/external/llvm/include/llvm/Target/
DTargetOptions.h155 bool HonorSignDependentRoundingFPMath() const;
DTarget.td531 : Predicate<"!TM.Options.HonorSignDependentRoundingFPMath()">;
/external/swiftshader/third_party/LLVM/lib/Target/
DTargetMachine.cpp274 bool HonorSignDependentRoundingFPMath() { in HonorSignDependentRoundingFPMath() function
/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
DDAGCombiner.cpp403 if (HonorSignDependentRoundingFPMath()) return 0; in isNegatibleForFree()
466 assert(!HonorSignDependentRoundingFPMath()); in GetNegatedExpression()
/external/llvm/lib/CodeGen/SelectionDAG/
DDAGCombiner.cpp630 if (Options->HonorSignDependentRoundingFPMath()) return 0; in isNegatibleForFree()
700 assert(!Options.HonorSignDependentRoundingFPMath()); in GetNegatedExpression()