Home
last modified time | relevance | path

Searched refs:createTaskwait (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/llvm/include/llvm/Frontend/OpenMP/
H A DOMPIRBuilder.h614 void createTaskwait(const LocationDescription &Loc);
/llvm-project-15.0.7/mlir/lib/Target/LLVMIR/Dialect/OpenMP/
H A DOpenMPToLLVMIRTranslation.cpp1338 ompBuilder->createTaskwait(builder.saveIP()); in convertOperation()
/llvm-project-15.0.7/llvm/lib/Frontend/OpenMP/
H A DOMPIRBuilder.cpp1264 void OpenMPIRBuilder::createTaskwait(const LocationDescription &Loc) { in createTaskwait() function in OpenMPIRBuilder
/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGOpenMPRuntime.cpp6136 OMPBuilder.createTaskwait(CGF.Builder); in emitTaskwaitCall()