Searched refs:ArgStructType (Results 1 – 1 of 1) sorted by relevance
2015 StructType *ArgStructType = in createTask() local2017 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() local7288 Builder.CreateAlloca(ArgStructType, nullptr, "structArg"); in emitTargetTaskProxyFunction()7291 Builder.getInt64(M.getDataLayout().getTypeStoreSize(ArgStructType)); in emitTargetTaskProxyFunction()7630 auto *ArgStructType = in emitTargetTask() local7632 assert(ArgStructType && "Unable to find struct type corresponding to " in emitTargetTask()7635 Builder.getInt64(M.getDataLayout().getTypeStoreSize(ArgStructType)); in emitTargetTask()