Searched refs:isExtractSubvectorCheap (Results 1 - 4 of 4) sorted by relevance

/external/llvm/lib/Target/X86/
H A DX86ISelLowering.h828 bool isExtractSubvectorCheap(EVT ResVT, unsigned Index) const override;
H A DX86ISelLowering.cpp3773 bool X86TargetLowering::isExtractSubvectorCheap(EVT ResVT, function in class:X86TargetLowering
/external/llvm/include/llvm/Target/
H A DTargetLowering.h1642 virtual bool isExtractSubvectorCheap(EVT ResVT, unsigned Index) const {
/external/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp11473 if (!TLI.isExtractSubvectorCheap(VT, VT.getVectorNumElements()))

Completed in 217 milliseconds