Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUPromoteAlloca.cpp68 class AMDGPUPromoteAllocaImpl { class
105 AMDGPUPromoteAllocaImpl(TargetMachine &TM) : TM(TM) { in AMDGPUPromoteAllocaImpl() function in __anon5c4cf2790111::AMDGPUPromoteAllocaImpl
125 return AMDGPUPromoteAllocaImpl(TPC->getTM<TargetMachine>()) in runOnFunction()
148 return AMDGPUPromoteAllocaImpl(TPC->getTM<TargetMachine>()) in runOnFunction()
200 bool Changed = AMDGPUPromoteAllocaImpl(TM).run(F, /*PromoteToLDS*/ true); in run()
228 bool AMDGPUPromoteAllocaImpl::run(Function &F, bool PromoteToLDS) { in run()
889 AMDGPUPromoteAllocaImpl::getLocalSizeYZ(IRBuilder<> &Builder) { in getLocalSizeYZ()
977 Value *AMDGPUPromoteAllocaImpl::getWorkitemID(IRBuilder<> &Builder, in getWorkitemID()
1035 bool AMDGPUPromoteAllocaImpl::binaryOpIsDerivedFromSameAlloca( in binaryOpIsDerivedFromSameAlloca()
1065 bool AMDGPUPromoteAllocaImpl::collectUsesWithPtrTypes( in collectUsesWithPtrTypes()
[all …]