Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCGOpenMPRuntime.h947 const DispatchRTInput &DispatchValues);
1835 const DispatchRTInput &DispatchValues) override;
H A DCGOpenMPRuntime.cpp2524 bool Ordered, const DispatchRTInput &DispatchValues) { in emitForDispatchInit() argument
2528 ScheduleKind.Schedule, DispatchValues.Chunk != nullptr, Ordered); in emitForDispatchInit()
2539 llvm::Value *Chunk = DispatchValues.Chunk ? DispatchValues.Chunk in emitForDispatchInit()
2546 DispatchValues.LB, // Lower in emitForDispatchInit()
2547 DispatchValues.UB, // Upper in emitForDispatchInit()
12004 bool Ordered, const DispatchRTInput &DispatchValues) { in emitForDispatchInit() argument