Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Target/Mips/
H A DMipsDSPInstrInfo.td556 IsCommutable, Defs<[DSPOutFlag20]>;
572 IsCommutable, Defs<[DSPOutFlag20]>;
584 IsCommutable, Defs<[DSPOutFlag20]>;
749 IsCommutable, Defs<[DSPOutFlag21]>;
758 IsCommutable, Defs<[DSPOutFlag21]>;
814 IsCommutable, Defs<[DSPCCond]>;
827 IsCommutable;
839 IsCommutable, Defs<[DSPCCond]>;
950 IsCommutable, Defs<[DSPOutFlag20]>;
1000 IsCommutable, Defs<[DSPCCond]>;
[all …]
H A DMipsMSAInstrInfo.td1782 IsCommutable;
1784 IsCommutable;
1786 IsCommutable;
1788 IsCommutable;
1974 IsCommutable;
1976 IsCommutable;
1979 IsCommutable;
1981 IsCommutable;
1984 IsCommutable;
1986 IsCommutable;
[all …]
H A DMipsInstrInfo.td509 class IsCommutable {
/freebsd-12.1/contrib/llvm/lib/Target/X86/
H A DX86InstrAVX512.td187 let isCommutable = IsCommutable in
283 RHS, IsCommutable, 0, IsCommutable, X86selects>;
368 let isCommutable = IsCommutable in
2124 let isCommutable = IsCommutable in
2136 let isCommutable = IsCommutable in
2973 bit IsCommutable> {
4820 IsCommutable>,
4925 IsCommutable>,
5478 let isCommutable = IsCommutable;
5524 let isCommutable = IsCommutable;
[all …]
H A DX86ISelDAGToDAG.cpp2592 bool IsCommutable = false; in foldLoadStoreIntoMemOperand() local
2604 IsCommutable = true; in foldLoadStoreIntoMemOperand()
2613 if (!IsCommutable) in foldLoadStoreIntoMemOperand()
H A DX86InstrSSE.td2163 bit IsCommutable = 0> {
2164 let isCommutable = IsCommutable in
2298 bit IsCommutable, bit Is2Addr> {
2299 let isCommutable = IsCommutable in
2319 X86SchedWriteWidths sched, bit IsCommutable,
2324 IsCommutable, 0>, VEX_4V, VEX_WIG;
2328 memop, i128mem, sched.XMM, IsCommutable, 1>;
2333 IsCommutable, 0>, VEX_4V, VEX_L, VEX_WIG;
H A DX86ISelLowering.cpp7892 bool IsCommutable = (Opcode == ISD::ADD || Opcode == ISD::FADD); in isHorizontalBinOpPart() local
7952 else if (IsCommutable && I1 == ExpectedVExtractIdx) { in isHorizontalBinOpPart()