Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.h1550 bool hasVectorBlend() const override { return true; } in hasVectorBlend() function
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetLowering.h3006 virtual bool hasVectorBlend() const { return false; } in hasVectorBlend() function
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp2080 if (TLI->hasVectorBlend()) { in getVectorShuffle()