HomeSort by relevance Sort by last modified time
    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 146 milliseconds