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.h259 static bool shouldExpandVectorDynExt(unsigned EltSize, unsigned NumElem,
263 bool shouldExpandVectorDynExt(SDNode *N) const;
H A DAMDGPURegisterBankInfo.cpp1966 if (!SITargetLowering::shouldExpandVectorDynExt(EltSize, NumElem, in foldExtractEltToCmpSelect()
2064 if (!SITargetLowering::shouldExpandVectorDynExt(EltSize, NumElem, in foldInsertEltToCmpSelect()
H A DSIISelLowering.cpp14130 bool SITargetLowering::shouldExpandVectorDynExt(unsigned EltSize, in shouldExpandVectorDynExt() function in SITargetLowering
14169 bool SITargetLowering::shouldExpandVectorDynExt(SDNode *N) const { in shouldExpandVectorDynExt() function in SITargetLowering
14180 return SITargetLowering::shouldExpandVectorDynExt( in shouldExpandVectorDynExt()
14247 if (shouldExpandVectorDynExt(N)) { in performExtractVectorEltCombine()
14313 if (!shouldExpandVectorDynExt(N)) in performInsertVectorEltCombine()