Searched refs:codeGenIP (Results 1 – 1 of 1) sorted by relevance
/external/llvm-project/mlir/lib/Target/LLVMIR/ |
D | ModuleTranslation.cpp | 392 auto bodyGenCB = [&](InsertPointTy allocaIP, InsertPointTy codeGenIP, in convertOmpParallel() 396 llvm::BasicBlock *codeGenIPBB = codeGenIP.getBlock(); in convertOmpParallel() 404 llvmContext, "omp.par.region", codeGenIP.getBlock()->getParent()); in convertOmpParallel() 417 auto privCB = [&](InsertPointTy allocaIP, InsertPointTy codeGenIP, in convertOmpParallel() 422 return codeGenIP; in convertOmpParallel() 427 auto finiCB = [&](InsertPointTy codeGenIP) {}; in convertOmpParallel() argument 489 auto bodyGenCB = [&](InsertPointTy allocaIP, InsertPointTy codeGenIP, in convertOmpMaster() 493 llvm::BasicBlock *codeGenIPBB = codeGenIP.getBlock(); in convertOmpMaster() 501 llvmContext, "omp.master.region", codeGenIP.getBlock()->getParent()); in convertOmpMaster() 511 auto finiCB = [&](InsertPointTy codeGenIP) {}; in convertOmpMaster() argument
|