Home
last modified time | relevance | path

Searched refs:AMDGPUReplaceLDSUseWithPointerPass (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/llvm/lib/Target/AMDGPU/
H A DAMDGPU.h147 struct AMDGPUReplaceLDSUseWithPointerPass struct
148 : PassInfoMixin<AMDGPUReplaceLDSUseWithPointerPass> {
H A DAMDGPUReplaceLDSUseWithPointer.cpp644 AMDGPUReplaceLDSUseWithPointerPass::run(Module &M, ModuleAnalysisManager &AM) { in run()
H A DAMDGPUTargetMachine.cpp661 PM.addPass(AMDGPUReplaceLDSUseWithPointerPass()); in registerPassBuilderCallbacks()