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