Home
last modified time | relevance | path

Searched refs:aggressivelyPreferBuildVectorSources (Results 1 – 7 of 7) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DCombinerHelperVectorOps.cpp185 !getTargetLowering().aggressivelyPreferBuildVectorSources(Ty)) in matchExtractVectorElementWithBuildVector()
246 !getTargetLowering().aggressivelyPreferBuildVectorSources(Ty)) in matchExtractVectorElementWithBuildVectorTrunc()
H A DCombinerHelper.cpp4147 !getTargetLowering().aggressivelyPreferBuildVectorSources(Ty)) in matchExtractVecEltBuildVec()
/freebsd/contrib/llvm-project/llvm/lib/Target/NVPTX/
H A DNVPTXISelLowering.h602 bool aggressivelyPreferBuildVectorSources(EVT VecVT) const override { in aggressivelyPreferBuildVectorSources() function
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUISelLowering.h228 bool aggressivelyPreferBuildVectorSources(EVT VecVT) const override;
H A DAMDGPUISelLowering.cpp964 bool AMDGPUTargetLowering::aggressivelyPreferBuildVectorSources(EVT VecVT) const { in aggressivelyPreferBuildVectorSources() function in AMDGPUTargetLowering
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetLowering.h3361 virtual bool aggressivelyPreferBuildVectorSources(EVT VecVT) const { in aggressivelyPreferBuildVectorSources() function
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp22609 if (VecOp.hasOneUse() || TLI.aggressivelyPreferBuildVectorSources(VecVT) || in visitEXTRACT_VECTOR_ELT()