Searched refs:AMDGPUPromoteAlloca (Results 1 – 1 of 1) sorted by relevance
79 class AMDGPUPromoteAlloca : public FunctionPass { class115 AMDGPUPromoteAlloca() : FunctionPass(ID) {} in AMDGPUPromoteAlloca() function in __anone600ddc80111::AMDGPUPromoteAlloca132 char AMDGPUPromoteAlloca::ID = 0;134 INITIALIZE_PASS(AMDGPUPromoteAlloca, DEBUG_TYPE,137 char &llvm::AMDGPUPromoteAllocaID = AMDGPUPromoteAlloca::ID;139 bool AMDGPUPromoteAlloca::doInitialization(Module &M) { in doInitialization()146 bool AMDGPUPromoteAlloca::runOnFunction(Function &F) { in runOnFunction()178 AMDGPUPromoteAlloca::getLocalSizeYZ(IRBuilder<> &Builder) { in getLocalSizeYZ()518 bool AMDGPUPromoteAlloca::collectUsesWithPtrTypes( in collectUsesWithPtrTypes()621 bool AMDGPUPromoteAlloca::hasSufficientLocalMem(const Function &F) { in hasSufficientLocalMem()[all …]