Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/Target/LLVMIR/Dialect/OpenMP/
H A DOpenMPToLLVMIRTranslation.cpp259 auto bodyGenCB = [&](InsertPointTy allocaIP, InsertPointTy codeGenIP) { in convertOmpParallel()
284 auto finiCB = [&](InsertPointTy codeGenIP) {}; in convertOmpParallel()
317 auto bodyGenCB = [&](InsertPointTy allocaIP, InsertPointTy codeGenIP) { in convertOmpMaster()
327 auto finiCB = [&](InsertPointTy codeGenIP) {}; in convertOmpMaster()
345 auto bodyGenCB = [&](InsertPointTy allocaIP, InsertPointTy codeGenIP) { in convertOmpCritical()
355 auto finiCB = [&](InsertPointTy codeGenIP) {}; in convertOmpCritical()
576 auto bodyGenCB = [&](InsertPointTy allocaIP, InsertPointTy codeGenIP) { in convertOmpOrderedRegion()
586 auto finiCB = [&](InsertPointTy codeGenIP) {}; in convertOmpOrderedRegion()
623 InsertPointTy allocaIP, InsertPointTy codeGenIP) { in convertOmpSections()
651 auto finiCB = [&](InsertPointTy codeGenIP) {}; in convertOmpSections()
[all …]