Home | History | Annotate | Download | only in AMDGPU

Lines Matching defs:Mod

34   Module *Mod;
68 Mod(nullptr),
105 Mod = &M;
106 DL = &Mod->getDataLayout();
112 MDBuilder MDB(Mod->getContext());
150 const DataLayout &DL = Mod->getDataLayout();
154 for (GlobalVariable &GV : Mod->globals()) {
234 = Intrinsic::getDeclaration(Mod, Intrinsic::r600_read_local_size_y);
236 = Intrinsic::getDeclaration(Mod, Intrinsic::r600_read_local_size_z);
282 = Intrinsic::getDeclaration(Mod, Intrinsic::amdgcn_dispatch_ptr);
291 Type *I32Ty = Type::getInt32Ty(Mod->getContext());
304 MDNode *MD = llvm::MDNode::get(Mod->getContext(), None);
336 Function *WorkitemIdFn = Intrinsic::getDeclaration(Mod, IntrID);
656 const DataLayout &DL = Mod->getDataLayout();
693 *Mod, GVTy, false, GlobalValue::InternalLinkage,
716 Constant::getNullValue(Type::getInt32Ty(Mod->getContext())),
785 Constant *C = Mod->getOrInsertFunction((F->getName() + ".local").str(),
834 Function *ObjectSize = Intrinsic::getDeclaration(Mod,