Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DTargetOptionsImpl.cpp39 bool TargetOptions::HonorSignDependentRoundingFPMath() const { in HonorSignDependentRoundingFPMath() function in TargetOptions
/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/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Target/
DTargetOptions.h163 bool HonorSignDependentRoundingFPMath() const;
DTarget.td627 : Predicate<"!TM.Options.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()
/external/swiftshader/third_party/llvm-7.0/configs/common/lib/Target/ARM/
DARMGenDAGISel.inc33444 …rnPredicate, 104, // (!Subtarget->isFPOnlySP()) && (!TM.Options.HonorSignDependentRoundingFPMath())
33452 /* 73391*/ OPC_CheckPatternPredicate, 105, // (!TM.Options.HonorSignDependentRoundingFPMath(…
33468 …rnPredicate, 104, // (!Subtarget->isFPOnlySP()) && (!TM.Options.HonorSignDependentRoundingFPMath())
33476 …3444*/ OPC_CheckPatternPredicate, 105, // (!TM.Options.HonorSignDependentRoundingFPMath())
39398 case 104: return (!Subtarget->isFPOnlySP()) && (!TM.Options.HonorSignDependentRoundingFPMath());
39399 case 105: return (!TM.Options.HonorSignDependentRoundingFPMath());
DARMGenGlobalISel.inc105 if (!TM.Options.HonorSignDependentRoundingFPMath())