Searched refs:Commutable (Results 1 – 11 of 11) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/MC/ |
| H A D | MCInstrDesc.h | 171 Commutable, enumerator 472 bool isCommutable() const { return Flags & (1ULL << MCID::Commutable); } in isCommutable()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/X86/ |
| H A D | X86Instr3DNow.td | 29 X86FoldableSchedWrite sched, bit Commutable = 0, 31 let isCommutable = Commutable in
|
| H A D | X86InstrMMX.td | 35 X86FoldableSchedWrite sched, bit Commutable = 0, 42 let isCommutable = Commutable; 91 bit Commutable = 0> { 92 let isCommutable = Commutable in
|
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/ |
| H A D | MIPatternMatch.h | 237 bool Commutable = false> 250 (Commutable && (R.match(MRI, TmpMI->getOperand(1).getReg()) && 259 template <typename LHS_P, typename RHS_P, bool Commutable = false> 275 (Commutable && (R.match(MRI, TmpMI->getOperand(1).getReg()) &&
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/ARM/ |
| H A D | ARMInstrNEON.td | 2628 let isCommutable = Commutable; 2641 let isCommutable = Commutable; 2679 let isCommutable = Commutable; 2690 let isCommutable = Commutable; 2730 let isCommutable = Commutable; 2783 let isCommutable = Commutable; 3044 let isCommutable = Commutable; 3055 let isCommutable = Commutable; 3081 bit Commutable> 3087 let isCommutable = Commutable; [all …]
|
| H A D | ARMInstrThumb2.td | 729 SDPatternOperator opnode, bit Commutable = 0, 747 let isCommutable = Commutable; 798 SDPatternOperator opnode, bit Commutable = 0> : 799 T2I_bin_irs<opcod, opc, iii, iir, iis, opnode, Commutable, ".w"> { 872 bit Commutable = 0> { 886 let isCommutable = Commutable; 922 bit Commutable = 0> { 1000 let isCommutable = Commutable; 1027 bit Commutable = 0> { 1043 let isCommutable = Commutable;
|
| H A D | ARMInstrInfo.td | 1519 SDPatternOperator opnode, bit Commutable = 0> { 1544 let isCommutable = Commutable; 1592 SDNode opnode, bit Commutable = 0> { 1665 bit Commutable = 0> { 1675 let isCommutable = Commutable; 1698 bit Commutable = 0> { 1726 SDPatternOperator opnode, bit Commutable = 0, 1748 let isCommutable = Commutable; 1857 bit Commutable = 0> { 1882 let isCommutable = Commutable;
|
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/IR/ |
| H A D | PatternMatch.h | 934 template <typename LHS_t, typename RHS_t, bool Commutable = false> 946 (Commutable && L.match(I->getOperand(1)) && in match() 982 bool Commutable = false> 995 (Commutable && L.match(I->getOperand(1)) && in match() 1001 (Commutable && L.match(CE->getOperand(1)) && in match() 1370 bool Commutable = false> 1386 } else if (Commutable && L.match(I->getOperand(1)) && in match() 1757 bool Commutable = false> 1776 (Commutable && L.match(RHS) && R.match(LHS)); in match() 1802 (Commutable && L.match(RHS) && R.match(LHS)); in match()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/ARC/ |
| H A D | ARCInstrInfo.td | 139 string opasm, bit Commutable> { 145 { let isCommutable = Commutable; } 237 multiclass ArcBinaryGEN4Inst<bits<6> mincode, string opasm, bit Commutable = 0> : 238 ArcBinaryInst<0b00100, mincode, opasm, Commutable>;
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/CSKY/ |
| H A D | CSKYInstrFormats.td | 401 bit Commutable = 0> : R_YXZ<0x31, sop, pcode, (outs GPR:$rz), 403 let isCommutable = Commutable;
|
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
| H A D | MachineInstr.h | 1058 return hasProperty(MCID::Commutable, Type);
|