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.cpp1877 StructType *ArgStructType = in createTask() local
1879 assert(ArgStructType && "Unable to find struct type corresponding to " in createTask()
1882 Builder.getInt64(M.getDataLayout().getTypeStoreSize(ArgStructType)); in createTask()
6748 auto *ArgStructType = in emitTargetTaskProxyFunction() local
6752 Builder.CreateAlloca(ArgStructType, nullptr, "structArg"); in emitTargetTaskProxyFunction()
6756 Builder.getInt64(M.getDataLayout().getTypeStoreSize(ArgStructType)); in emitTargetTaskProxyFunction()
6958 auto *ArgStructType = in emitTargetTask() local
6960 assert(ArgStructType && "Unable to find struct type corresponding to " in emitTargetTask()
6963 Builder.getInt64(M.getDataLayout().getTypeStoreSize(ArgStructType)); in emitTargetTask()