Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIISelLowering.h227 static bool shouldExpandVectorDynExt(unsigned EltSize, unsigned NumElem,
H A DAMDGPURegisterBankInfo.cpp1965 if (!SITargetLowering::shouldExpandVectorDynExt(EltSize, NumElem, in foldExtractEltToCmpSelect()
2063 if (!SITargetLowering::shouldExpandVectorDynExt(EltSize, NumElem, in foldInsertEltToCmpSelect()
H A DSIISelLowering.cpp10064 bool SITargetLowering::shouldExpandVectorDynExt(unsigned EltSize, in shouldExpandVectorDynExt() function in SITargetLowering
10091 static bool shouldExpandVectorDynExt(SDNode *N) { in shouldExpandVectorDynExt() function
10102 return SITargetLowering::shouldExpandVectorDynExt(EltSize, NumElem, in shouldExpandVectorDynExt()
10167 if (::shouldExpandVectorDynExt(N)) { in performExtractVectorEltCombine()
10230 if (!::shouldExpandVectorDynExt(N)) in performInsertVectorEltCombine()