Home
last modified time | relevance | path

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

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