HomeSort by relevance Sort by last modified time
    Searched full:honorsigndependentroundingfpmath (Results 1 - 4 of 4) sorted by null

  /external/llvm/lib/CodeGen/
TargetOptionsImpl.cpp 40 /// HonorSignDependentRoundingFPMath - Return true if the codegen must assume
42 bool TargetOptions::HonorSignDependentRoundingFPMath() const {
  /external/llvm/include/llvm/Target/
TargetOptions.h 105 /// HonorSignDependentRoundingFPMath - This returns true when the
113 bool HonorSignDependentRoundingFPMath() const;
Target.td 465 : Predicate<"!TM.Options.HonorSignDependentRoundingFPMath()">;
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
DAGCombiner.cpp 441 if (Options->HonorSignDependentRoundingFPMath()) return 0;
509 assert(!DAG.getTarget().Options.HonorSignDependentRoundingFPMath());
    [all...]

Completed in 75 milliseconds