Home
last modified time | relevance | path

Searched refs:shouldScalarizeBinop (Results 1 – 8 of 8) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/WebAssembly/
HDWebAssemblyISelLowering.h57 bool shouldScalarizeBinop(SDValue VecOp) const override;
HDWebAssemblyISelLowering.cpp412 bool WebAssemblyTargetLowering::shouldScalarizeBinop(SDValue VecOp) const { in shouldScalarizeBinop() function in WebAssemblyTargetLowering
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/RISCV/
HDRISCVISelLowering.h521 bool shouldScalarizeBinop(SDValue VecOp) const override;
HDRISCVISelLowering.cpp2190 bool RISCVTargetLowering::shouldScalarizeBinop(SDValue VecOp) const { in shouldScalarizeBinop() function in RISCVTargetLowering
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/X86/
HDX86ISelLowering.h1455 bool shouldScalarizeBinop(SDValue) const override; in shouldScalarizeBinop() function
HDX86ISelLowering.cpp3209 bool X86TargetLowering::shouldScalarizeBinop(SDValue VecOp) const { in shouldScalarizeBinop() function in X86TargetLowering
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
HDTargetLowering.h3326 virtual bool shouldScalarizeBinop(SDValue VecOp) const { in shouldScalarizeBinop() function
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
HDDAGCombiner.cpp22367 if (!TLI.shouldScalarizeBinop(Vec)) in scalarizeExtractedBinop()