Searched refs:IsCommutable (Results 1 – 7 of 7) sorted by relevance
| /llvm-project-15.0.7/llvm/lib/Target/Mips/ |
| H A D | MipsDSPInstrInfo.td | 563 IsCommutable, Defs<[DSPOutFlag20]>; 579 IsCommutable, Defs<[DSPOutFlag20]>; 591 IsCommutable, Defs<[DSPOutFlag20]>; 756 IsCommutable, Defs<[DSPOutFlag21]>; 765 IsCommutable, Defs<[DSPOutFlag21]>; 821 IsCommutable, Defs<[DSPCCond]>; 834 IsCommutable; 846 IsCommutable, Defs<[DSPCCond]>; 950 IsCommutable, Defs<[DSPOutFlag20]>; 1000 IsCommutable, Defs<[DSPCCond]>; [all …]
|
| H A D | MipsMSAInstrInfo.td | 1785 IsCommutable; 1787 IsCommutable; 1789 IsCommutable; 1791 IsCommutable; 1977 IsCommutable; 1979 IsCommutable; 1982 IsCommutable; 1984 IsCommutable; 1987 IsCommutable; 1989 IsCommutable; [all …]
|
| H A D | MipsInstrInfo.td | 522 class IsCommutable {
|
| /llvm-project-15.0.7/llvm/lib/Target/X86/ |
| H A D | X86InstrAVX512.td | 397 let isCommutable = IsCommutable in { 4869 IsCommutable, IsCommutable>, AVX512BIBase, EVEX_4V, 5102 IsCommutable, IsCommutable>, 5574 let isCommutable = IsCommutable; 5622 let isCommutable = IsCommutable; 12487 bit IsCommutable> { 12494 IsCommutable, IsCommutable>, 13565 … WriteFMAZ, IsCommutable, IsCommutable, "", "@earlyclobber $dst", 0>, 13571 … WriteFMAY, IsCommutable, IsCommutable, "", "@earlyclobber $dst", 0>, EVEX_V256; 13573 … WriteFMAX, IsCommutable, IsCommutable, "", "@earlyclobber $dst", 0>, EVEX_V128; [all …]
|
| H A D | X86InstrSSE.td | 2050 bit IsCommutable = 0> { 2056 let isCommutable = IsCommutable in 2100 bit IsCommutable = 0> { 2101 let isCommutable = IsCommutable in 2242 bit IsCommutable, bit Is2Addr> { 2243 let isCommutable = IsCommutable in 2263 X86SchedWriteWidths sched, bit IsCommutable, 2268 IsCommutable, 0>, VEX_4V, VEX_WIG; 7303 bit IsCommutable> { 7304 let isCommutable = IsCommutable in [all …]
|
| H A D | X86ISelDAGToDAG.cpp | 3244 bool IsCommutable = false; in foldLoadStoreIntoMemOperand() local 3259 IsCommutable = true; in foldLoadStoreIntoMemOperand() 3268 if (!IsCommutable) in foldLoadStoreIntoMemOperand()
|
| H A D | X86ISelLowering.cpp | 10037 bool IsCommutable = (Opcode == ISD::ADD || Opcode == ISD::FADD); in isHorizontalBinOpPart() local 10097 else if (IsCommutable && I1 == ExpectedVExtractIdx) { in isHorizontalBinOpPart()
|