Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/Target/LLVMIR/Dialect/OpenMP/
H A DOpenMPToLLVMIRTranslation.cpp266 builder.restoreIP(codeGenIP); in convertOmpParallel()
279 return codeGenIP; in convertOmpParallel()
284 auto finiCB = [&](InsertPointTy codeGenIP) {}; in convertOmpParallel() argument
320 builder.restoreIP(codeGenIP); in convertOmpMaster()
327 auto finiCB = [&](InsertPointTy codeGenIP) {}; in convertOmpMaster() argument
348 builder.restoreIP(codeGenIP); in convertOmpCritical()
355 auto finiCB = [&](InsertPointTy codeGenIP) {}; in convertOmpCritical() argument
579 builder.restoreIP(codeGenIP); in convertOmpOrderedRegion()
586 auto finiCB = [&](InsertPointTy codeGenIP) {}; in convertOmpOrderedRegion() argument
624 builder.restoreIP(codeGenIP); in convertOmpSections()
[all …]