Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/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.cpp606 PM.addPass(AMDGPUReplaceLDSUseWithPointerPass()); in registerPassBuilderCallbacks()