Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPULowerModuleLDSPass.cpp1584 class AMDGPULowerModuleLDSLegacy : public ModulePass { class
1589 AMDGPULowerModuleLDSLegacy(const AMDGPUTargetMachine *TM_ = nullptr) in AMDGPULowerModuleLDSLegacy() function in __anon6fd00b300111::AMDGPULowerModuleLDSLegacy
1610 char AMDGPULowerModuleLDSLegacy::ID = 0;
1612 char &llvm::AMDGPULowerModuleLDSLegacyPassID = AMDGPULowerModuleLDSLegacy::ID;
1614 INITIALIZE_PASS_BEGIN(AMDGPULowerModuleLDSLegacy, DEBUG_TYPE,
1618 INITIALIZE_PASS_END(AMDGPULowerModuleLDSLegacy, DEBUG_TYPE, in INITIALIZE_PASS_DEPENDENCY()
1624 return new AMDGPULowerModuleLDSLegacy(TM); in INITIALIZE_PASS_DEPENDENCY()
H A DAMDGPUPromoteAlloca.cpp188 INITIALIZE_PASS_DEPENDENCY(AMDGPULowerModuleLDSLegacy)