Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/
DTargetOptionsImpl.cpp47 bool TargetOptions::HonorSignDependentRoundingFPMath() const { in HonorSignDependentRoundingFPMath() function in TargetOptions
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DTargetOptionsImpl.cpp45 bool TargetOptions::HonorSignDependentRoundingFPMath() const { in HonorSignDependentRoundingFPMath() function in TargetOptions
/external/llvm-project/llvm/lib/CodeGen/
DTargetOptionsImpl.cpp45 bool TargetOptions::HonorSignDependentRoundingFPMath() const { in HonorSignDependentRoundingFPMath() function in TargetOptions
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Target/
DTargetOptions.h171 bool HonorSignDependentRoundingFPMath() const;
DTarget.td678 : Predicate<"!TM.Options.HonorSignDependentRoundingFPMath()">;
/external/llvm/include/llvm/Target/
DTargetOptions.h155 bool HonorSignDependentRoundingFPMath() const;
DTarget.td531 : Predicate<"!TM.Options.HonorSignDependentRoundingFPMath()">;
/external/llvm-project/llvm/include/llvm/Target/
DTargetOptions.h193 bool HonorSignDependentRoundingFPMath() const;
DTarget.td697 : Predicate<"!TM.Options.HonorSignDependentRoundingFPMath()">;
/external/llvm/lib/CodeGen/SelectionDAG/
DDAGCombiner.cpp630 if (Options->HonorSignDependentRoundingFPMath()) return 0; in isNegatibleForFree()
700 assert(!Options.HonorSignDependentRoundingFPMath()); in GetNegatedExpression()
/external/swiftshader/third_party/llvm-10.0/configs/common/lib/Target/ARM/
DARMGenDAGISel.inc54158 …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());
DARMGenGlobalISel.inc113 if (!TM.Options.HonorSignDependentRoundingFPMath())