OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:HonorSignDependentRoundingFPMath
(Results
1 - 3
of
3
) 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;
/external/llvm/lib/CodeGen/SelectionDAG/
DAGCombiner.cpp
441
if (Options->
HonorSignDependentRoundingFPMath
()) return 0;
509
assert(!DAG.getTarget().Options.
HonorSignDependentRoundingFPMath
());
[
all
...]
Completed in 4411 milliseconds