Searched refs:Commutable (Results 1 – 8 of 8) sorted by relevance
| /trueos/contrib/llvm/include/llvm/MC/ |
| HD | MCInstrDesc.h | 121 Commutable, enumerator 412 return Flags & (1 << MCID::Commutable); in isCommutable()
|
| /trueos/contrib/llvm/lib/Target/ARM/ |
| HD | ARMInstrNEON.td | 2443 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 …]
|
| HD | ARMInstrThumb2.td | 577 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;
|
| HD | ARMInstrInfo.td | 1065 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;
|
| HD | ARMInstrFormats.td | 2138 SDPatternOperator IntOp, bit Commutable, list<dag> pattern>
|
| /trueos/contrib/llvm/lib/Target/AArch64/ |
| HD | AArch64InstrNEON.td | 82 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/ |
| HD | X86InstrMMX.td | 92 OpndItins itins, bit Commutable = 0> { 98 let isCommutable = Commutable;
|
| /trueos/contrib/llvm/include/llvm/CodeGen/ |
| HD | MachineInstr.h | 503 return hasProperty(MCID::Commutable, Type);
|