Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/Frontend/OpenMP/
H A DOMPIRBuilder.h619 void createTaskyield(const LocationDescription &Loc);
/llvm-project-15.0.7/mlir/lib/Target/LLVMIR/Dialect/OpenMP/
H A DOpenMPToLLVMIRTranslation.cpp1342 ompBuilder->createTaskyield(builder.saveIP()); in convertOperation()
/llvm-project-15.0.7/llvm/lib/Frontend/OpenMP/
H A DOMPIRBuilder.cpp1282 void OpenMPIRBuilder::createTaskyield(const LocationDescription &Loc) { in createTaskyield() function in OpenMPIRBuilder
/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGOpenMPRuntime.cpp2286 OMPBuilder.createTaskyield(CGF.Builder); in emitTaskyieldCall()