Searched refs:pow (Results 101 - 113 of 113) sorted by relevance

12345

/openbsd-current/gnu/llvm/llvm/lib/Target/SPIRV/
H A DSPIRVInstructionSelector.cpp348 return selectExtInst(ResVReg, ResType, I, CL::pow, GL::Pow);
/openbsd-current/gnu/llvm/llvm/include/llvm/CodeGen/
H A DBasicTTIImpl.h1833 case Intrinsic::pow:
/openbsd-current/gnu/llvm/llvm/lib/Transforms/Utils/
H A DSimplifyLibCalls.cpp1855 /// Use exp{,2}(x * y) for pow(exp{,2}(x), y);
1856 /// ldexp(1.0, x) for pow(2.0, itofp(x)); exp2(n * x) for pow(2.0 ** n, x);
1857 /// exp10(x) for pow(10.0, x); exp2(log2(n) * x) for pow(n, x).
1867 // pow(exp(x), y) -> exp(x * y)
1868 // pow(exp2(x), y) -> exp2(x * y)
1875 // pow(exp(1000), 0.001) = pow(inf, 0.001) = inf
1927 // exp{,2}() is pow(), the
[all...]
/openbsd-current/gnu/usr.bin/perl/
H A Dperl.h2765 # define Perl_pow pow
6884 # ifdef pow
/openbsd-current/gnu/usr.bin/binutils-2.17/bfd/
H A Delf32-xtensa.c7275 int pow = GET_XTENSA_PROP_ALIGNMENT (entry->flags);
7276 int nsm = (1 << pow) - 1;
7251 int pow = GET_XTENSA_PROP_ALIGNMENT (entry->flags); local
/openbsd-current/gnu/llvm/llvm/lib/Target/AArch64/
H A DAArch64FastISel.cpp3545 case Intrinsic::pow: {
3569 case Intrinsic::pow:
/openbsd-current/gnu/llvm/llvm/lib/Target/NVPTX/
H A DNVPTXISelLowering.cpp2241 DAG.getSetCC(SL, SetCCVT, AbsA, DAG.getConstantFP(pow(2.0, 23.0), SL, VT),
2284 DAG.getSetCC(SL, SetCCVT, AbsA, DAG.getConstantFP(pow(2.0, 52.0), SL, VT),
/openbsd-current/gnu/llvm/llvm/lib/Analysis/
H A DInstructionSimplify.cpp5984 m_Intrinsic<Intrinsic::pow>(m_SpecificFP(2.0), m_Value(X)))))
5988 // log10(pow(10.0, x)) -> x
5990 match(Op0, m_Intrinsic<Intrinsic::pow>(m_SpecificFP(10.0), m_Value(X))))
/openbsd-current/gnu/llvm/llvm/lib/Target/ARM/
H A DARMTargetTransformInfo.cpp1870 case Intrinsic::pow:
/openbsd-current/gnu/llvm/llvm/lib/CodeGen/GlobalISel/
H A DIRTranslator.cpp1764 case Intrinsic::pow:
/openbsd-current/gnu/usr.bin/perl/lib/B/
H A DDeparse.pm3037 %right = ('pow' => 22,
5158 |i_postinc|postdec|i_postdec|pow|multiply|i_multiply
/openbsd-current/gnu/llvm/clang/lib/CodeGen/
H A DCGBuiltin.cpp2133 MUTATE_LDBL(pow)
2420 Intrinsic::pow,
/openbsd-current/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp5384 /// visitPow - Lower a pow intrinsic. Handles the special sequences for
6330 case Intrinsic::pow:

Completed in 452 milliseconds

12345