Lines Matching refs:Mod
71 Module *Mod = nullptr; member in __anon5c4cf2790111::AMDGPUPromoteAllocaImpl
229 Mod = F.getParent(); in run()
230 DL = &Mod->getDataLayout(); in run()
895 Intrinsic::getDeclaration(Mod, Intrinsic::r600_read_local_size_y); in getLocalSizeYZ()
897 Intrinsic::getDeclaration(Mod, Intrinsic::r600_read_local_size_z); in getLocalSizeYZ()
943 Intrinsic::getDeclaration(Mod, Intrinsic::amdgcn_dispatch_ptr); in getLocalSizeYZ()
953 Type *I32Ty = Type::getInt32Ty(Mod->getContext()); in getLocalSizeYZ()
966 MDNode *MD = MDNode::get(Mod->getContext(), std::nullopt); in getLocalSizeYZ()
1005 Function *WorkitemIdFn = Intrinsic::getDeclaration(Mod, IntrID); in getWorkitemID()
1212 for (GlobalVariable &GV : Mod->globals()) { in hasSufficientLocalMem()
1234 const DataLayout &DL = Mod->getDataLayout(); in hasSufficientLocalMem()
1323 const DataLayout &DL = Mod->getDataLayout(); in tryPromoteAllocaToLDS()
1385 *Mod, GVTy, false, GlobalValue::InternalLinkage, PoisonValue::get(GVTy), in tryPromoteAllocaToLDS()
1404 LLVMContext &Context = Mod->getContext(); in tryPromoteAllocaToLDS()
1492 Mod, Intrinsic::objectsize, in tryPromoteAllocaToLDS()