Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/llvm/lib/Target/Mips/
H A DMipsDSPInstrInfo.td517 DSPROpnd, DSPROpnd>, IsCommutable,
522 IsCommutable, Defs<[DSPOutFlag20]>;
533 DSPROpnd, DSPROpnd>, IsCommutable,
538 IsCommutable, Defs<[DSPOutFlag20]>;
550 IsCommutable, Defs<[DSPOutFlag20]>;
557 GPR32Opnd, GPR32Opnd>, IsCommutable,
562 IsCommutable, Uses<[DSPCarry]>, Defs<[DSPOutFlag20]>;
711 IsCommutable, Defs<[DSPOutFlag21]>;
716 IsCommutable, Defs<[DSPOutFlag21]>;
720 IsCommutable, Defs<[DSPOutFlag21]>;
[all …]
H A DMipsMSAInstrInfo.td1553 IsCommutable;
1555 IsCommutable;
1557 IsCommutable;
1559 IsCommutable;
1562 MSA128BOpnd>, IsCommutable;
1564 MSA128HOpnd>, IsCommutable;
1566 MSA128WOpnd>, IsCommutable;
1568 MSA128DOpnd>, IsCommutable;
1571 MSA128BOpnd>, IsCommutable;
1573 MSA128HOpnd>, IsCommutable;
[all …]
H A DMipsInstrInfo.td292 class IsCommutable {
/minix3/external/bsd/llvm/dist/llvm/lib/Target/X86/
H A DX86InstrAVX512.td167 bit IsCommutable = 0> {
168 let isCommutable = IsCommutable in
204 bit IsCommutable = 0> :
211 Round, MaskingConstraint, NoItinerary, IsCommutable>;
221 bit IsCommutable = 0> :
227 Round, "$src0 = $dst", itin, IsCommutable>;
236 bit IsCommutable = 0> :
242 Round, "$src0 = $dst", itin, IsCommutable>;
2814 bit IsCommutable = 0> {
2819 "", itins.rr, IsCommutable>,
[all …]
H A DX86InstrSSE.td2830 bit IsCommutable, bit Is2Addr> {
2831 let isCommutable = IsCommutable in
2853 OpndItins itins, bit IsCommutable = 0> {
2856 VR128, loadv2i64, i128mem, itins, IsCommutable, 0>, VEX_4V;
2860 memopv2i64, i128mem, itins, IsCommutable, 1>;
2865 IsCommutable, 0>, VEX_4V, VEX_L;
4146 bit IsCommutable = 0,
4148 let isCommutable = IsCommutable in
4167 bit IsCommutable = 0> {
4171 IsCommutable, 0>, VEX_4V;
[all …]
H A DX86ISelLowering.cpp6489 bool IsCommutable = (Opcode == ISD::ADD || Opcode == ISD::FADD); in isHorizontalBinOp() local
6543 else if (IsCommutable && I1 == ExpectedVExtractIdx) { in isHorizontalBinOp()