Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/
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 …]
DMipsMSAInstrInfo.td1505 IsCommutable;
1507 IsCommutable;
1509 IsCommutable;
1511 IsCommutable;
1514 MSA128BOpnd>, IsCommutable;
1516 MSA128HOpnd>, IsCommutable;
1518 MSA128WOpnd>, IsCommutable;
1520 MSA128DOpnd>, IsCommutable;
1523 MSA128BOpnd>, IsCommutable;
1525 MSA128HOpnd>, IsCommutable;
[all …]
DMipsInstrInfo.td522 class IsCommutable {
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86InstrAVX512.td185 bit IsCommutable = 0,
187 bit IsKZCommutable = IsCommutable> {
188 let isCommutable = IsCommutable in
206 // So, it is Ok to use IsCommutable instead of IsKCommutable.
225 bit IsCommutable = 0,
227 bit IsKZCommutable = IsCommutable> :
234 MaskingConstraint, IsCommutable,
245 bit IsCommutable = 0, bit IsKCommutable = 0,
256 "$src0 = $dst", IsCommutable, IsKCommutable>;
265 bit IsCommutable = 0, bit IsKCommutable = 0,
[all …]
DX86ISelDAGToDAG.cpp3016 bool IsCommutable = false; in foldLoadStoreIntoMemOperand() local
3031 IsCommutable = true; in foldLoadStoreIntoMemOperand()
3040 if (!IsCommutable) in foldLoadStoreIntoMemOperand()
DX86InstrSSE.td2012 bit IsCommutable = 0> {
2018 let isCommutable = IsCommutable in
2062 bit IsCommutable = 0> {
2063 let isCommutable = IsCommutable in
2204 bit IsCommutable, bit Is2Addr> {
2205 let isCommutable = IsCommutable in
2225 X86SchedWriteWidths sched, bit IsCommutable,
2230 IsCommutable, 0>, VEX_4V, VEX_WIG;
2234 memop, i128mem, sched.XMM, IsCommutable, 1>;
2239 IsCommutable, 0>, VEX_4V, VEX_L, VEX_WIG;
DX86ISelLowering.cpp8872 bool IsCommutable = (Opcode == ISD::ADD || Opcode == ISD::FADD); in isHorizontalBinOpPart() local
8932 else if (IsCommutable && I1 == ExpectedVExtractIdx) { in isHorizontalBinOpPart()