Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Mips/
H A DMipsDSPInstrInfo.td560 DSPROpnd, DSPROpnd>, IsCommutable,
565 IsCommutable, Defs<[DSPOutFlag20]>;
576 DSPROpnd, DSPROpnd>, IsCommutable,
581 IsCommutable, Defs<[DSPOutFlag20]>;
593 IsCommutable, Defs<[DSPOutFlag20]>;
600 GPR32Opnd, GPR32Opnd>, IsCommutable,
605 IsCommutable, Uses<[DSPCarry]>, Defs<[DSPOutFlag20]>;
758 IsCommutable, Defs<[DSPOutFlag21]>;
763 IsCommutable, Defs<[DSPOutFlag21]>;
767 IsCommutable, Defs<[DSPOutFlag21]>;
[all …]
H A DMipsMSAInstrInfo.td1501 IsCommutable;
1503 IsCommutable;
1505 IsCommutable;
1507 IsCommutable;
1510 MSA128BOpnd>, IsCommutable;
1512 MSA128HOpnd>, IsCommutable;
1514 MSA128WOpnd>, IsCommutable;
1516 MSA128DOpnd>, IsCommutable;
1519 MSA128BOpnd>, IsCommutable;
1521 MSA128HOpnd>, IsCommutable;
[all …]
H A DMipsInstrInfo.td522 class IsCommutable {
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/
H A DX86InstrAVX512.td197 bit IsCommutable = 0,
199 bit IsKZCommutable = IsCommutable> {
200 let isCommutable = IsCommutable in
218 // So, it is Ok to use IsCommutable instead of IsKCommutable.
237 bit IsCommutable = 0,
239 bit IsKZCommutable = IsCommutable> :
246 MaskingConstraint, IsCommutable,
257 bit IsCommutable = 0, bit IsKCommutable = 0,
258 bit IsKZCommutable = IsCommutable> :
268 "$src0 = $dst", IsCommutable, IsKCommutable,
[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;
2241 memop, i128mem, sched.XMM, IsCommutable, 1>;
2246 IsCommutable, 0>, VEX_4V, VEX_L, VEX_WIG;
[all …]
H A DX86ISelDAGToDAG.cpp3139 bool IsCommutable = false; in foldLoadStoreIntoMemOperand() local
3154 IsCommutable = true; in foldLoadStoreIntoMemOperand()
3163 if (!IsCommutable) in foldLoadStoreIntoMemOperand()
H A DX86ISelLowering.cpp9301 bool IsCommutable = (Opcode == ISD::ADD || Opcode == ISD::FADD); in isHorizontalBinOpPart() local
9361 else if (IsCommutable && I1 == ExpectedVExtractIdx) { in isHorizontalBinOpPart()