Searched refs:ArgStructType (Results 1 – 1 of 1) sorted by relevance
1877 StructType *ArgStructType = in createTask() local1879 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() local6752 Builder.CreateAlloca(ArgStructType, nullptr, "structArg"); in emitTargetTaskProxyFunction()6756 Builder.getInt64(M.getDataLayout().getTypeStoreSize(ArgStructType)); in emitTargetTaskProxyFunction()6958 auto *ArgStructType = in emitTargetTask() local6960 assert(ArgStructType && "Unable to find struct type corresponding to " in emitTargetTask()6963 Builder.getInt64(M.getDataLayout().getTypeStoreSize(ArgStructType)); in emitTargetTask()