Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Target/X86/
H A DX86ISelLowering.h1523 bool hasVectorBlend() const override { return true; } in hasVectorBlend() function
/openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/
H A DTargetLowering.h2888 virtual bool hasVectorBlend() const { return false; } in hasVectorBlend() function
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp1971 if (TLI->hasVectorBlend()) { in getVectorShuffle()