Searched refs:UnsafeFPMath (Results 1 - 21 of 21) sorted by relevance

/external/llvm/lib/CodeGen/
H A DTargetOptionsImpl.cpp41 return UnsafeFPMath || LessPreciseFPMADOption;
47 return !UnsafeFPMath && HonorSignDependentRoundingFPMathOption;
/external/llvm/include/llvm/Target/
H A DTargetOptions.h46 UnsafeFPMath(false), NoInfsFPMath(false),
79 /// UnsafeFPMath - This flag is enabled when the
84 /// UnsafeFPMath implies LessPreciseFPMAD.
85 unsigned UnsafeFPMath : 1;
201 ARE_EQUAL(UnsafeFPMath) &&
/external/llvm/lib/Target/ARM/
H A DARMSubtarget.cpp116 UnsafeFPMath = false;
213 (Options.UnsafeFPMath || isTargetDarwin()))
H A DARMSubtarget.h175 bool UnsafeFPMath; member in class:llvm::ARMSubtarget
H A DARMAsmPrinter.cpp844 if (!TM.Options.UnsafeFPMath) {
H A DARMISelLowering.cpp3352 if (getTargetMachine().Options.UnsafeFPMath &&
9737 !DAG.getTarget().Options.UnsafeFPMath &&
9759 !DAG.getTarget().Options.UnsafeFPMath &&
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/gallivm/
H A Dlp_bld_misc.cpp130 llvm::UnsafeFPMath = true;
/external/llvm/lib/Target/
H A DTargetMachine.cpp82 RESET_OPTION(UnsafeFPMath, "unsafe-fp-math");
/external/mesa3d/src/gallium/auxiliary/gallivm/
H A Dlp_bld_misc.cpp130 llvm::UnsafeFPMath = true;
/external/clang/lib/CodeGen/
H A DBackendUtil.cpp451 Options.UnsafeFPMath = CodeGenOpts.UnsafeFPMath;
H A DCGCall.cpp1070 llvm::toStringRef(CodeGenOpts.UnsafeFPMath));
/external/llvm/tools/llc/
H A Dllc.cpp266 Options.UnsafeFPMath = EnableUnsafeFPMath;
/external/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp427 if (!Options->UnsafeFPMath) return 0;
443 if (!Options->UnsafeFPMath) return 0;
488 assert(DAG.getTarget().Options.UnsafeFPMath);
505 assert(DAG.getTarget().Options.UnsafeFPMath);
5915 if (DAG.getTarget().Options.UnsafeFPMath && N1CFP &&
5930 if (DAG.getTarget().Options.UnsafeFPMath && N1CFP &&
5949 if (AllowNewFpConst && DAG.getTarget().Options.UnsafeFPMath &&
5954 if (AllowNewFpConst && DAG.getTarget().Options.UnsafeFPMath &&
5961 if (DAG.getTarget().Options.UnsafeFPMath &&
6086 DAG.getTarget().Options.UnsafeFPMath)
[all...]
H A DSelectionDAG.cpp2653 if (getTarget().Options.UnsafeFPMath && OpOpcode == ISD::FSUB)
2866 if (getTarget().Options.UnsafeFPMath) {
3213 if (getTarget().Options.UnsafeFPMath)
H A DLegalizeDAG.cpp2129 if (isGNU && !TM.Options.UnsafeFPMath)
/external/llvm/tools/lto/
H A DLTOModule.cpp230 Options.UnsafeFPMath = EnableUnsafeFPMath;
/external/llvm/tools/opt/
H A Dopt.cpp495 Options.UnsafeFPMath = EnableUnsafeFPMath;
/external/llvm/lib/Target/NVPTX/
H A DNVPTXISelDAGToDAG.cpp81 if (TM.Options.UnsafeFPMath)
94 if (TM.Options.UnsafeFPMath)
/external/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.cpp143 !(TM.Options.UnsafeFPMath &&
148 !(TM.Options.UnsafeFPMath &&
166 if (TM.Options.UnsafeFPMath) {
471 if (TM.Options.UnsafeFPMath) {
533 if (TM.Options.UnsafeFPMath) {
4839 !DAG.getTarget().Options.UnsafeFPMath) {
7005 assert(TM.Options.UnsafeFPMath &&
7006 "Reciprocal estimates require UnsafeFPMath");
7055 assert(TM.Options.UnsafeFPMath &&
7056 "Reciprocal estimates require UnsafeFPMath");
[all...]
/external/clang/lib/Frontend/
H A DCompilerInvocation.cpp391 Opts.UnsafeFPMath = Args.hasArg(OPT_menable_unsafe_fp_math) ||
/external/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp708 if (!TM.Options.UnsafeFPMath) {
724 if (!TM.Options.UnsafeFPMath) {
766 if (!TM.Options.UnsafeFPMath) {
15951 if (!DAG.getTarget().Options.UnsafeFPMath &&
15961 if (!DAG.getTarget().Options.UnsafeFPMath &&
15979 if (!DAG.getTarget().Options.UnsafeFPMath &&
15989 if (!DAG.getTarget().Options.UnsafeFPMath &&
16015 if (!DAG.getTarget().Options.UnsafeFPMath &&
16025 if (!DAG.getTarget().Options.UnsafeFPMath &&
16050 if (!DAG.getTarget().Options.UnsafeFPMath
[all...]

Completed in 578 milliseconds