Home
last modified time | relevance | path

Searched refs:findVariablesToLower (Results 1 – 4 of 4) sorted by relevance

/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AMDGPU/Utils/
H A DAMDGPULDSUtils.h59 std::vector<GlobalVariable *> findVariablesToLower(Module &M,
H A DAMDGPULDSUtils.cpp306 std::vector<GlobalVariable *> findVariablesToLower(Module &M, in findVariablesToLower() function
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUReplaceLDSUseWithPointer.cpp130 std::vector<GlobalVariable *> LDSGlobals = AMDGPU::findVariablesToLower(M); in collectLDSRequiringPointerReplace()
H A DAMDGPULowerModuleLDSPass.cpp182 AMDGPU::findVariablesToLower(M, F); in processUsedLDS()