Home
last modified time | relevance | path

Searched refs:IsCommutable (Results 1 – 7 of 7) sorted by relevance

/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsDSPInstrInfo.td565 IsCommutable, Defs<[DSPOutFlag20]>;
581 IsCommutable, Defs<[DSPOutFlag20]>;
593 IsCommutable, Defs<[DSPOutFlag20]>;
758 IsCommutable, Defs<[DSPOutFlag21]>;
767 IsCommutable, Defs<[DSPOutFlag21]>;
823 IsCommutable, Defs<[DSPCCond]>;
836 IsCommutable;
848 IsCommutable, Defs<[DSPCCond]>;
959 IsCommutable, Defs<[DSPOutFlag20]>;
1009 IsCommutable, Defs<[DSPCCond]>;
[all …]
H A DMipsMSAInstrInfo.td1785 IsCommutable;
1787 IsCommutable;
1789 IsCommutable;
1791 IsCommutable;
1977 IsCommutable;
1979 IsCommutable;
1982 IsCommutable;
1984 IsCommutable;
1987 IsCommutable;
1989 IsCommutable;
[all …]
H A DMipsInstrInfo.td522 class IsCommutable {
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86InstrAVX512.td200 let isCommutable = IsCommutable in
381 let isCommutable = IsCommutable in {
2952 bit IsCommutable> {
4580 IsCommutable, IsCommutable>, AVX512BIBase, EVEX_4V,
4710 IsCommutable>,
4813 IsCommutable, IsCommutable>,
5285 let isCommutable = IsCommutable;
5334 let isCommutable = IsCommutable;
5438 bit IsCommutable,
11772 bit IsCommutable> {
[all …]
H A DX86InstrSSE.td2019 bit IsCommutable = 0> {
2025 let isCommutable = IsCommutable in
2069 bit IsCommutable = 0> {
2070 let isCommutable = IsCommutable in
2211 bit IsCommutable, bit Is2Addr> {
2212 let isCommutable = IsCommutable in
2232 X86SchedWriteWidths sched, bit IsCommutable,
2237 IsCommutable, 0>, VEX_4V, VEX_WIG;
7188 bit IsCommutable> {
7189 let isCommutable = IsCommutable in
[all …]
H A DX86ISelDAGToDAG.cpp3139 bool IsCommutable = false; in foldLoadStoreIntoMemOperand() local
3154 IsCommutable = true; in foldLoadStoreIntoMemOperand()
3163 if (!IsCommutable) in foldLoadStoreIntoMemOperand()
H A DX86ISelLowering.cpp9326 bool IsCommutable = (Opcode == ISD::ADD || Opcode == ISD::FADD); in isHorizontalBinOpPart() local
9386 else if (IsCommutable && I1 == ExpectedVExtractIdx) { in isHorizontalBinOpPart()