Home
last modified time | relevance | path

Searched refs:ldexp (Results 51 – 75 of 75) sorted by relevance

123

/freebsd/contrib/llvm-project/clang/lib/Headers/
H A D__clang_hip_math.h874 double ldexp(double __x, int __e) { return __builtin_amdgcn_ldexp(__x, __e); }
/freebsd/contrib/arm-optimized-routines/math/test/
H A Dmathtest.c318 TFUNC(at_di,rt_d, ldexp, 0),
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPULibCalls.cpp744 CI->getModule(), Intrinsic::ldexp, in fold()
H A DAMDGPUCodeGenPrepare.cpp132 Mod, Intrinsic::ldexp, {Type::getFloatTy(Ctx), Type::getInt32Ty(Ctx)}); in getLdexpF32()
H A DVOP2Instructions.td884 // The ldexp.f16 intrinsic expects a integer src1 operand, though the hardware
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DConstantFolding.cpp1566 case Intrinsic::ldexp: in canConstantFoldCallTo()
2678 case Intrinsic::ldexp: { in ConstantFoldScalarCall2()
H A DValueTracking.cpp4803 case Intrinsic::ldexp: { in computeKnownFPClass()
6658 case Intrinsic::ldexp: in canCreateUndefOrPoison()
H A DInstructionSimplify.cpp6592 case Intrinsic::ldexp: in simplifyBinaryIntrinsic()
/freebsd/contrib/lua/src/
H A Dlcode.c611 const lua_Number q = l_mathop(ldexp)(l_mathop(1.0), -nbm + 1); in luaK_numberK()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineSelect.cpp396 if (TII->getIntrinsicID() == Intrinsic::ldexp) { in foldSelectOpOp()
411 TII->getType(), Intrinsic::ldexp, {SelectVal, SelectExp}); in foldSelectOpOp()
H A DInstCombineCalls.cpp2514 case Intrinsic::ldexp: { in visitCallInst()
2531 if (match(Src, m_OneUse(m_Intrinsic<Intrinsic::ldexp>( in visitCallInst()
H A DInstCombineAddSub.cpp2718 if (II->getIntrinsicID() == Intrinsic::ldexp) { in hoistFNegAboveFMulFDiv()
/freebsd/contrib/llvm-project/clang/lib/Tooling/Inclusions/Stdlib/
H A DCSymbolMap.inc581 SYMBOL(ldexp, None, <math.h>)
H A DStdSymbolMap.inc1929 SYMBOL(ldexp, std::, <cmath>)
1930 SYMBOL(ldexp, None, <cmath>)
1931 SYMBOL(ldexp, None, <math.h>)
/freebsd/contrib/llvm-project/llvm/lib/Target/SPIRV/
H A DSPIRVBuiltins.td218 defm : DemangledExtendedBuiltin<"ldexp", OpenCL_std, 34>;
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DOpenCLBuiltins.td595 foreach name = ["ldexp"] in {
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DIRTranslator.cpp1866 case Intrinsic::ldexp: in getSimpleIntrinsicOpcode()
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DBuiltins.def1313 LIBBUILTIN(ldexp, "ddi", "fne", MATH_H, ALL_LANGUAGES)
/freebsd/contrib/llvm-project/llvm/include/llvm/Target/
H A DTargetSelectionDAG.td176 def SDTFPExpOp : SDTypeProfile<1, 2, [ // ldexp
/freebsd/contrib/llvm-project/compiler-rt/lib/dfsan/
H A Dlibc_ubuntu1404_abilist.txt2177 fun:ldexp=uninstrumented
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DAutoUpgrade.cpp1022 F->getParent(), Intrinsic::ldexp, in upgradeIntrinsicFunction1()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGBuiltin.cpp2489 MUTATE_LDBL(ldexp) in mutateLongDoubleBuiltin()
2977 *this, E, Intrinsic::ldexp, in EmitBuiltinExpr()
17972 CGM.getIntrinsic(Intrinsic::ldexp, {Src0->getType(), Src1->getType()}); in EmitAMDGPUBuiltinExpr()
17981 CGM.getIntrinsic(Intrinsic::ldexp, {Src0->getType(), Int16Ty}); in EmitAMDGPUBuiltinExpr()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp6556 case Intrinsic::ldexp: in visitIntrinsicCall()
/freebsd/contrib/ntp/
H A DChangeLog1731 * [Bug 2382] Implement LOGTOD using ldexp() instead of shifting.
H A DCommitLog85160 [Bug 2382] Implement LOGTOD using ldexp() instead of shifting
85163 [Bug 2382] Implement LOGTOD using ldexp() instead of shifting
85166 [Bug 2382] Implement LOGTOD using ldexp() instead of shifting

123