Home
last modified time | relevance | path

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

/external/llvm-project/llvm/lib/Target/X86/
DX86ISelLowering.h1292 bool isExtractVecEltCheap(EVT VT, unsigned Index) const override {
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86ISelLowering.h1166 bool isExtractVecEltCheap(EVT VT, unsigned Index) const override {
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DTargetLowering.h2572 virtual bool isExtractVecEltCheap(EVT VT, unsigned Index) const { in isExtractVecEltCheap() function
/external/llvm-project/llvm/include/llvm/CodeGen/
DTargetLowering.h2741 virtual bool isExtractVecEltCheap(EVT VT, unsigned Index) const { in isExtractVecEltCheap() function
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
DDAGCombiner.cpp19203 if (N0.hasOneUse() && TLI.isExtractVecEltCheap(VT, SplatIndex) && in visitVECTOR_SHUFFLE()
19875 !TLI.isExtractVecEltCheap(VT, Index0) || in scalarizeBinOpOfSplats()
/external/llvm-project/llvm/lib/CodeGen/SelectionDAG/
DDAGCombiner.cpp20626 if (N0.hasOneUse() && TLI.isExtractVecEltCheap(VT, SplatIndex) && in visitVECTOR_SHUFFLE()
21282 !TLI.isExtractVecEltCheap(VT, Index0) || in scalarizeBinOpOfSplats()