Home
last modified time | relevance | path

Searched refs:isExtractSubvectorCheap (Results 1 – 8 of 8) sorted by relevance

/freebsd-12.1/contrib/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.h383 bool isExtractSubvectorCheap(EVT ResVT, EVT SrcVT,
H A DAArch64ISelLowering.cpp8781 bool AArch64TargetLowering::isExtractSubvectorCheap(EVT ResVT, EVT SrcVT, in isExtractSubvectorCheap() function in AArch64TargetLowering
/freebsd-12.1/contrib/llvm/lib/Target/ARM/
H A DARMISelLowering.h496 bool isExtractSubvectorCheap(EVT ResVT, EVT SrcVT,
H A DARMISelLowering.cpp14463 bool ARMTargetLowering::isExtractSubvectorCheap(EVT ResVT, EVT SrcVT, in isExtractSubvectorCheap() function in ARMTargetLowering
/freebsd-12.1/contrib/llvm/lib/Target/X86/
H A DX86ISelLowering.h1056 bool isExtractSubvectorCheap(EVT ResVT, EVT SrcVT,
H A DX86ISelLowering.cpp4897 bool X86TargetLowering::isExtractSubvectorCheap(EVT ResVT, EVT SrcVT, in isExtractSubvectorCheap() function in X86TargetLowering
/freebsd-12.1/contrib/llvm/include/llvm/CodeGen/
H A DTargetLowering.h2407 virtual bool isExtractSubvectorCheap(EVT ResVT, EVT SrcVT, in isExtractSubvectorCheap() function
/freebsd-12.1/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp16110 if (!TLI.isExtractSubvectorCheap(VT, InVT1, NumElems)) in createBuildVecShuffle()
16966 if (TLI.isExtractSubvectorCheap(NarrowBVT, WideBVT, ExtBOIdx) && in narrowExtractedVectorBinOp()