Home
last modified time | relevance | path

Searched refs:Commutable (Results 1 – 8 of 8) sorted by relevance

/trueos/contrib/llvm/include/llvm/MC/
HDMCInstrDesc.h121 Commutable, enumerator
412 return Flags & (1 << MCID::Commutable); in isCommutable()
/trueos/contrib/llvm/lib/Target/ARM/
HDARMInstrNEON.td2443 ValueType ResTy, ValueType OpTy, SDNode OpNode, bit Commutable>
2450 let isCommutable = Commutable;
2456 SDNode OpNode, bit Commutable>
2463 let isCommutable = Commutable;
2494 ValueType ResTy, ValueType OpTy, SDNode OpNode, bit Commutable>
2501 let isCommutable = Commutable;
2505 ValueType ResTy, ValueType OpTy, SDNode OpNode, bit Commutable>
2512 let isCommutable = Commutable;
2545 ValueType ResTy, ValueType OpTy, SDPatternOperator IntOp, bit Commutable>
2552 let isCommutable = Commutable;
[all …]
HDARMInstrThumb2.td577 PatFrag opnode, bit Commutable = 0,
595 let isCommutable = Commutable;
633 PatFrag opnode, bit Commutable = 0> :
634 T2I_bin_irs<opcod, opc, iii, iir, iis, opnode, Commutable, ".w"> {
707 bit Commutable = 0> {
721 let isCommutable = Commutable;
757 bit Commutable = 0> {
799 let isCommutable = Commutable;
826 bit Commutable = 0> {
842 let isCommutable = Commutable;
HDARMInstrInfo.td1065 PatFrag opnode, bit Commutable = 0> {
1090 let isCommutable = Commutable;
1138 PatFrag opnode, bit Commutable = 0> {
1211 bit Commutable = 0> {
1221 let isCommutable = Commutable;
1244 bit Commutable = 0> {
1272 PatFrag opnode, bit Commutable = 0> {
1293 let isCommutable = Commutable;
1401 bit Commutable = 0> {
1426 let isCommutable = Commutable;
HDARMInstrFormats.td2138 SDPatternOperator IntOp, bit Commutable, list<dag> pattern>
/trueos/contrib/llvm/lib/Target/AArch64/
HDAArch64InstrNEON.td82 bit Commutable = 0> {
83 let isCommutable = Commutable in {
103 bit Commutable = 0> {
104 let isCommutable = Commutable in {
136 bit Commutable = 0>
137 : NeonI_3VSame_HS_sizes<u, opcode, asmop, opnode, Commutable> {
138 let isCommutable = Commutable in {
157 bit Commutable = 0>
158 : NeonI_3VSame_BHS_sizes<u, opcode, asmop, opnode, Commutable> {
159 let isCommutable = Commutable in {
[all …]
/trueos/contrib/llvm/lib/Target/X86/
HDX86InstrMMX.td92 OpndItins itins, bit Commutable = 0> {
98 let isCommutable = Commutable;
/trueos/contrib/llvm/include/llvm/CodeGen/
HDMachineInstr.h503 return hasProperty(MCID::Commutable, Type);