Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/AMDGPU/
H A DSIISelLowering.h238 static bool shouldExpandVectorDynExt(unsigned EltSize, unsigned NumElem,
242 bool shouldExpandVectorDynExt(SDNode *N) const;
H A DAMDGPURegisterBankInfo.cpp1941 if (!SITargetLowering::shouldExpandVectorDynExt(EltSize, NumElem, in foldExtractEltToCmpSelect()
2039 if (!SITargetLowering::shouldExpandVectorDynExt(EltSize, NumElem, in foldInsertEltToCmpSelect()
H A DSIISelLowering.cpp10584 bool SITargetLowering::shouldExpandVectorDynExt(unsigned EltSize, in shouldExpandVectorDynExt() function in SITargetLowering
10620 bool SITargetLowering::shouldExpandVectorDynExt(SDNode *N) const { in shouldExpandVectorDynExt() function in SITargetLowering
10631 return SITargetLowering::shouldExpandVectorDynExt( in shouldExpandVectorDynExt()
10696 if (shouldExpandVectorDynExt(N)) { in performExtractVectorEltCombine()
10759 if (!shouldExpandVectorDynExt(N)) in performInsertVectorEltCombine()