OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:honorsigndependentroundingfpmath
(Results
1 - 4
of
4
) sorted by null
/external/llvm/lib/CodeGen/
TargetOptionsImpl.cpp
45
///
HonorSignDependentRoundingFPMath
- Return true if the codegen must assume
47
bool TargetOptions::
HonorSignDependentRoundingFPMath
() const {
/external/llvm/include/llvm/Target/
TargetOptions.h
146
///
HonorSignDependentRoundingFPMath
- This returns true when the
154
bool
HonorSignDependentRoundingFPMath
() const;
Target.td
526
: Predicate<"!TM.Options.
HonorSignDependentRoundingFPMath
()">;
[
all
...]
/external/llvm/lib/CodeGen/SelectionDAG/
DAGCombiner.cpp
612
if (Options->
HonorSignDependentRoundingFPMath
()) return 0;
682
assert(!Options.
HonorSignDependentRoundingFPMath
());
[
all
...]
Completed in 125 milliseconds