Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/
DAMDGPUTargetTransformInfo.cpp410 if (!Args.empty() && match(Args[0], PatternMatch::m_FPOne())) { in getArithmeticInstrCost()
/external/llvm/include/llvm/IR/
DPatternMatch.h346 inline specific_fpval m_FPOne() { return m_SpecificFP(1.0); } in m_FPOne() function
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/
DPatternMatch.h540 inline specific_fpval m_FPOne() { return m_SpecificFP(1.0); } in m_FPOne() function
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
DInstructionSimplify.cpp4412 if (match(Op1, m_FPOne())) in SimplifyFMulInst()
4456 if (match(Op1, m_FPOne())) in SimplifyFDivInst()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/InstCombine/
DInstCombineCalls.cpp2109 if (match(Src1, m_FPOne())) { in visitCallInst()
/external/llvm/lib/Analysis/
DInstructionSimplify.cpp873 if (match(Op1, m_FPOne())) in SimplifyFMulInst()