Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIISelLowering.h249 static bool shouldExpandVectorDynExt(unsigned EltSize, unsigned NumElem,
253 bool shouldExpandVectorDynExt(SDNode *N) const;
H A DAMDGPURegisterBankInfo.cpp1938 if (!SITargetLowering::shouldExpandVectorDynExt(EltSize, NumElem, in foldExtractEltToCmpSelect()
2036 if (!SITargetLowering::shouldExpandVectorDynExt(EltSize, NumElem, in foldInsertEltToCmpSelect()
H A DSIISelLowering.cpp13321 bool SITargetLowering::shouldExpandVectorDynExt(unsigned EltSize, in shouldExpandVectorDynExt() function in SITargetLowering
13357 bool SITargetLowering::shouldExpandVectorDynExt(SDNode *N) const { in shouldExpandVectorDynExt() function in SITargetLowering
13368 return SITargetLowering::shouldExpandVectorDynExt( in shouldExpandVectorDynExt()
13434 if (shouldExpandVectorDynExt(N)) { in performExtractVectorEltCombine()
13500 if (!shouldExpandVectorDynExt(N)) in performInsertVectorEltCombine()