Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGOpenMPRuntime.h970 const DispatchRTInput &DispatchValues);
1734 const DispatchRTInput &DispatchValues) override;
H A DCGOpenMPRuntime.cpp3384 bool Ordered, const DispatchRTInput &DispatchValues) { in emitForDispatchInit() argument
3388 ScheduleKind.Schedule, DispatchValues.Chunk != nullptr, Ordered); in emitForDispatchInit()
3399 llvm::Value *Chunk = DispatchValues.Chunk ? DispatchValues.Chunk in emitForDispatchInit()
3405 DispatchValues.LB, // Lower in emitForDispatchInit()
3406 DispatchValues.UB, // Upper in emitForDispatchInit()
9644 bool Ordered, const DispatchRTInput &DispatchValues) { in emitForDispatchInit() argument