Home
last modified time | relevance | path

Searched refs:hasVectorBlend (Results 1 – 3 of 3) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86ISelLowering.h1258 bool hasVectorBlend() const override { return true; } in hasVectorBlend() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DTargetLowering.h2435 virtual bool hasVectorBlend() const { return false; } in hasVectorBlend() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAG.cpp1639 if (TLI->hasVectorBlend()) { in getVectorShuffle()