Lines Matching defs:InsertPointTy
73 explicit OpenMPAllocaStackFrame(llvm::OpenMPIRBuilder::InsertPointTy allocaIP)
75 llvm::OpenMPIRBuilder::InsertPointTy allocaInsertPoint;
351 static llvm::OpenMPIRBuilder::InsertPointTy
357 llvm::OpenMPIRBuilder::InsertPointTy allocaInsertPoint;
386 return llvm::OpenMPIRBuilder::InsertPointTy(
582 using InsertPointTy = llvm::OpenMPIRBuilder::InsertPointTy;
587 auto bodyGenCB = [&](InsertPointTy allocaIP, InsertPointTy codeGenIP) {
598 auto finiCB = [&](InsertPointTy codeGenIP) { return llvm::Error::success(); };
625 using InsertPointTy = llvm::OpenMPIRBuilder::InsertPointTy;
631 auto bodyGenCB = [&](InsertPointTy allocaIP, InsertPointTy codeGenIP) {
642 auto finiCB = [&](InsertPointTy codeGenIP) { return llvm::Error::success(); };
660 using InsertPointTy = llvm::OpenMPIRBuilder::InsertPointTy;
666 auto bodyGenCB = [&](InsertPointTy allocaIP, InsertPointTy codeGenIP) {
677 auto finiCB = [&](InsertPointTy codeGenIP) { return llvm::Error::success(); };
811 llvm::OpenMPIRBuilder::InsertPointTy, llvm::Value *, llvm::Value *,
815 llvm::OpenMPIRBuilder::InsertPointTy, llvm::Type *, llvm::Value *,
829 [&, decl](llvm::OpenMPIRBuilder::InsertPointTy insertPoint,
864 [&, decl](llvm::OpenMPIRBuilder::InsertPointTy insertPoint, llvm::Type *,
905 llvm::OpenMPIRBuilder::InsertPointTy allocaIP =
919 using InsertPointTy = llvm::OpenMPIRBuilder::InsertPointTy;
925 auto bodyGenCB = [&](InsertPointTy allocaIP, InsertPointTy codeGenIP) {
936 auto finiCB = [&](InsertPointTy codeGenIP) { return llvm::Error::success(); };
969 const llvm::OpenMPIRBuilder::InsertPointTy &allocaIP,
1225 llvm::OpenMPIRBuilder::InsertPointTy &allocaIP,
1290 llvm::OpenMPIRBuilder::InsertPointTy &allocaIP,
1357 const llvm::OpenMPIRBuilder::InsertPointTy &allocaIP,
1362 splitBB(llvm::OpenMPIRBuilder::InsertPointTy(allocaIP.getBlock(),
1514 using InsertPointTy = llvm::OpenMPIRBuilder::InsertPointTy;
1528 llvm::OpenMPIRBuilder::InsertPointTy allocaIP =
1559 InsertPointTy allocaIP, InsertPointTy codeGenIP) {
1593 auto privCB = [&](InsertPointTy, InsertPointTy codeGenIP, llvm::Value &,
1602 auto finiCB = [&](InsertPointTy codeGenIP) { return llvm::Error::success(); };
1626 using InsertPointTy = llvm::OpenMPIRBuilder::InsertPointTy;
1632 auto bodyCB = [&](InsertPointTy allocaIP, InsertPointTy codegenIP) {
1638 auto finiCB = [&](InsertPointTy codeGenIP) { return llvm::Error::success(); };
1669 using InsertPointTy = llvm::OpenMPIRBuilder::InsertPointTy;
1673 auto bodyCB = [&](InsertPointTy allocaIP, InsertPointTy codegenIP) {
1747 using InsertPointTy = llvm::OpenMPIRBuilder::InsertPointTy;
1763 auto bodyCB = [&](InsertPointTy allocaIP,
1764 InsertPointTy codegenIP) -> llvm::Error {
1801 llvm::OpenMPIRBuilder::InsertPointTy allocaIP =
1824 using InsertPointTy = llvm::OpenMPIRBuilder::InsertPointTy;
1828 auto bodyCB = [&](InsertPointTy allocaIP, InsertPointTy codegenIP) {
1835 InsertPointTy allocaIP = findAllocaInsertPoint(builder, moduleTranslation);
1898 llvm::OpenMPIRBuilder::InsertPointTy allocaIP =
1954 SmallVector<llvm::OpenMPIRBuilder::InsertPointTy> bodyInsertPoints;
1955 auto bodyGen = [&](llvm::OpenMPIRBuilder::InsertPointTy ip,
1993 llvm::OpenMPIRBuilder::InsertPointTy computeIP = ompLoc.IP;
2053 using InsertPointTy = llvm::OpenMPIRBuilder::InsertPointTy;
2080 auto bodyGenCB = [&](InsertPointTy allocaIP,
2081 InsertPointTy codeGenIP) -> llvm::Error {
2095 InsertPointTy(allocaIP.getBlock(),
2168 auto privCB = [](InsertPointTy allocaIP, InsertPointTy codeGenIP,
2178 auto finiCB = [&](InsertPointTy codeGenIP) -> llvm::Error {
2179 InsertPointTy oldIP = builder.saveIP();
2215 llvm::OpenMPIRBuilder::InsertPointTy allocaIP =
2264 llvm::OpenMPIRBuilder::InsertPointTy allocaIP =
2276 SmallVector<llvm::OpenMPIRBuilder::InsertPointTy> bodyInsertPoints;
2277 auto bodyGen = [&](llvm::OpenMPIRBuilder::InsertPointTy ip,
2315 llvm::OpenMPIRBuilder::InsertPointTy computeIP = ompLoc.IP;
3610 using InsertPointTy = llvm::OpenMPIRBuilder::InsertPointTy;
3619 [&](InsertPointTy codeGenIP) -> llvm::OpenMPIRBuilder::MapInfosTy & {
3660 auto bodyGenCB = [&](InsertPointTy codeGenIP, BodyGenTy bodyGenType)
3720 llvm::OpenMPIRBuilder::InsertPointTy allocaIP =
4246 using InsertPointTy = llvm::OpenMPIRBuilder::InsertPointTy;
4247 auto bodyCB = [&](InsertPointTy allocaIP, InsertPointTy codeGenIP)
4317 return InsertPointTy(exitBlock.get(), exitBlock.get()->end());
4332 auto genMapInfoCB = [&](llvm::OpenMPIRBuilder::InsertPointTy codeGenIP)
4340 llvm::Value *&retVal, InsertPointTy allocaIP,
4341 InsertPointTy codeGenIP)
4396 llvm::OpenMPIRBuilder::InsertPointTy allocaIP =