Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIISelLowering.h251 static bool shouldExpandVectorDynExt(unsigned EltSize, unsigned NumElem,
255 bool shouldExpandVectorDynExt(SDNode *N) const;
H A DAMDGPURegisterBankInfo.cpp1939 if (!SITargetLowering::shouldExpandVectorDynExt(EltSize, NumElem, in foldExtractEltToCmpSelect()
2037 if (!SITargetLowering::shouldExpandVectorDynExt(EltSize, NumElem, in foldInsertEltToCmpSelect()
H A DSIISelLowering.cpp13023 bool SITargetLowering::shouldExpandVectorDynExt(unsigned EltSize, in shouldExpandVectorDynExt() function in SITargetLowering
13059 bool SITargetLowering::shouldExpandVectorDynExt(SDNode *N) const { in shouldExpandVectorDynExt() function in SITargetLowering
13070 return SITargetLowering::shouldExpandVectorDynExt( in shouldExpandVectorDynExt()
13136 if (shouldExpandVectorDynExt(N)) { in performExtractVectorEltCombine()
13202 if (!shouldExpandVectorDynExt(N)) in performInsertVectorEltCombine()