Searched refs:IsCommutable (Results 1 – 7 of 7) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/Mips/ |
| H A D | MipsDSPInstrInfo.td | 561 IsCommutable, Defs<[DSPOutFlag20]>; 577 IsCommutable, Defs<[DSPOutFlag20]>; 589 IsCommutable, Defs<[DSPOutFlag20]>; 754 IsCommutable, Defs<[DSPOutFlag21]>; 763 IsCommutable, Defs<[DSPOutFlag21]>; 819 IsCommutable, Defs<[DSPCCond]>; 832 IsCommutable; 844 IsCommutable, Defs<[DSPCCond]>; 948 IsCommutable, Defs<[DSPOutFlag20]>; 998 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 | 523 class IsCommutable {
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/X86/ |
| H A D | X86InstrAVX512.td | 219 let isCommutable = IsCommutable in { 4672 IsCommutable, IsCommutable>, AVX512BIBase, EVEX, VVVV, 4904 IsCommutable, IsCommutable>, 5372 let isCommutable = IsCommutable; 5418 let isCommutable = IsCommutable; 12291 bit IsCommutable> { 12298 IsCommutable, IsCommutable>, 13407 … WriteFMAZ, IsCommutable, IsCommutable, "", "@earlyclobber $dst", 0>, 13413 … WriteFMAY, IsCommutable, IsCommutable, "", "@earlyclobber $dst", 0>, EVEX_V256; 13415 … WriteFMAX, IsCommutable, IsCommutable, "", "@earlyclobber $dst", 0>, EVEX_V128; [all …]
|
| H A D | X86InstrSSE.td | 2061 bit IsCommutable = 0> { 2067 let isCommutable = IsCommutable in 2112 let isCommutable = IsCommutable in 2254 let isCommutable = IsCommutable in 7363 bit IsCommutable> { 7364 let isCommutable = IsCommutable in 7381 let isCommutable = IsCommutable in 8231 bit IsCommutable> { 8232 let isCommutable = IsCommutable in 8438 let isCommutable = IsCommutable in [all …]
|
| H A D | X86ISelDAGToDAG.cpp | 3508 bool IsCommutable = false; in foldLoadStoreIntoMemOperand() local 3523 IsCommutable = true; in foldLoadStoreIntoMemOperand() 3532 if (!IsCommutable) in foldLoadStoreIntoMemOperand()
|
| H A D | X86ISelLowering.cpp | 7625 bool IsCommutable = (Opcode == ISD::ADD || Opcode == ISD::FADD); in isHorizontalBinOpPart() local 7685 else if (IsCommutable && I1 == ExpectedVExtractIdx) { in isHorizontalBinOpPart()
|