Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPU.h143 struct AMDGPULowerBufferFatPointersPass struct
144 : PassInfoMixin<AMDGPULowerBufferFatPointersPass> {
145 AMDGPULowerBufferFatPointersPass(const TargetMachine &TM) : TM(TM) {} in AMDGPULowerBufferFatPointersPass() function
H A DAMDGPUPassRegistry.def22 AMDGPULowerBufferFatPointersPass(*this))
H A DAMDGPULowerBufferFatPointers.cpp1863 AMDGPULowerBufferFatPointersPass::run(Module &M, ModuleAnalysisManager &MA) { in run()