Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
H A DSIISelLowering.h227 static bool shouldExpandVectorDynExt(unsigned EltSize, unsigned NumElem,
H A DAMDGPURegisterBankInfo.cpp1914 if (!SITargetLowering::shouldExpandVectorDynExt(EltSize, NumElem, in foldExtractEltToCmpSelect()
1996 if (!SITargetLowering::shouldExpandVectorDynExt(EltSize, NumElem, in foldInsertEltToCmpSelect()
H A DSIISelLowering.cpp10088 bool SITargetLowering::shouldExpandVectorDynExt(unsigned EltSize, in shouldExpandVectorDynExt() function in SITargetLowering
10115 static bool shouldExpandVectorDynExt(SDNode *N) { in shouldExpandVectorDynExt() function
10126 return SITargetLowering::shouldExpandVectorDynExt(EltSize, NumElem, in shouldExpandVectorDynExt()
10191 if (::shouldExpandVectorDynExt(N)) { in performExtractVectorEltCombine()
10254 if (!::shouldExpandVectorDynExt(N)) in performInsertVectorEltCombine()