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.h250 struct AMDGPUPromoteAllocaToVectorPass struct
251 : PassInfoMixin<AMDGPUPromoteAllocaToVectorPass> {
252 AMDGPUPromoteAllocaToVectorPass(TargetMachine &TM) : TM(TM) {} in AMDGPUPromoteAllocaToVectorPass() function
H A DAMDGPUPassRegistry.def62 AMDGPUPromoteAllocaToVectorPass(*this))
H A DAMDGPUPromoteAlloca.cpp224 AMDGPUPromoteAllocaToVectorPass::run(Function &F, FunctionAnalysisManager &AM) { in run()
H A DAMDGPUTargetMachine.cpp893 FPM.addPass(AMDGPUPromoteAllocaToVectorPass(*this)); in registerPassBuilderCallbacks()