Home
last modified time | relevance | path

Searched refs:commutative (Results 1 – 25 of 139) sorted by relevance

123456

/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dreload.c2663 int commutative; in find_reloads() local
2731 commutative = -1; in find_reloads()
2775 if (commutative < 0) in find_reloads()
2776 commutative = i; in find_reloads()
2798 if (commutative >= 0) in find_reloads()
2800 if (c == commutative || c == commutative + 1) in find_reloads()
2802 int other = c + (c == commutative ? 1 : -1); in find_reloads()
2807 if (i == commutative || i == commutative + 1) in find_reloads()
2809 int other = i + (i == commutative ? 1 : -1); in find_reloads()
3023 for (swapped = 0; swapped < (commutative >= 0 ? 2 : 1); swapped++) in find_reloads()
[all …]
H A Dlra-int.h177 int commutative; member
H A Dlra.c804 static_data->commutative = -1; in setup_operand_alternative()
815 if (static_data->commutative < 0) in setup_operand_alternative()
816 static_data->commutative = i; in setup_operand_alternative()
H A Dira.c1773 int commutative = -1; in ira_setup_alts() local
1789 commutative = nop; in ira_setup_alts()
1902 if (commutative < 0) in ira_setup_alts()
1905 std::swap (recog_data.operand[commutative], in ira_setup_alts()
1906 recog_data.operand[commutative + 1]); in ira_setup_alts()
H A Dlra-constraints.c3894 int commutative; in curr_insn_transform() local
3947 commutative = curr_static_id->commutative; in curr_insn_transform()
4050 if (reused_alternative_num < 0 && commutative >= 0) in curr_insn_transform()
4055 swap_operands (commutative); in curr_insn_transform()
4059 swap_operands (commutative); in curr_insn_transform()
4087 swap_operands (commutative); in curr_insn_transform()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/VE/
H A DVVPInstrInfo.td32 // Binary operator commutative pattern.
/netbsd-src/external/gpl3/gcc/dist/gcc/config/arm/
H A Dldrdstrd.md100 ; before a commutative operation.
123 ; before a commutative operation that sets the flags.
H A Dpredicates.md414 ;; True for commutative operators
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/arm/
H A Dldrdstrd.md100 ; before a commutative operation.
123 ; before a commutative operation that sets the flags.
H A Dpredicates.md408 ;; True for commutative operators
/netbsd-src/external/gpl3/gcc/dist/contrib/vim-gcc-dev/syntax/
H A Dgcc-match.vim53 " Match commutative/single-use specifiers: :C, :c, :s, :cs, etc.
/netbsd-src/external/gpl3/gcc.old/dist/contrib/vim-gcc-dev/syntax/
H A Dgcc-match.vim53 " Match commutative/single-use specifiers: :C, :c, :s, :cs, etc.
/netbsd-src/external/lgpl3/gmp/dist/mpn/powerpc64/mode64/
H A DaorsorrlshC_n.asm41 C greater than the 2nd operand. Yes, this addition is non-commutative wrt
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dlra-int.h180 int commutative; member
H A Dlra.cc810 static_data->commutative = -1; in setup_operand_alternative()
821 if (static_data->commutative < 0) in setup_operand_alternative()
822 static_data->commutative = i; in setup_operand_alternative()
H A Dira.cc1779 int commutative = -1; in ira_setup_alts() local
1795 commutative = nop; in ira_setup_alts()
1917 if (commutative < 0) in ira_setup_alts()
1920 std::swap (recog_data.operand[commutative], in ira_setup_alts()
1921 recog_data.operand[commutative + 1]); in ira_setup_alts()
H A Dlra-constraints.cc4002 int commutative; in curr_insn_transform() local
4049 commutative = curr_static_id->commutative; in curr_insn_transform()
4152 if (reused_alternative_num < 0 && commutative >= 0) in curr_insn_transform()
4157 swap_operands (commutative); in curr_insn_transform()
4161 swap_operands (commutative); in curr_insn_transform()
4198 swap_operands (commutative); in curr_insn_transform()
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/ext/
H A Dnumeric71 // is required to be associative, but not necessarily commutative.
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/ext/
H A Dnumeric71 // is required to be associative, but not necessarily commutative.
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
H A DAMDGPUInstrInfo.td141 // This is not commutative because this gives the second operand:
157 // FIXME: TableGen doesn't like commutative instructions with more
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DGVN.cpp132 bool commutative = false; member
312 e.commutative = true; in createExpr()
323 e.commutative = true; in createExpr()
350 e.commutative = true; in createCmpExpr()
2045 if (Exp.commutative) { in phiTranslateImpl()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/avr/
H A Davr-fixed.md87 ;; not possible to describe that addition is commutative.
/netbsd-src/external/gpl3/gcc/dist/gcc/doc/
H A Dmatch-and-simplify.texi249 come second in commutative expressions.
/netbsd-src/external/gpl3/gcc.old/dist/gcc/doc/
H A Dmatch-and-simplify.texi249 come second in commutative expressions.
/netbsd-src/external/gpl3/gcc/dist/gcc/config/avr/
H A Davr-fixed.md113 ;; not possible to describe that addition is commutative.

123456