Home
last modified time | relevance | path

Searched refs:AMDGPULowerBufferFatPointersPass (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPU.h147 struct AMDGPULowerBufferFatPointersPass struct
148 : PassInfoMixin<AMDGPULowerBufferFatPointersPass> {
149 AMDGPULowerBufferFatPointersPass(const TargetMachine &TM) : TM(TM) {} in AMDGPULowerBufferFatPointersPass() function
H A DAMDGPUPassRegistry.def22 AMDGPULowerBufferFatPointersPass(*this))
H A DAMDGPUTargetMachine.cpp2101 addPass(AMDGPULowerBufferFatPointersPass(TM)); in addCodeGenPrepare()
H A DAMDGPULowerBufferFatPointers.cpp2577 AMDGPULowerBufferFatPointersPass::run(Module &M, ModuleAnalysisManager &MA) { in run()