Home
last modified time | relevance | path

Searched refs:getEntryTy (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Frontend/Offloading/
H A DOffloadWrapper.cpp412 Builder.CreateInBoundsGEP(offloading::getEntryTy(M), Entry, in createRegisterGlobalsFunction()
417 Builder.CreateInBoundsGEP(offloading::getEntryTy(M), Entry, in createRegisterGlobalsFunction()
422 Builder.CreateInBoundsGEP(offloading::getEntryTy(M), Entry, in createRegisterGlobalsFunction()
427 Builder.CreateInBoundsGEP(offloading::getEntryTy(M), Entry, in createRegisterGlobalsFunction()
432 Builder.CreateInBoundsGEP(offloading::getEntryTy(M), Entry, in createRegisterGlobalsFunction()
437 Builder.CreateInBoundsGEP(offloading::getEntryTy(M), Entry, in createRegisterGlobalsFunction()
442 Builder.CreateInBoundsGEP(offloading::getEntryTy(M), Entry, in createRegisterGlobalsFunction()
526 offloading::getEntryTy(M), Entry, ConstantInt::get(getSizeTTy(M), 1)); in createRegisterGlobalsFunction()
530 ArrayType::get(offloading::getEntryTy(M), 0), EntriesE, in createRegisterGlobalsFunction()
535 ArrayType::get(offloading::getEntryTy(M), 0), EntriesB, in createRegisterGlobalsFunction()
H A DUtility.cpp26 StructType *offloading::getEntryTy(Module &M) { in getEntryTy() function in offloading
81 Constant *EntryInitializer = ConstantStruct::get(getEntryTy(M), EntryData); in getOffloadingEntryInitializer()
98 M, getEntryTy(M), in emitOffloadingEntry()
116 ConstantAggregateZero::get(ArrayType::get(getEntryTy(M), 0u)); in getOffloadEntryArray()
118 auto *EntryType = ArrayType::get(getEntryTy(M), 0); in getOffloadEntryArray()
/freebsd/contrib/llvm-project/llvm/include/llvm/Frontend/Offloading/
H A DUtility.h71 LLVM_ABI StructType *getEntryTy(Module &M);