Home
last modified time | relevance | path

Searched refs:FMFGuard (Results 1 – 8 of 8) sorted by relevance

/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DExpandReductions.cpp113 IRBuilder<>::FastMathFlagGuard FMFGuard(Builder); in expandReductions() local
/llvm-project-15.0.7/llvm/lib/Transforms/InstCombine/
H A DInstCombineMulDivRem.cpp124 IRBuilder<>::FastMathFlagGuard FMFGuard(Builder); in foldMulSelectToNegate() local
134 IRBuilder<>::FastMathFlagGuard FMFGuard(Builder); in foldMulSelectToNegate() local
451 IRBuilder<>::FastMathFlagGuard FMFGuard(Builder); in foldFPSignBitOps() local
1402 IRBuilder<>::FastMathFlagGuard FMFGuard(B); in visitFDiv() local
/llvm-project-15.0.7/llvm/lib/Transforms/Vectorize/
H A DVPlanRecipes.cpp349 IRBuilderBase::FastMathFlagGuard FMFGuard(State.Builder); in execute() local
H A DLoopVectorize.cpp9501 IRBuilderBase::FastMathFlagGuard FMFGuard(State.Builder); in execute() local
/llvm-project-15.0.7/llvm/lib/Transforms/Utils/
H A DLoopUtils.cpp1071 IRBuilderBase::FastMathFlagGuard FMFGuard(B); in createTargetReduction() local
H A DSimplifyCFG.cpp1641 IRBuilder<>::FastMathFlagGuard FMFGuard(Builder); in HoistThenElseCodeToIf() local
3301 IRBuilder<>::FastMathFlagGuard FMFGuard(Builder); in FoldTwoEntryPHINode() local
/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCodeGenFunction.cpp147 FMFGuard.emplace(CGF.Builder); in ConstructorHelper()
H A DCodeGenFunction.h726 Optional<CGBuilderTy::FastMathFlagGuard> FMFGuard;