Lines Matching defs:SharedsTy
3260 QualType SharedsTy, QualType SharedsPtrTy,
3283 CGF.ConvertTypeForMem(SharedsTy)),
3284 SharedsTy);
3407 const RecordDecl *KmpTaskTQTyRD, QualType SharedsTy,
3463 CGF.Int8Ty, CGM.getNaturalTypeAlignment(SharedsTy));
3466 SharedsTy, SharedsPtrTy, Data, Privates, /*ForDup=*/true);
3616 llvm::Function *TaskFunction, QualType SharedsTy,
3694 QualType SharedsPtrTy = C.getPointerType(SharedsTy);
3749 llvm::Value *SharedsSize = CGM.getSize(C.getTypeSizeInChars(SharedsTy));
3943 if (!SharedsTy->getAsStructureType()->getDecl()->field_empty()) {
3950 CGF.Int8Ty, CGM.getNaturalTypeAlignment(SharedsTy));
3951 LValue Dest = CGF.MakeAddrLValue(KmpTaskSharedsPtr, SharedsTy);
3952 LValue Src = CGF.MakeAddrLValue(Shareds, SharedsTy);
3953 CGF.EmitAggregateCopy(Dest, Src, SharedsTy, AggValueSlot::DoesNotOverlap);
3959 SharedsTy, SharedsPtrTy, Data, Privates,
3965 KmpTaskTQTyRD, SharedsTy, SharedsPtrTy, Data, Privates,
4516 QualType SharedsTy, Address Shareds,
4523 emitTaskInit(CGF, Loc, D, TaskFunction, SharedsTy, Shareds, Data);
4636 QualType SharedsTy, Address Shareds,
4642 emitTaskInit(CGF, Loc, D, TaskFunction, SharedsTy, Shareds, Data);
12116 QualType SharedsTy, Address Shareds,
12124 llvm::Function *TaskFunction, QualType SharedsTy, Address Shareds,