Home
last modified time | relevance | path

Searched refs:div_mode (Results 1 – 22 of 22) sorted by relevance

/dports/misc/mxnet/incubator-mxnet-1.9.0/3rdparty/tvm/src/arith/
H A Dcanonical_simplify.cc102 DivMode div_mode{kTruncDiv}; member in tvm::arith::SplitExprNode
352 if (lhs->div_mode > rhs->div_mode) return true; in SimplifySplitExprs()
353 if (lhs->div_mode < rhs->div_mode) return false; in SimplifySplitExprs()
490 n->div_mode = kTruncDiv; in ToSplitExpr()
505 if (expr->div_mode == div_mode) return expr; in ConvertDivMode()
507 expr.CopyOnWrite()->div_mode = div_mode; in ConvertDivMode()
512 expr.CopyOnWrite()->div_mode = div_mode; in ConvertDivMode()
652 lhs = ConvertDivMode(lhs, div_mode); in SplitDivConst()
688 lhs.CopyOnWrite()->div_mode = div_mode; in SplitDivConst()
807 lhs = ConvertDivMode(lhs, div_mode); in SplitModConst()
[all …]
/dports/misc/py-tvm/incubator-tvm-0.6.1/src/arithmetic/
H A Dcanonical_simplify.cc109 DivMode div_mode{kTruncDiv}; member in tvm::arith::SplitExprNode
371 if (lhs->div_mode > rhs->div_mode) return true; in SimplifySplitExprs()
372 if (lhs->div_mode < rhs->div_mode) return false; in SimplifySplitExprs()
513 n->div_mode = kTruncDiv; in ToSplitExpr()
528 if (expr->div_mode == div_mode) return expr; in ConvertDivMode()
530 expr.CopyOnWrite()->div_mode = div_mode; in ConvertDivMode()
535 expr.CopyOnWrite()->div_mode = div_mode; in ConvertDivMode()
682 lhs = ConvertDivMode(lhs, div_mode); in SplitDivConst()
718 lhs.CopyOnWrite()->div_mode = div_mode; in SplitDivConst()
842 lhs = ConvertDivMode(lhs, div_mode); in SplitModConst()
[all …]
/dports/misc/tvm/incubator-tvm-0.6.1/src/arithmetic/
H A Dcanonical_simplify.cc109 DivMode div_mode{kTruncDiv}; member in tvm::arith::SplitExprNode
371 if (lhs->div_mode > rhs->div_mode) return true; in SimplifySplitExprs()
372 if (lhs->div_mode < rhs->div_mode) return false; in SimplifySplitExprs()
513 n->div_mode = kTruncDiv; in ToSplitExpr()
528 if (expr->div_mode == div_mode) return expr; in ConvertDivMode()
530 expr.CopyOnWrite()->div_mode = div_mode; in ConvertDivMode()
535 expr.CopyOnWrite()->div_mode = div_mode; in ConvertDivMode()
682 lhs = ConvertDivMode(lhs, div_mode); in SplitDivConst()
718 lhs.CopyOnWrite()->div_mode = div_mode; in SplitDivConst()
842 lhs = ConvertDivMode(lhs, div_mode); in SplitModConst()
[all …]
/dports/lang/gcc8/gcc-8.5.0/gcc/
H A Dtree-ssa-math-opts.c3262 machine_mode div_mode; in target_supports_divmod_p() local
3263 FOR_EACH_MODE_FROM (div_mode, mode) in target_supports_divmod_p()
3264 if (optab_handler (div_optab, div_mode) != CODE_FOR_nothing) in target_supports_divmod_p()
/dports/lang/gcc10/gcc-10.3.0/gcc/
H A Dtree-ssa-math-opts.c3490 machine_mode div_mode; in target_supports_divmod_p() local
3491 FOR_EACH_MODE_FROM (div_mode, mode) in target_supports_divmod_p()
3492 if (optab_handler (div_optab, div_mode) != CODE_FOR_nothing) in target_supports_divmod_p()
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/gcc/
H A Dtree-ssa-math-opts.c3262 machine_mode div_mode; in target_supports_divmod_p() local
3263 FOR_EACH_MODE_FROM (div_mode, mode) in target_supports_divmod_p()
3264 if (optab_handler (div_optab, div_mode) != CODE_FOR_nothing) in target_supports_divmod_p()
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/gcc/
H A Dtree-ssa-math-opts.c3262 machine_mode div_mode; in target_supports_divmod_p() local
3263 FOR_EACH_MODE_FROM (div_mode, mode) in target_supports_divmod_p()
3264 if (optab_handler (div_optab, div_mode) != CODE_FOR_nothing) in target_supports_divmod_p()
/dports/lang/gcc9-devel/gcc-9-20211007/gcc/
H A Dtree-ssa-math-opts.c3487 machine_mode div_mode; in target_supports_divmod_p() local
3488 FOR_EACH_MODE_FROM (div_mode, mode) in target_supports_divmod_p()
3489 if (optab_handler (div_optab, div_mode) != CODE_FOR_nothing) in target_supports_divmod_p()
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/gcc/
H A Dtree-ssa-math-opts.c3262 machine_mode div_mode; in target_supports_divmod_p() local
3263 FOR_EACH_MODE_FROM (div_mode, mode) in target_supports_divmod_p()
3264 if (optab_handler (div_optab, div_mode) != CODE_FOR_nothing) in target_supports_divmod_p()
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/
H A Dtree-ssa-math-opts.c3262 machine_mode div_mode; in target_supports_divmod_p() local
3263 FOR_EACH_MODE_FROM (div_mode, mode) in target_supports_divmod_p()
3264 if (optab_handler (div_optab, div_mode) != CODE_FOR_nothing) in target_supports_divmod_p()
/dports/devel/riscv64-gcc/gcc-8.3.0/gcc/
H A Dtree-ssa-math-opts.c3261 machine_mode div_mode; in target_supports_divmod_p() local
3262 FOR_EACH_MODE_FROM (div_mode, mode) in target_supports_divmod_p()
3263 if (optab_handler (div_optab, div_mode) != CODE_FOR_nothing) in target_supports_divmod_p()
/dports/devel/avr-gcc/gcc-10.2.0/gcc/
H A Dtree-ssa-math-opts.c3490 machine_mode div_mode; in target_supports_divmod_p() local
3491 FOR_EACH_MODE_FROM (div_mode, mode) in target_supports_divmod_p()
3492 if (optab_handler (div_optab, div_mode) != CODE_FOR_nothing) in target_supports_divmod_p()
/dports/lang/gcc10-devel/gcc-10-20211008/gcc/
H A Dtree-ssa-math-opts.c3490 machine_mode div_mode; in target_supports_divmod_p() local
3491 FOR_EACH_MODE_FROM (div_mode, mode) in target_supports_divmod_p()
3492 if (optab_handler (div_optab, div_mode) != CODE_FOR_nothing) in target_supports_divmod_p()
/dports/lang/gcc9/gcc-9.4.0/gcc/
H A Dtree-ssa-math-opts.c3487 machine_mode div_mode; in target_supports_divmod_p() local
3488 FOR_EACH_MODE_FROM (div_mode, mode) in target_supports_divmod_p()
3489 if (optab_handler (div_optab, div_mode) != CODE_FOR_nothing) in target_supports_divmod_p()
/dports/lang/gcc9-aux/gcc-9.1.0/gcc/
H A Dtree-ssa-math-opts.c3487 machine_mode div_mode; in target_supports_divmod_p() local
3488 FOR_EACH_MODE_FROM (div_mode, mode) in target_supports_divmod_p()
3489 if (optab_handler (div_optab, div_mode) != CODE_FOR_nothing) in target_supports_divmod_p()
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/
H A Dtree-ssa-math-opts.c4329 machine_mode div_mode; in target_supports_divmod_p() local
4330 FOR_EACH_MODE_FROM (div_mode, mode) in target_supports_divmod_p()
4331 if (optab_handler (div_optab, div_mode) != CODE_FOR_nothing) in target_supports_divmod_p()
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/
H A Dtree-ssa-math-opts.c4342 machine_mode div_mode; in target_supports_divmod_p() local
4343 FOR_EACH_MODE_FROM (div_mode, mode) in target_supports_divmod_p()
4344 if (optab_handler (div_optab, div_mode) != CODE_FOR_nothing) in target_supports_divmod_p()
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/
H A Dtree-ssa-math-opts.c4329 machine_mode div_mode; in target_supports_divmod_p() local
4330 FOR_EACH_MODE_FROM (div_mode, mode) in target_supports_divmod_p()
4331 if (optab_handler (div_optab, div_mode) != CODE_FOR_nothing) in target_supports_divmod_p()
/dports/lang/gcc11/gcc-11.2.0/gcc/
H A Dtree-ssa-math-opts.c4329 machine_mode div_mode; in target_supports_divmod_p() local
4330 FOR_EACH_MODE_FROM (div_mode, mode) in target_supports_divmod_p()
4331 if (optab_handler (div_optab, div_mode) != CODE_FOR_nothing) in target_supports_divmod_p()
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/net/wireless/ralink/rt2x00/
H A Drt2800lib.c6738 int ant, div_mode; in rt2800_init_bbp_53xx() local
6807 div_mode = rt2x00_get_field16(eeprom, in rt2800_init_bbp_53xx()
6809 ant = (div_mode == 3) ? 1 : 0; in rt2800_init_bbp_53xx()
6847 int ant, div_mode; in rt2800_init_bbp_5592() local
6894 div_mode = rt2x00_get_field16(eeprom, EEPROM_NIC_CONF1_ANT_DIVERSITY); in rt2800_init_bbp_5592()
6895 ant = (div_mode == 3) ? 1 : 0; in rt2800_init_bbp_5592()
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/net/wireless/ralink/rt2x00/
H A Drt2800lib.c6738 int ant, div_mode; in rt2800_init_bbp_53xx() local
6807 div_mode = rt2x00_get_field16(eeprom, in rt2800_init_bbp_53xx()
6809 ant = (div_mode == 3) ? 1 : 0; in rt2800_init_bbp_53xx()
6847 int ant, div_mode; in rt2800_init_bbp_5592() local
6894 div_mode = rt2x00_get_field16(eeprom, EEPROM_NIC_CONF1_ANT_DIVERSITY); in rt2800_init_bbp_5592()
6895 ant = (div_mode == 3) ? 1 : 0; in rt2800_init_bbp_5592()
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/net/wireless/ralink/rt2x00/
H A Drt2800lib.c6738 int ant, div_mode; in rt2800_init_bbp_53xx() local
6807 div_mode = rt2x00_get_field16(eeprom, in rt2800_init_bbp_53xx()
6809 ant = (div_mode == 3) ? 1 : 0; in rt2800_init_bbp_53xx()
6847 int ant, div_mode; in rt2800_init_bbp_5592() local
6894 div_mode = rt2x00_get_field16(eeprom, EEPROM_NIC_CONF1_ANT_DIVERSITY); in rt2800_init_bbp_5592()
6895 ant = (div_mode == 3) ? 1 : 0; in rt2800_init_bbp_5592()