Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86ISelLowering.h1163 bool shouldScalarizeBinop(SDValue) const override; in shouldScalarizeBinop() function
DX86ISelLowering.cpp5130 bool X86TargetLowering::shouldScalarizeBinop(SDValue VecOp) const { in shouldScalarizeBinop() function in X86TargetLowering
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DTargetLowering.h2564 virtual bool shouldScalarizeBinop(SDValue VecOp) const { in shouldScalarizeBinop() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
DDAGCombiner.cpp17035 if (!TLI.shouldScalarizeBinop(Vec)) in scalarizeExtractedBinop()