Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
HDCombinerHelperVectorOps.cpp185 !getTargetLowering().aggressivelyPreferBuildVectorSources(Ty)) in matchExtractVectorElementWithBuildVector()
246 !getTargetLowering().aggressivelyPreferBuildVectorSources(Ty)) in matchExtractVectorElementWithBuildVectorTrunc()
HDCombinerHelper.cpp4147 !getTargetLowering().aggressivelyPreferBuildVectorSources(Ty)) in matchExtractVecEltBuildVec()
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Target/NVPTX/
HDNVPTXISelLowering.h602 bool aggressivelyPreferBuildVectorSources(EVT VecVT) const override { in aggressivelyPreferBuildVectorSources() function
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
HDAMDGPUISelLowering.h228 bool aggressivelyPreferBuildVectorSources(EVT VecVT) const override;
HDAMDGPUISelLowering.cpp964 bool AMDGPUTargetLowering::aggressivelyPreferBuildVectorSources(EVT VecVT) const { in aggressivelyPreferBuildVectorSources() function in AMDGPUTargetLowering
/freebsd-14-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
HDTargetLowering.h3361 virtual bool aggressivelyPreferBuildVectorSources(EVT VecVT) const { in aggressivelyPreferBuildVectorSources() function
/freebsd-14-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
HDDAGCombiner.cpp22609 if (VecOp.hasOneUse() || TLI.aggressivelyPreferBuildVectorSources(VecVT) || in visitEXTRACT_VECTOR_ELT()