Searched refs:Commutable (Results 1 – 6 of 6) sorted by relevance
/external/llvm/include/llvm/MC/ |
D | MCInstrDesc.h | 118 Commutable, enumerator 388 bool isCommutable() const { return Flags & (1 << MCID::Commutable); } in isCommutable()
|
/external/llvm/lib/Target/ARM/ |
D | ARMInstrNEON.td | 2547 ValueType ResTy, ValueType OpTy, SDNode OpNode, bit Commutable> 2554 let isCommutable = Commutable; 2560 SDNode OpNode, bit Commutable> 2567 let isCommutable = Commutable; 2598 ValueType ResTy, ValueType OpTy, SDNode OpNode, bit Commutable> 2605 let isCommutable = Commutable; 2609 ValueType ResTy, ValueType OpTy, SDNode OpNode, bit Commutable> 2616 let isCommutable = Commutable; 2649 ValueType ResTy, ValueType OpTy, SDPatternOperator IntOp, bit Commutable> 2656 let isCommutable = Commutable; [all …]
|
D | ARMInstrThumb2.td | 579 PatFrag opnode, bit Commutable = 0, 597 let isCommutable = Commutable; 635 PatFrag opnode, bit Commutable = 0> : 636 T2I_bin_irs<opcod, opc, iii, iir, iis, opnode, Commutable, ".w"> { 709 bit Commutable = 0> { 723 let isCommutable = Commutable; 759 bit Commutable = 0> { 801 let isCommutable = Commutable; 828 bit Commutable = 0> { 844 let isCommutable = Commutable;
|
D | ARMInstrInfo.td | 1227 PatFrag opnode, bit Commutable = 0> { 1252 let isCommutable = Commutable; 1300 PatFrag opnode, bit Commutable = 0> { 1373 bit Commutable = 0> { 1383 let isCommutable = Commutable; 1406 bit Commutable = 0> { 1434 PatFrag opnode, bit Commutable = 0, 1456 let isCommutable = Commutable; 1565 bit Commutable = 0> { 1590 let isCommutable = Commutable;
|
/external/llvm/lib/Target/X86/ |
D | X86InstrMMX.td | 97 OpndItins itins, bit Commutable = 0> { 103 let isCommutable = Commutable;
|
/external/llvm/include/llvm/CodeGen/ |
D | MachineInstr.h | 615 return hasProperty(MCID::Commutable, Type);
|