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/
DX86ISelLowering.h1523 bool hasVectorBlend() const override { return true; } in hasVectorBlend() function
/openbsd/src/gnu/llvm/llvm/include/llvm/CodeGen/
DTargetLowering.h2888 virtual bool hasVectorBlend() const { return false; } in hasVectorBlend() function
/openbsd/src/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAG.cpp1971 if (TLI->hasVectorBlend()) { in getVectorShuffle()