Home
last modified time | relevance | path

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

/external/clang/lib/CodeGen/
DCGOpenMPRuntime.h492 llvm::Value *TaskFunction, QualType SharedsTy,
810 llvm::Value *TaskFunction, QualType SharedsTy,
845 llvm::Value *TaskFunction, QualType SharedsTy, Address Shareds,
DCGOpenMPRuntime.cpp3503 QualType SharedsTy, QualType SharedsPtrTy, in emitPrivatesInit() argument
3514 SharedsTy); in emitPrivatesInit()
3605 const RecordDecl *KmpTaskTQTyRD, QualType SharedsTy, in emitTaskDupFunction() argument
3658 CGF.getNaturalTypeAlignment(SharedsTy)); in emitTaskDupFunction()
3661 SharedsTy, SharedsPtrTy, Data, Privates, /*ForDup=*/true); in emitTaskDupFunction()
3684 llvm::Value *TaskFunction, QualType SharedsTy, in emitTaskInit() argument
3739 QualType SharedsPtrTy = C.getPointerType(SharedsTy); in emitTaskInit()
3793 auto *SharedsSize = CGM.getSize(C.getTypeSizeInChars(SharedsTy)); in emitTaskInit()
3810 if (!SharedsTy->getAsStructureType()->getDecl()->field_empty()) { in emitTaskInit()
3817 CGF.getNaturalTypeAlignment(SharedsTy)); in emitTaskInit()
[all …]
DCGStmtOpenMP.cpp2561 auto SharedsTy = getContext().getRecordType(CS->getCapturedRecordDecl()); in EmitOMPTaskDirective() local
2577 auto &&TaskGen = [&S, SharedsTy, CapturedStruct, in EmitOMPTaskDirective()
2581 SharedsTy, CapturedStruct, IfCond, in EmitOMPTaskDirective()
3480 auto SharedsTy = getContext().getRecordType(CS->getCapturedRecordDecl()); in EmitOMPTaskLoopBasedDirective() local
3588 auto &&TaskGen = [&S, SharedsTy, CapturedStruct, in EmitOMPTaskLoopBasedDirective()
3594 OutlinedFn, SharedsTy, in EmitOMPTaskLoopBasedDirective()
/external/llvm-project/clang/lib/CodeGen/
DCGOpenMPRuntime.h862 llvm::Function *TaskFunction, QualType SharedsTy,
1322 llvm::Function *TaskFunction, QualType SharedsTy,
1358 QualType SharedsTy, Address Shareds,
2192 llvm::Function *TaskFunction, QualType SharedsTy,
2227 QualType SharedsTy, Address Shareds, const Expr *IfCond,
DCGOpenMPRuntime.cpp3781 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()
[all …]
DCGStmtOpenMP.cpp4172 QualType SharedsTy = getContext().getRecordType(CS->getCapturedRecordDecl()); in EmitOMPTargetTaskBasedDirective() local
4296 SharedsTy, CapturedStruct, &IfCond, Data); in EmitOMPTargetTaskBasedDirective()
4303 QualType SharedsTy = getContext().getRecordType(CS->getCapturedRecordDecl()); in EmitOMPTaskDirective() local
4319 auto &&TaskGen = [&S, SharedsTy, CapturedStruct, in EmitOMPTaskDirective()
4323 SharedsTy, CapturedStruct, IfCond, in EmitOMPTaskDirective()
6400 QualType SharedsTy = getContext().getRecordType(CS->getCapturedRecordDecl()); in EmitOMPTaskLoopBasedDirective() local
6524 auto &&TaskGen = [&S, SharedsTy, CapturedStruct, in EmitOMPTaskLoopBasedDirective()
6527 auto &&CodeGen = [&S, OutlinedFn, SharedsTy, CapturedStruct, IfCond, in EmitOMPTaskLoopBasedDirective()
6531 OutlinedFn, SharedsTy, in EmitOMPTaskLoopBasedDirective()