Searched refs:Commutable (Results 1 – 10 of 10) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/MC/ |
H A D | MCInstrDesc.h | 171 Commutable, enumerator 472 bool isCommutable() const { return Flags & (1ULL << MCID::Commutable); } in isCommutable()
|
/netbsd-src/external/apache2/llvm/dist/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
|
/netbsd-src/external/apache2/llvm/dist/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()) &&
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/ARM/ |
H A D | ARMInstrNEON.td | 2586 ValueType ResTy, ValueType OpTy, SDNode OpNode, bit Commutable> 2593 let isCommutable = Commutable; 2599 SDNode OpNode, bit Commutable> 2606 let isCommutable = Commutable; 2637 ValueType ResTy, ValueType OpTy, SDNode OpNode, bit Commutable> 2644 let isCommutable = Commutable; 2648 ValueType ResTy, ValueType OpTy, SDNode OpNode, bit Commutable> 2655 let isCommutable = Commutable; 2688 ValueType ResTy, ValueType OpTy, SDPatternOperator IntOp, bit Commutable> 2695 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 | 1514 SDPatternOperator opnode, bit Commutable = 0> { 1539 let isCommutable = Commutable; 1587 SDNode opnode, bit Commutable = 0> { 1660 bit Commutable = 0> { 1670 let isCommutable = Commutable; 1693 bit Commutable = 0> { 1721 SDPatternOperator opnode, bit Commutable = 0, 1743 let isCommutable = Commutable; 1852 bit Commutable = 0> { 1877 let isCommutable = Commutable;
|
/netbsd-src/external/apache2/llvm/dist/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()
|
/netbsd-src/external/apache2/llvm/dist/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;
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/ |
H A D | MachineInstr.h | 1047 return hasProperty(MCID::Commutable, Type);
|