Searched refs:SharedsPtrTy (Results 1 - 1 of 1) sorted by relevance

/external/clang/lib/CodeGen/
H A DCGOpenMPRuntime.cpp3268 QualType SharedsPtrTy, llvm::Value *TaskFunction,
3312 CGF.ConvertTypeForMem(SharedsPtrTy));
3503 QualType SharedsTy, QualType SharedsPtrTy,
3513 KmpTaskSharedsPtr, CGF.ConvertTypeForMem(SharedsPtrTy)),
3606 QualType SharedsPtrTy, const OMPTaskDataTy &Data,
3661 SharedsTy, SharedsPtrTy, Data, Privates, /*ForDup=*/true);
3739 QualType SharedsPtrTy = C.getPointerType(SharedsTy); local
3762 KmpTaskTWithPrivatesQTy, KmpTaskTQTy, SharedsPtrTy, TaskFunction,
3824 SharedsTy, SharedsPtrTy, Data, Privates,
3830 KmpTaskTQTyRD, SharedsTy, SharedsPtrTy, Dat
3264 emitProxyTaskFunction(CodeGenModule &CGM, SourceLocation Loc, OpenMPDirectiveKind Kind, QualType KmpInt32Ty, QualType KmpTaskTWithPrivatesPtrQTy, QualType KmpTaskTWithPrivatesQTy, QualType KmpTaskTQTy, QualType SharedsPtrTy, llvm::Value *TaskFunction, llvm::Value *TaskPrivatesMap) argument
3499 emitPrivatesInit(CodeGenFunction &CGF, const OMPExecutableDirective &D, Address KmpTaskSharedsPtr, LValue TDBase, const RecordDecl *KmpTaskTWithPrivatesQTyRD, QualType SharedsTy, QualType SharedsPtrTy, const OMPTaskDataTy &Data, ArrayRef<PrivateDataTy> Privates, bool ForDup) argument
3601 emitTaskDupFunction(CodeGenModule &CGM, SourceLocation Loc, const OMPExecutableDirective &D, QualType KmpTaskTWithPrivatesPtrQTy, const RecordDecl *KmpTaskTWithPrivatesQTyRD, const RecordDecl *KmpTaskTQTyRD, QualType SharedsTy, QualType SharedsPtrTy, const OMPTaskDataTy &Data, ArrayRef<PrivateDataTy> Privates, bool WithLastIter) argument
[all...]

Completed in 123 milliseconds