Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Frontend/OpenMP/
H A DOMPIRBuilder.cpp2015 StructType *ArgStructType = in createTask() local
2017 assert(ArgStructType && "Unable to find struct type corresponding to " in createTask()
2020 Builder.getInt64(M.getDataLayout().getTypeStoreSize(ArgStructType)); in createTask()
7285 auto *ArgStructType = cast<StructType>(ArgStructAlloca->getAllocatedType()); in emitTargetTaskProxyFunction() local
7288 Builder.CreateAlloca(ArgStructType, nullptr, "structArg"); in emitTargetTaskProxyFunction()
7291 Builder.getInt64(M.getDataLayout().getTypeStoreSize(ArgStructType)); in emitTargetTaskProxyFunction()
7630 auto *ArgStructType = in emitTargetTask() local
7632 assert(ArgStructType && "Unable to find struct type corresponding to " in emitTargetTask()
7635 Builder.getInt64(M.getDataLayout().getTypeStoreSize(ArgStructType)); in emitTargetTask()