Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/X86/
H A DX86ISelLowering.h1469 bool hasVectorBlend() const override { return true; } in hasVectorBlend() function
/llvm-project-15.0.7/llvm/include/llvm/CodeGen/
H A DTargetLowering.h2819 virtual bool hasVectorBlend() const { return false; } in hasVectorBlend() function
/llvm-project-15.0.7/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp1910 if (TLI->hasVectorBlend()) { in getVectorShuffle()