Home
last modified time | relevance | path

Searched refs:shouldLowerLDSToStruct (Results 1 – 2 of 2) sorted by relevance

/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AMDGPU/Utils/
H A DAMDGPULDSUtils.h56 bool shouldLowerLDSToStruct(const GlobalVariable &GV,
H A DAMDGPULDSUtils.cpp248 bool shouldLowerLDSToStruct(const GlobalVariable &GV, const Function *F) { in shouldLowerLDSToStruct() function
331 if (!shouldLowerLDSToStruct(GV, F)) { in findVariablesToLower()