Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Target/Mips/
H A DMipsDSPInstrInfo.td558 DSPROpnd, DSPROpnd>, IsCommutable,
563 IsCommutable, Defs<[DSPOutFlag20]>;
574 DSPROpnd, DSPROpnd>, IsCommutable,
579 IsCommutable, Defs<[DSPOutFlag20]>;
591 IsCommutable, Defs<[DSPOutFlag20]>;
598 GPR32Opnd, GPR32Opnd>, IsCommutable,
603 IsCommutable, Uses<[DSPCarry]>, Defs<[DSPOutFlag20]>;
756 IsCommutable, Defs<[DSPOutFlag21]>;
761 IsCommutable, Defs<[DSPOutFlag21]>;
765 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 {
/openbsd-src/gnu/llvm/llvm/lib/Target/X86/
H A DX86InstrAVX512.td216 bit IsCommutable = 0,
218 bit IsKZCommutable = IsCommutable,
220 let isCommutable = IsCommutable, Constraints = ClobberConstraint in
240 // So, it is Ok to use IsCommutable instead of IsKCommutable.
260 bit IsCommutable = 0,
262 bit IsKZCommutable = IsCommutable,
270 MaskingConstraint, IsCommutable,
282 bit IsCommutable = 0, bit IsKCommutable = 0,
283 bit IsKZCommutable = IsCommutable> :
293 "$src0 = $dst", IsCommutable, IsKCommutable,
[all …]
H A DX86InstrSSE.td2067 bit IsCommutable = 0> {
2073 let isCommutable = IsCommutable in
2117 bit IsCommutable = 0> {
2118 let isCommutable = IsCommutable in
2259 bit IsCommutable, bit Is2Addr> {
2260 let isCommutable = IsCommutable in
2280 X86SchedWriteWidths sched, bit IsCommutable,
2285 IsCommutable, 0>, VEX_4V, VEX_WIG;
2289 memop, i128mem, sched.XMM, IsCommutable, 1>;
2294 IsCommutable, 0>, VEX_4V, VEX_L, VEX_WIG;
[all …]
H A DX86ISelDAGToDAG.cpp3250 bool IsCommutable = false; in foldLoadStoreIntoMemOperand() local
3265 IsCommutable = true; in foldLoadStoreIntoMemOperand()
3274 if (!IsCommutable) in foldLoadStoreIntoMemOperand()
H A DX86ISelLowering.cpp10161 bool IsCommutable = (Opcode == ISD::ADD || Opcode == ISD::FADD); in isHorizontalBinOpPart() local
10221 else if (IsCommutable && I1 == ExpectedVExtractIdx) { in isHorizontalBinOpPart()