Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DTargetOptionsImpl.cpp45 bool TargetOptions::HonorSignDependentRoundingFPMath() const { in HonorSignDependentRoundingFPMath() function in TargetOptions
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Target/
DTargetOptions.h171 bool HonorSignDependentRoundingFPMath() const;
DTarget.td678 : Predicate<"!TM.Options.HonorSignDependentRoundingFPMath()">;
/third_party/skia/third_party/externals/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())