Home
last modified time | relevance | path

Searched refs:Shareds (Results 1 – 2 of 2) sorted by relevance

/external/clang/lib/CodeGen/
DCGOpenMPRuntime.h493 Address Shareds, const OMPTaskDataTy &Data);
811 Address Shareds, const Expr *IfCond,
845 llvm::Value *TaskFunction, QualType SharedsTy, Address Shareds,
DCGOpenMPRuntime.cpp3685 Address Shareds, const OMPTaskDataTy &Data) { in emitTaskInit() argument
3818 CGF.EmitAggregateCopy(KmpTaskSharedsPtr, Shareds, SharedsTy); in emitTaskInit()
3869 QualType SharedsTy, Address Shareds, in emitTaskCall() argument
3876 emitTaskInit(CGF, Loc, D, TaskFunction, SharedsTy, Shareds, Data); in emitTaskCall()
4059 QualType SharedsTy, Address Shareds, in emitTaskLoopCall() argument
4065 emitTaskInit(CGF, Loc, D, TaskFunction, SharedsTy, Shareds, Data); in emitTaskLoopCall()