Lines Matching refs:Mod
82 Module *Mod = nullptr; member in __anone600ddc80111::AMDGPUPromoteAlloca
140 Mod = &M; in doInitialization()
141 DL = &Mod->getDataLayout(); in doInitialization()
184 = Intrinsic::getDeclaration(Mod, Intrinsic::r600_read_local_size_y); in getLocalSizeYZ()
186 = Intrinsic::getDeclaration(Mod, Intrinsic::r600_read_local_size_z); in getLocalSizeYZ()
232 = Intrinsic::getDeclaration(Mod, Intrinsic::amdgcn_dispatch_ptr); in getLocalSizeYZ()
241 Type *I32Ty = Type::getInt32Ty(Mod->getContext()); in getLocalSizeYZ()
254 MDNode *MD = MDNode::get(Mod->getContext(), None); in getLocalSizeYZ()
288 Function *WorkitemIdFn = Intrinsic::getDeclaration(Mod, IntrID); in getWorkitemID()
643 const DataLayout &DL = Mod->getDataLayout(); in hasSufficientLocalMem()
647 for (GlobalVariable &GV : Mod->globals()) { in hasSufficientLocalMem()
757 const DataLayout &DL = Mod->getDataLayout(); in handleAlloca()
794 *Mod, GVTy, false, GlobalValue::InternalLinkage, in handleAlloca()
817 Constant::getNullValue(Type::getInt32Ty(Mod->getContext())), in handleAlloca()
916 Function *ObjectSize = Intrinsic::getDeclaration(Mod, in handleAlloca()