Searched refs:getEntryTy (Results 1 – 3 of 3) sorted by relevance
| /src/contrib/llvm-project/llvm/lib/Frontend/Offloading/ |
| H A D | Utility.cpp | 19 StructType *offloading::getEntryTy(Module &M) { in getEntryTy() function in offloading 60 Constant *EntryInitializer = ConstantStruct::get(getEntryTy(M), EntryData); in getOffloadingEntryInitializer() 75 M, getEntryTy(M), in emitOffloadingEntry() 93 ConstantAggregateZero::get(ArrayType::get(getEntryTy(M), 0u)); in getOffloadEntryArray() 95 auto *EntryType = ArrayType::get(getEntryTy(M), 0); in getOffloadEntryArray()
|
| H A D | OffloadWrapper.cpp | 398 Builder.CreateInBoundsGEP(offloading::getEntryTy(M), Entry, in createRegisterGlobalsFunction() 403 Builder.CreateInBoundsGEP(offloading::getEntryTy(M), Entry, in createRegisterGlobalsFunction() 408 Builder.CreateInBoundsGEP(offloading::getEntryTy(M), Entry, in createRegisterGlobalsFunction() 413 Builder.CreateInBoundsGEP(offloading::getEntryTy(M), Entry, in createRegisterGlobalsFunction() 418 Builder.CreateInBoundsGEP(offloading::getEntryTy(M), Entry, in createRegisterGlobalsFunction() 492 offloading::getEntryTy(M), Entry, ConstantInt::get(getSizeTTy(M), 1)); in createRegisterGlobalsFunction() 496 ArrayType::get(offloading::getEntryTy(M), 0), EntriesE, in createRegisterGlobalsFunction() 501 ArrayType::get(offloading::getEntryTy(M), 0), EntriesB, in createRegisterGlobalsFunction()
|
| /src/contrib/llvm-project/llvm/include/llvm/Frontend/Offloading/ |
| H A D | Utility.h | 40 StructType *getEntryTy(Module &M);
|