HomeSort by: relevance | last modified time | path
    Searched refs:shouldExpandVectorDynExt (Results 1 - 3 of 3) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
SIISelLowering.h 227 static bool shouldExpandVectorDynExt(unsigned EltSize, unsigned NumElem,
AMDGPURegisterBankInfo.cpp 1914 if (!SITargetLowering::shouldExpandVectorDynExt(EltSize, NumElem,
1996 if (!SITargetLowering::shouldExpandVectorDynExt(EltSize, NumElem,
SIISelLowering.cpp 10088 bool SITargetLowering::shouldExpandVectorDynExt(unsigned EltSize,
10115 static bool shouldExpandVectorDynExt(SDNode *N) {
10126 return SITargetLowering::shouldExpandVectorDynExt(EltSize, NumElem,
10191 if (::shouldExpandVectorDynExt(N)) {
10254 if (!::shouldExpandVectorDynExt(N))

Completed in 66 milliseconds