Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGOpenMPRuntime.h947 const DispatchRTInput &DispatchValues);
1838 const DispatchRTInput &DispatchValues) override;
H A DCGOpenMPRuntime.cpp2527 bool Ordered, const DispatchRTInput &DispatchValues) { in emitForDispatchInit() argument
2531 ScheduleKind.Schedule, DispatchValues.Chunk != nullptr, Ordered); in emitForDispatchInit()
2542 llvm::Value *Chunk = DispatchValues.Chunk ? DispatchValues.Chunk in emitForDispatchInit()
2549 DispatchValues.LB, // Lower in emitForDispatchInit()
2550 DispatchValues.UB, // Upper in emitForDispatchInit()
12034 bool Ordered, const DispatchRTInput &DispatchValues) { in emitForDispatchInit() argument