Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Target/AMDGPU/
H A DSIISelLowering.h240 static bool shouldExpandVectorDynExt(unsigned EltSize, unsigned NumElem,
244 bool shouldExpandVectorDynExt(SDNode *N) const;
H A DAMDGPURegisterBankInfo.cpp1945 if (!SITargetLowering::shouldExpandVectorDynExt(EltSize, NumElem, in foldExtractEltToCmpSelect()
2043 if (!SITargetLowering::shouldExpandVectorDynExt(EltSize, NumElem, in foldInsertEltToCmpSelect()
H A DSIISelLowering.cpp10737 bool SITargetLowering::shouldExpandVectorDynExt(unsigned EltSize, in shouldExpandVectorDynExt() function in SITargetLowering
10773 bool SITargetLowering::shouldExpandVectorDynExt(SDNode *N) const { in shouldExpandVectorDynExt() function in SITargetLowering
10784 return SITargetLowering::shouldExpandVectorDynExt( in shouldExpandVectorDynExt()
10848 if (shouldExpandVectorDynExt(N)) { in performExtractVectorEltCombine()
10914 if (!shouldExpandVectorDynExt(N)) in performInsertVectorEltCombine()