Home | History | Annotate | Download | only in SelectionDAG

Lines Matching refs:ShrinkDemandedOp

299 /// ShrinkDemandedOp - Convert x+y to (VT)((SmallVT)x+(SmallVT)y) if the
304 TargetLowering::TargetLoweringOpt::ShrinkDemandedOp(SDValue Op,
309 "ShrinkDemandedOp only supports binary operators!");
311 "ShrinkDemandedOp only supports nodes with one result!");
433 if (TLO.ShrinkDemandedOp(Op, BitWidth, NewMask, dl))
467 if (TLO.ShrinkDemandedOp(Op, BitWidth, NewMask, dl))
492 if (TLO.ShrinkDemandedOp(Op, BitWidth, NewMask, dl))
984 if (TLO.ShrinkDemandedOp(Op, BitWidth, NewMask, dl))