Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/
H A DExpandReductions.cpp115 IRBuilder<>::FastMathFlagGuard FMFGuard(Builder); in expandReductions() local
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineMulDivRem.cpp124 IRBuilder<>::FastMathFlagGuard FMFGuard(Builder); in foldMulSelectToNegate() local
134 IRBuilder<>::FastMathFlagGuard FMFGuard(Builder); in foldMulSelectToNegate() local
417 IRBuilder<>::FastMathFlagGuard FMFGuard(Builder); in foldFPSignBitOps() local
1394 IRBuilder<>::FastMathFlagGuard FMFGuard(B); in visitFDiv() local
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DLoopUtils.cpp1008 IRBuilderBase::FastMathFlagGuard FMFGuard(B); in createTargetReduction() local
H A DSimplifyCFG.cpp1609 IRBuilder<>::FastMathFlagGuard FMFGuard(Builder); in HoistThenElseCodeToIf() local
2882 IRBuilder<>::FastMathFlagGuard FMFGuard(Builder); in FoldTwoEntryPHINode() local
/freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenFunction.cpp157 FMFGuard.emplace(CGF.Builder); in ConstructorHelper()
H A DCodeGenFunction.h688 Optional<CGBuilderTy::FastMathFlagGuard> FMFGuard;