Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Target/AMDGPU/
H A DAMDGPUPromoteAlloca.cpp67 class AMDGPUPromoteAllocaImpl { class
104 AMDGPUPromoteAllocaImpl(TargetMachine &TM) : TM(TM) {} in AMDGPUPromoteAllocaImpl() function in __anon682394fa0111::AMDGPUPromoteAllocaImpl
150 return AMDGPUPromoteAllocaImpl(TPC->getTM<TargetMachine>()).run(F); in runOnFunction()
157 bool Changed = AMDGPUPromoteAllocaImpl(TM).run(F); in run()
166 bool AMDGPUPromoteAllocaImpl::run(Function &F) { in run()
208 AMDGPUPromoteAllocaImpl::getLocalSizeYZ(IRBuilder<> &Builder) { in getLocalSizeYZ()
296 Value *AMDGPUPromoteAllocaImpl::getWorkitemID(IRBuilder<> &Builder, in getWorkitemID()
647 bool AMDGPUPromoteAllocaImpl::binaryOpIsDerivedFromSameAlloca( in binaryOpIsDerivedFromSameAlloca()
677 bool AMDGPUPromoteAllocaImpl::collectUsesWithPtrTypes( in collectUsesWithPtrTypes()
783 bool AMDGPUPromoteAllocaImpl::hasSufficientLocalMem(const Function &F) { in hasSufficientLocalMem()
[all …]