Searched defs:shouldScalarizeBinop (Results 1 – 5 of 5) sorted by relevance
/llvm-project/llvm/lib/Target/X86/ | ||
H A D | X86ISelLowering.h | 1455 bool shouldScalarizeBinop(SDValue) const override; shouldScalarizeBinop() function |
H A D | X86ISelLowering.cpp | 3214 bool X86TargetLowering::shouldScalarizeBinop(SDValue VecOp) const { shouldScalarizeBinop() function in X86TargetLowering |
/llvm-project/llvm/lib/Target/WebAssembly/ | ||
H A D | WebAssemblyISelLowering.cpp | 412 bool WebAssemblyTargetLowering::shouldScalarizeBinop(SDValue VecOp) const { shouldScalarizeBinop() function in WebAssemblyTargetLowering |
/llvm-project/llvm/include/llvm/CodeGen/ | ||
H A D | TargetLowering.h | 3325 virtual bool shouldScalarizeBinop(SDValue VecOp) const { shouldScalarizeBinop() function |
/llvm-project/llvm/lib/Target/RISCV/ | ||
H A D | RISCVISelLowering.cpp | 2177 bool RISCVTargetLowering::shouldScalarizeBinop(SDValue VecOp) const { shouldScalarizeBinop() function in RISCVTargetLowering |