Lines Matching refs:Mod
80 Module *Mod = nullptr; member in __anon98b3e5030111::AMDGPUPromoteAllocaImpl
302 Mod = F.getParent(); in run()
303 DL = &Mod->getDataLayout(); in run()
977 Intrinsic::getDeclaration(Mod, Intrinsic::r600_read_local_size_y); in getLocalSizeYZ()
979 Intrinsic::getDeclaration(Mod, Intrinsic::r600_read_local_size_z); in getLocalSizeYZ()
1025 Intrinsic::getDeclaration(Mod, Intrinsic::amdgcn_dispatch_ptr); in getLocalSizeYZ()
1035 Type *I32Ty = Type::getInt32Ty(Mod->getContext()); in getLocalSizeYZ()
1048 MDNode *MD = MDNode::get(Mod->getContext(), std::nullopt); in getLocalSizeYZ()
1087 Function *WorkitemIdFn = Intrinsic::getDeclaration(Mod, IntrID); in getWorkitemID()
1294 for (GlobalVariable &GV : Mod->globals()) { in hasSufficientLocalMem()
1316 const DataLayout &DL = Mod->getDataLayout(); in hasSufficientLocalMem()
1405 const DataLayout &DL = Mod->getDataLayout(); in tryPromoteAllocaToLDS()
1467 *Mod, GVTy, false, GlobalValue::InternalLinkage, PoisonValue::get(GVTy), in tryPromoteAllocaToLDS()
1486 LLVMContext &Context = Mod->getContext(); in tryPromoteAllocaToLDS()
1574 Mod, Intrinsic::objectsize, in tryPromoteAllocaToLDS()