Searched defs:shouldScalarizeBinop (Results 1 – 5 of 5) sorted by relevance
/freebsd-src/contrib/llvm-project/llvm/lib/Target/X86/ | ||
H A D | X86ISelLowering.h | 1444 bool shouldScalarizeBinop(SDValue) const override; shouldScalarizeBinop() function |
H A D | X86ISelLowering.cpp | 3119 bool X86TargetLowering::shouldScalarizeBinop(SDValue VecOp) const { shouldScalarizeBinop() function in X86TargetLowering |
/freebsd-src/contrib/llvm-project/llvm/lib/Target/WebAssembly/ | ||
H A D | WebAssemblyISelLowering.cpp | 400 bool WebAssemblyTargetLowering::shouldScalarizeBinop(SDValue VecOp) const { shouldScalarizeBinop() function in WebAssemblyTargetLowering |
/freebsd-src/contrib/llvm-project/llvm/include/llvm/CodeGen/ | ||
H A D | TargetLowering.h | 3211 virtual bool shouldScalarizeBinop(SDValue VecOp) const { shouldScalarizeBinop() function |
/freebsd-src/contrib/llvm-project/llvm/lib/Target/RISCV/ | ||
H A D | RISCVISelLowering.cpp | 2038 bool RISCVTargetLowering::shouldScalarizeBinop(SDValue VecOp) const { shouldScalarizeBinop() function in RISCVTargetLowering |