Lines Matching refs:AMDGPUPromoteAllocaImpl
76 class AMDGPUPromoteAllocaImpl { class
116 AMDGPUPromoteAllocaImpl(TargetMachine &TM, LoopInfo &LI) : TM(TM), LI(LI) { in AMDGPUPromoteAllocaImpl() function in __anon98b3e5030111::AMDGPUPromoteAllocaImpl
137 return AMDGPUPromoteAllocaImpl( in runOnFunction()
163 return AMDGPUPromoteAllocaImpl( in runOnFunction()
223 bool Changed = AMDGPUPromoteAllocaImpl(TM, LI).run(F, /*PromoteToLDS=*/true); in run()
235 bool Changed = AMDGPUPromoteAllocaImpl(TM, LI).run(F, /*PromoteToLDS=*/false); in run()
266 void AMDGPUPromoteAllocaImpl::sortAllocasToPromote( in sortAllocasToPromote()
301 bool AMDGPUPromoteAllocaImpl::run(Function &F, bool PromoteToLDS) { in run()
727 bool AMDGPUPromoteAllocaImpl::tryPromoteAllocaToVector(AllocaInst &Alloca) { in tryPromoteAllocaToVector()
971 AMDGPUPromoteAllocaImpl::getLocalSizeYZ(IRBuilder<> &Builder) { in getLocalSizeYZ()
1059 Value *AMDGPUPromoteAllocaImpl::getWorkitemID(IRBuilder<> &Builder, in getWorkitemID()
1117 bool AMDGPUPromoteAllocaImpl::binaryOpIsDerivedFromSameAlloca( in binaryOpIsDerivedFromSameAlloca()
1147 bool AMDGPUPromoteAllocaImpl::collectUsesWithPtrTypes( in collectUsesWithPtrTypes()
1253 bool AMDGPUPromoteAllocaImpl::hasSufficientLocalMem(const Function &F) { in hasSufficientLocalMem()
1396 bool AMDGPUPromoteAllocaImpl::tryPromoteAllocaToLDS(AllocaInst &I, in tryPromoteAllocaToLDS()