Home
last modified time | relevance | path

Searched refs:m_FPOne (Results 1 – 5 of 5) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DAMDGPUTargetTransformInfo.cpp429 if (!Args.empty() && match(Args[0], PatternMatch::m_FPOne())) { in getArithmeticInstrCost()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
DSimplifyLibCalls.cpp1713 if (match(Base, m_FPOne())) in optimizePow()
1730 if (match(Expo, m_FPOne())) in optimizePow()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DInstructionSimplify.cpp4676 if (match(Op1, m_FPOne())) in SimplifyFMAFMul()
4680 if (match(Op0, m_FPOne())) in SimplifyFMAFMul()
4743 if (match(Op1, m_FPOne())) in SimplifyFDivInst()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/
DInstCombineAddSub.cpp1419 m_OneUse(m_FSub(m_FPOne(), in factorizeLerp()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DPatternMatch.h653 inline specific_fpval m_FPOne() { return m_SpecificFP(1.0); } in m_FPOne() function