Lines Matching refs:SDNPCommutative
287 def SDNPCommutative : SDNodeProperty; // X op Y == Y op X
361 [SDNPCommutative, SDNPAssociative]>;
364 [SDNPCommutative, SDNPAssociative]>;
365 def mulhs : SDNode<"ISD::MULHS" , SDTIntBinOp, [SDNPCommutative]>;
366 def mulhu : SDNode<"ISD::MULHU" , SDTIntBinOp, [SDNPCommutative]>;
367 def smullohi : SDNode<"ISD::SMUL_LOHI" , SDTIntBinHiLoOp, [SDNPCommutative]>;
368 def umullohi : SDNode<"ISD::UMUL_LOHI" , SDTIntBinHiLoOp, [SDNPCommutative]>;
381 [SDNPCommutative, SDNPAssociative]>;
383 [SDNPCommutative, SDNPAssociative]>;
385 [SDNPCommutative, SDNPAssociative]>;
387 [SDNPCommutative, SDNPOutGlue]>;
389 [SDNPCommutative, SDNPOutGlue, SDNPInGlue]>;
416 def fadd : SDNode<"ISD::FADD" , SDTFPBinOp, [SDNPCommutative]>;
418 def fmul : SDNode<"ISD::FMUL" , SDTFPBinOp, [SDNPCommutative]>;