Lines Matching defs:SharedsTy
3240 QualType SharedsTy, QualType SharedsPtrTy,
3263 CGF.ConvertTypeForMem(SharedsTy)),
3264 SharedsTy);
3387 const RecordDecl *KmpTaskTQTyRD, QualType SharedsTy,
3443 CGF.Int8Ty, CGM.getNaturalTypeAlignment(SharedsTy));
3446 SharedsTy, SharedsPtrTy, Data, Privates, /*ForDup=*/true);
3596 llvm::Function *TaskFunction, QualType SharedsTy,
3672 QualType SharedsPtrTy = C.getPointerType(SharedsTy);
3727 llvm::Value *SharedsSize = CGM.getSize(C.getTypeSizeInChars(SharedsTy));
3921 if (!SharedsTy->getAsStructureType()->getDecl()->field_empty()) {
3928 CGF.Int8Ty, CGM.getNaturalTypeAlignment(SharedsTy));
3929 LValue Dest = CGF.MakeAddrLValue(KmpTaskSharedsPtr, SharedsTy);
3930 LValue Src = CGF.MakeAddrLValue(Shareds, SharedsTy);
3931 CGF.EmitAggregateCopy(Dest, Src, SharedsTy, AggValueSlot::DoesNotOverlap);
3937 SharedsTy, SharedsPtrTy, Data, Privates,
3943 KmpTaskTQTyRD, SharedsTy, SharedsPtrTy, Data, Privates,
4494 QualType SharedsTy, Address Shareds,
4501 emitTaskInit(CGF, Loc, D, TaskFunction, SharedsTy, Shareds, Data);
4614 QualType SharedsTy, Address Shareds,
4620 emitTaskInit(CGF, Loc, D, TaskFunction, SharedsTy, Shareds, Data);
11869 QualType SharedsTy, Address Shareds,
11877 llvm::Function *TaskFunction, QualType SharedsTy, Address Shareds,