Searched refs:shouldScalarizeBinop (Results 1 – 8 of 8) sorted by relevance
57 bool shouldScalarizeBinop(SDValue VecOp) const override;
412 bool WebAssemblyTargetLowering::shouldScalarizeBinop(SDValue VecOp) const { in shouldScalarizeBinop() function in WebAssemblyTargetLowering
521 bool shouldScalarizeBinop(SDValue VecOp) const override;
2190 bool RISCVTargetLowering::shouldScalarizeBinop(SDValue VecOp) const { in shouldScalarizeBinop() function in RISCVTargetLowering
1455 bool shouldScalarizeBinop(SDValue) const override; in shouldScalarizeBinop() function
3209 bool X86TargetLowering::shouldScalarizeBinop(SDValue VecOp) const { in shouldScalarizeBinop() function in X86TargetLowering
3326 virtual bool shouldScalarizeBinop(SDValue VecOp) const { in shouldScalarizeBinop() function
22367 if (!TLI.shouldScalarizeBinop(Vec)) in scalarizeExtractedBinop()