Lines Matching refs:SharedsTy
3781 QualType SharedsTy, QualType SharedsPtrTy, in emitPrivatesInit() argument
3804 SharedsTy); in emitPrivatesInit()
3931 const RecordDecl *KmpTaskTQTyRD, QualType SharedsTy, in emitTaskDupFunction() argument
3987 CGM.getNaturalTypeAlignment(SharedsTy)); in emitTaskDupFunction()
3990 SharedsTy, SharedsPtrTy, Data, Privates, /*ForDup=*/true); in emitTaskDupFunction()
4142 llvm::Function *TaskFunction, QualType SharedsTy, in emitTaskInit() argument
4220 QualType SharedsPtrTy = C.getPointerType(SharedsTy); in emitTaskInit()
4275 llvm::Value *SharedsSize = CGM.getSize(C.getTypeSizeInChars(SharedsTy)); in emitTaskInit()
4470 if (!SharedsTy->getAsStructureType()->getDecl()->field_empty()) { in emitTaskInit()
4477 CGM.getNaturalTypeAlignment(SharedsTy)); in emitTaskInit()
4478 LValue Dest = CGF.MakeAddrLValue(KmpTaskSharedsPtr, SharedsTy); in emitTaskInit()
4479 LValue Src = CGF.MakeAddrLValue(Shareds, SharedsTy); in emitTaskInit()
4480 CGF.EmitAggregateCopy(Dest, Src, SharedsTy, AggValueSlot::DoesNotOverlap); in emitTaskInit()
4486 SharedsTy, SharedsPtrTy, Data, Privates, in emitTaskInit()
4492 KmpTaskTQTyRD, SharedsTy, SharedsPtrTy, Data, Privates, in emitTaskInit()
5066 QualType SharedsTy, Address Shareds, in emitTaskCall() argument
5073 emitTaskInit(CGF, Loc, D, TaskFunction, SharedsTy, Shareds, Data); in emitTaskCall()
5184 QualType SharedsTy, Address Shareds, in emitTaskLoopCall() argument
5190 emitTaskInit(CGF, Loc, D, TaskFunction, SharedsTy, Shareds, Data); in emitTaskLoopCall()
12573 QualType SharedsTy, Address Shareds, in emitTaskCall() argument
12581 llvm::Function *TaskFunction, QualType SharedsTy, Address Shareds, in emitTaskLoopCall() argument