Searched refs:AMDGPULowerModuleLDSPass (Results 1 - 3 of 3) sorted by relevance

/freebsd-current/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPU.h132 struct AMDGPULowerModuleLDSPass : PassInfoMixin<AMDGPULowerModuleLDSPass> { struct in namespace:llvm
134 AMDGPULowerModuleLDSPass(const AMDGPUTargetMachine &TM_) : TM(TM_) {} function in struct:llvm::AMDGPULowerModuleLDSPass
H A DAMDGPUTargetMachine.cpp646 PM.addPass(AMDGPULowerModuleLDSPass(*this));
H A DAMDGPULowerModuleLDSPass.cpp1 //===-- AMDGPULowerModuleLDSPass.cpp ------------------------------*- C++ -*-=//
1627 PreservedAnalyses AMDGPULowerModuleLDSPass::run(Module &M,

Completed in 46 milliseconds