Searched refs:UnsafeFPShrink (Results 1 - 3 of 3) sorted by relevance

/external/llvm/include/llvm/Transforms/Utils/
H A DSimplifyLibCalls.h36 bool UnsafeFPShrink);
/external/llvm/lib/Transforms/Utils/
H A DSimplifyLibCalls.cpp1189 bool UnsafeFPShrink; member in struct:__anon26366::UnsafeFPLibCallOptimization
1190 UnsafeFPLibCallOptimization(bool UnsafeFPShrink) { argument
1191 this->UnsafeFPShrink = UnsafeFPShrink;
1196 CosOpt(bool UnsafeFPShrink) : UnsafeFPLibCallOptimization(UnsafeFPShrink) {} argument
1200 if (UnsafeFPShrink && Callee->getName() == "cos" &&
1224 PowOpt(bool UnsafeFPShrink) : UnsafeFPLibCallOptimization(UnsafeFPShrink) {} argument
1228 if (UnsafeFPShrink
1299 Exp2Opt(bool UnsafeFPShrink) argument
2020 bool UnsafeFPShrink; member in class:llvm::LibCallSimplifierImpl
2295 LibCallSimplifier(const DataLayout *DL, const TargetLibraryInfo *TLI, bool UnsafeFPShrink) argument
[all...]
/external/llvm/lib/Transforms/InstCombine/
H A DInstructionCombining.cpp71 static cl::opt<bool> UnsafeFPShrink("enable-double-float-shrink", cl::Hidden,
2810 : LibCallSimplifier(DL, TLI, UnsafeFPShrink) {

Completed in 2494 milliseconds