Lines Matching refs:Mod
68 Module *Mod = nullptr; member in __anon56378d370111::AMDGPUPromoteAllocaImpl
165 Mod = F.getParent(); in run()
166 DL = &Mod->getDataLayout(); in run()
208 = Intrinsic::getDeclaration(Mod, Intrinsic::r600_read_local_size_y); in getLocalSizeYZ()
210 = Intrinsic::getDeclaration(Mod, Intrinsic::r600_read_local_size_z); in getLocalSizeYZ()
256 = Intrinsic::getDeclaration(Mod, Intrinsic::amdgcn_dispatch_ptr); in getLocalSizeYZ()
265 Type *I32Ty = Type::getInt32Ty(Mod->getContext()); in getLocalSizeYZ()
278 MDNode *MD = MDNode::get(Mod->getContext(), None); in getLocalSizeYZ()
313 Function *WorkitemIdFn = Intrinsic::getDeclaration(Mod, IntrID); in getWorkitemID()
751 for (GlobalVariable &GV : Mod->globals()) { in hasSufficientLocalMem()
773 const DataLayout &DL = Mod->getDataLayout(); in hasSufficientLocalMem()
852 const DataLayout &DL = Mod->getDataLayout(); in handleAlloca()
924 *Mod, GVTy, false, GlobalValue::InternalLinkage, in handleAlloca()
947 Constant::getNullValue(Type::getInt32Ty(Mod->getContext())), in handleAlloca()
1039 Mod, Intrinsic::objectsize, in handleAlloca()
1088 Module *Mod = I.getParent()->getParent()->getParent(); in handlePromoteAllocaToVector() local
1089 return tryPromoteAllocaToVector(&I, Mod->getDataLayout(), MaxVGPRs); in handlePromoteAllocaToVector()