Home
last modified time | relevance | path

Searched refs:SharedsTy (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGOpenMPRuntime.h602 llvm::Function *TaskFunction, QualType SharedsTy,
1148 llvm::Function *TaskFunction, QualType SharedsTy,
1184 QualType SharedsTy, Address Shareds,
1994 llvm::Function *TaskFunction, QualType SharedsTy,
2029 QualType SharedsTy, Address Shareds, const Expr *IfCond,
H A DCGOpenMPRuntime.cpp3260 QualType SharedsTy, QualType SharedsPtrTy, in emitPrivatesInit() argument
3283 CGF.ConvertTypeForMem(SharedsTy)), in emitPrivatesInit()
3284 SharedsTy); in emitPrivatesInit()
3407 const RecordDecl *KmpTaskTQTyRD, QualType SharedsTy, in emitTaskDupFunction() argument
3463 CGF.Int8Ty, CGM.getNaturalTypeAlignment(SharedsTy)); in emitTaskDupFunction()
3466 SharedsTy, SharedsPtrTy, Data, Privates, /*ForDup=*/true); in emitTaskDupFunction()
3616 llvm::Function *TaskFunction, QualType SharedsTy, in emitTaskInit() argument
3694 QualType SharedsPtrTy = C.getPointerType(SharedsTy); in emitTaskInit()
3749 llvm::Value *SharedsSize = CGM.getSize(C.getTypeSizeInChars(SharedsTy)); in emitTaskInit()
3943 if (!SharedsTy->getAsStructureType()->getDecl()->field_empty()) { in emitTaskInit()
[all …]
H A DCGStmtOpenMP.cpp5076 QualType SharedsTy = getContext().getRecordType(CS->getCapturedRecordDecl()); in EmitOMPTargetTaskBasedDirective() local
5214 SharedsTy, CapturedStruct, &IfCond, Data); in EmitOMPTargetTaskBasedDirective()
5308 QualType SharedsTy = getContext().getRecordType(CS->getCapturedRecordDecl()); in EmitOMPTaskDirective() local
5324 auto &&TaskGen = [&S, SharedsTy, CapturedStruct, in EmitOMPTaskDirective()
5328 SharedsTy, CapturedStruct, IfCond, in EmitOMPTaskDirective()
7673 QualType SharedsTy = getContext().getRecordType(CS->getCapturedRecordDecl()); in EmitOMPTaskLoopBasedDirective() local
7798 auto &&TaskGen = [&S, SharedsTy, CapturedStruct, in EmitOMPTaskLoopBasedDirective()
7801 auto &&CodeGen = [&S, OutlinedFn, SharedsTy, CapturedStruct, IfCond, in EmitOMPTaskLoopBasedDirective()
7805 OutlinedFn, SharedsTy, in EmitOMPTaskLoopBasedDirective()