Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPU.h235 struct AMDGPUPromoteAllocaToVectorPass struct
236 : PassInfoMixin<AMDGPUPromoteAllocaToVectorPass> {
237 AMDGPUPromoteAllocaToVectorPass(TargetMachine &TM) : TM(TM) {} in AMDGPUPromoteAllocaToVectorPass() function
H A DAMDGPUPassRegistry.def42 AMDGPUPromoteAllocaToVectorPass(*this))
H A DAMDGPUPromoteAlloca.cpp233 AMDGPUPromoteAllocaToVectorPass::run(Function &F, FunctionAnalysisManager &AM) { in run()
H A DAMDGPUTargetMachine.cpp731 FPM.addPass(AMDGPUPromoteAllocaToVectorPass(*this)); in registerPassBuilderCallbacks()