Home
last modified time | relevance | path

Searched refs:SharedsTy (Results 1 – 3 of 3) 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()