Home
last modified time | relevance | path

Searched refs:FatbinWrapper (Results 1 – 2 of 2) sorted by relevance

/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCGCUDANV.cpp806 llvm::GlobalVariable *FatbinWrapper = Values.finishAndCreateGlobal( in makeModuleCtorFunction() local
809 FatbinWrapper->setSection(FatbinSectionName); in makeModuleCtorFunction()
852 CtorBuilder.CreateCall(RegisterFatbinFunc, FatbinWrapper); in makeModuleCtorFunction()
869 CtorBuilder.CreateCall(RegisterFatbinFunc, FatbinWrapper); in makeModuleCtorFunction()
894 OS << ModuleIDPrefix << llvm::format("%" PRIx64, FatbinWrapper->getGUID()); in makeModuleCtorFunction()
900 Twine("__fatbinwrap") + ModuleID, FatbinWrapper); in makeModuleCtorFunction()
910 llvm::Value *Args[] = {RegisterGlobalsFunc, FatbinWrapper, ModuleIDConstant, in makeModuleCtorFunction()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Frontend/Offloading/
H A DOffloadWrapper.cpp278 Constant *FatbinWrapper[] = { in createFatbinDesc() local
285 ConstantStruct::get(getFatbinWrapperTy(M), FatbinWrapper); in createFatbinDesc()