Searched refs:DispatchRTInput (Results 1 - 3 of 3) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGOpenMPRuntime.h1065 struct DispatchRTInput { struct in class:clang::CodeGen::CGOpenMPRuntime::OffloadEntriesInfoManagerTy
1073 DispatchRTInput() = default;
1074 DispatchRTInput(llvm::Value *LB, llvm::Value *UB, llvm::Value *Chunk) function in struct:clang::CodeGen::CGOpenMPRuntime::OffloadEntriesInfoManagerTy::DispatchRTInput
1100 const DispatchRTInput &DispatchValues);
1991 const DispatchRTInput &DispatchValues) override;
H A DCGOpenMPRuntime.cpp2653 bool Ordered, const DispatchRTInput &DispatchValues) {
11756 bool Ordered, const DispatchRTInput &DispatchValues) {
H A DCGStmtOpenMP.cpp2588 CGOpenMPRuntime::DispatchRTInput DipatchRTInputValues = {LBVal, UBVal,

Completed in 130 milliseconds