Home
last modified time | relevance | path

Searched defs:shouldScalarizeBinop (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/
H A DX86ISelLowering.h1308 bool shouldScalarizeBinop(SDValue) const override; in shouldScalarizeBinop() function
H A DX86ISelLowering.cpp5343 bool X86TargetLowering::shouldScalarizeBinop(SDValue VecOp) const { in shouldScalarizeBinop() function in X86TargetLowering
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DTargetLowering.h2756 virtual bool shouldScalarizeBinop(SDValue VecOp) const { in shouldScalarizeBinop() function