Home
last modified time | relevance | path

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

/external/clang/lib/CodeGen/
DCGOpenMPRuntime.cpp3786 auto *TaskFlags = in emitTaskInit() local
3792 TaskFlags = CGF.Builder.CreateOr(TaskFlags, CGF.Builder.getInt32(Flags)); in emitTaskInit()
3795 getThreadID(CGF, Loc), TaskFlags, in emitTaskInit()
/external/llvm-project/clang/lib/CodeGen/
DCGOpenMPRuntime.cpp4268 llvm::Value *TaskFlags = in emitTaskInit() local
4274 TaskFlags = CGF.Builder.CreateOr(TaskFlags, CGF.Builder.getInt32(Flags)); in emitTaskInit()
4277 getThreadID(CGF, Loc), TaskFlags, KmpTaskTWithPrivatesTySize, in emitTaskInit()