OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:AllowFPOpFusion
(Results
1 - 7
of
7
) sorted by null
/external/llvm/include/llvm/Target/
TargetOptions.h
105
AllowFPOpFusion
(FPOpFusion::Standard), Reciprocals(TargetRecip()),
216
///
AllowFPOpFusion
- This flag is set by the -fuse-fp-ops=xxx option.
232
FPOpFusion::FPOpFusionMode
AllowFPOpFusion
;
275
ARE_EQUAL(
AllowFPOpFusion
) &&
/external/llvm/include/llvm/CodeGen/
CommandFlags.h
275
Options.
AllowFPOpFusion
= FuseFPOps;
/external/clang/lib/CodeGen/
BackendUtil.cpp
524
Options.
AllowFPOpFusion
= llvm::FPOpFusion::Strict;
527
Options.
AllowFPOpFusion
= llvm::FPOpFusion::Standard;
530
Options.
AllowFPOpFusion
= llvm::FPOpFusion::Fast;
/external/llvm/lib/Target/NVPTX/
NVPTXISelLowering.cpp
[
all
...]
/external/llvm/lib/CodeGen/SelectionDAG/
DAGCombiner.cpp
[
all
...]
SelectionDAGBuilder.cpp
[
all
...]
/external/llvm/lib/Target/AArch64/
AArch64ISelLowering.cpp
[
all
...]
Completed in 152 milliseconds