Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUISelLowering.cpp4144 EVT ConcatType = TargetType.getDoubleNumVectorElementsVT(*DAG.getContext()); in performShlCombine() local
4152 Vec = DAG.getNode(ISD::BUILD_VECTOR, SL, ConcatType, HiAndLoOps); in performShlCombine()
4154 EVT ConcatType = EVT::getVectorVT(*DAG.getContext(), TargetType, 2); in performShlCombine() local
4155 Vec = DAG.getBuildVector(ConcatType, SL, {Zero, NewShift}); in performShlCombine()
4207 EVT ConcatType; in performSraCombine() local
4213 ConcatType = TargetType.getDoubleNumVectorElementsVT(*DAG.getContext()); in performSraCombine()
4214 SDValue SplitLHS = DAG.getNode(ISD::BITCAST, LHSSL, ConcatType, LHS); in performSraCombine()
4225 ConcatType = EVT::getVectorVT(*DAG.getContext(), TargetType, 2); in performSraCombine()
4226 SDValue SplitLHS = DAG.getNode(ISD::BITCAST, LHSSL, ConcatType, LHS); in performSraCombine()
4254 Vec = DAG.getNode(ISD::BUILD_VECTOR, SL, ConcatType, HiAndLoOps); in performSraCombine()
[all …]