Home
last modified time | relevance | path

Searched refs:createOrderedDepend (Results 1 – 5 of 5) sorted by relevance

/llvm-project-15.0.7/llvm/include/llvm/Frontend/OpenMP/
H A DOMPIRBuilder.h1051 InsertPointTy createOrderedDepend(const LocationDescription &Loc,
/llvm-project-15.0.7/mlir/lib/Target/LLVMIR/Dialect/OpenMP/
H A DOpenMPToLLVMIRTranslation.cpp554 builder.restoreIP(moduleTranslation.getOpenMPBuilder()->createOrderedDepend( in convertOmpOrdered()
/llvm-project-15.0.7/llvm/unittests/Frontend/
H A DOpenMPIRBuilderTest.cpp2565 Builder.restoreIP(OMPBuilder.createOrderedDepend(Builder, AllocaIP, NumLoops, in TEST_F()
2650 Builder.restoreIP(OMPBuilder.createOrderedDepend(Builder, AllocaIP, NumLoops, in TEST_F()
/llvm-project-15.0.7/llvm/lib/Frontend/OpenMP/
H A DOMPIRBuilder.cpp3289 OpenMPIRBuilder::createOrderedDepend(const LocationDescription &Loc, in createOrderedDepend() function in OpenMPIRBuilder
/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGStmtOpenMP.cpp5777 Builder.restoreIP(OMPBuilder.createOrderedDepend( in EmitOMPOrderedDirective()