Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPULowerModuleLDSPass.cpp1530 class AMDGPULowerModuleLDSLegacy : public ModulePass { class
1535 AMDGPULowerModuleLDSLegacy(const AMDGPUTargetMachine *TM = nullptr) in AMDGPULowerModuleLDSLegacy() function in __anon1e4623fa0111::AMDGPULowerModuleLDSLegacy
1554 char AMDGPULowerModuleLDSLegacy::ID = 0;
1556 char &llvm::AMDGPULowerModuleLDSLegacyPassID = AMDGPULowerModuleLDSLegacy::ID;
1558 INITIALIZE_PASS_BEGIN(AMDGPULowerModuleLDSLegacy, DEBUG_TYPE,
1562 INITIALIZE_PASS_END(AMDGPULowerModuleLDSLegacy, DEBUG_TYPE, in INITIALIZE_PASS_DEPENDENCY()
1568 return new AMDGPULowerModuleLDSLegacy(TM); in INITIALIZE_PASS_DEPENDENCY()
H A DAMDGPUPromoteAlloca.cpp204 INITIALIZE_PASS_DEPENDENCY(AMDGPULowerModuleLDSLegacy)