Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPULowerModuleLDSPass.cpp1374 class AMDGPULowerModuleLDSLegacy : public ModulePass { class
1379 AMDGPULowerModuleLDSLegacy(const AMDGPUTargetMachine *TM_ = nullptr) in AMDGPULowerModuleLDSLegacy() function in __anon78df084f0111::AMDGPULowerModuleLDSLegacy
1400 char AMDGPULowerModuleLDSLegacy::ID = 0;
1402 char &llvm::AMDGPULowerModuleLDSLegacyPassID = AMDGPULowerModuleLDSLegacy::ID;
1404 INITIALIZE_PASS_BEGIN(AMDGPULowerModuleLDSLegacy, DEBUG_TYPE,
1408 INITIALIZE_PASS_END(AMDGPULowerModuleLDSLegacy, DEBUG_TYPE, in INITIALIZE_PASS_DEPENDENCY()
1414 return new AMDGPULowerModuleLDSLegacy(TM); in INITIALIZE_PASS_DEPENDENCY()
H A DAMDGPUPromoteAlloca.cpp206 INITIALIZE_PASS_DEPENDENCY(AMDGPULowerModuleLDSLegacy)