Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPU.h157 struct AMDGPUReplaceLDSUseWithPointerPass struct
158 : PassInfoMixin<AMDGPUReplaceLDSUseWithPointerPass> {
H A DAMDGPUReplaceLDSUseWithPointer.cpp456 AMDGPUReplaceLDSUseWithPointerPass::run(Module &M, ModuleAnalysisManager &AM) { in run()
H A DAMDGPUTargetMachine.cpp641 PM.addPass(AMDGPUReplaceLDSUseWithPointerPass()); in registerPassBuilderCallbacks()