Lines Matching defs:codeGenIP
587 auto bodyGenCB = [&](InsertPointTy allocaIP, InsertPointTy codeGenIP) {
590 builder.restoreIP(codeGenIP);
598 auto finiCB = [&](InsertPointTy codeGenIP) { return llvm::Error::success(); };
631 auto bodyGenCB = [&](InsertPointTy allocaIP, InsertPointTy codeGenIP) {
634 builder.restoreIP(codeGenIP);
642 auto finiCB = [&](InsertPointTy codeGenIP) { return llvm::Error::success(); };
666 auto bodyGenCB = [&](InsertPointTy allocaIP, InsertPointTy codeGenIP) {
669 builder.restoreIP(codeGenIP);
677 auto finiCB = [&](InsertPointTy codeGenIP) { return llvm::Error::success(); };
925 auto bodyGenCB = [&](InsertPointTy allocaIP, InsertPointTy codeGenIP) {
928 builder.restoreIP(codeGenIP);
936 auto finiCB = [&](InsertPointTy codeGenIP) { return llvm::Error::success(); };
1559 InsertPointTy allocaIP, InsertPointTy codeGenIP) {
1560 builder.restoreIP(codeGenIP);
1593 auto privCB = [&](InsertPointTy, InsertPointTy codeGenIP, llvm::Value &,
1597 return codeGenIP;
1602 auto finiCB = [&](InsertPointTy codeGenIP) { return llvm::Error::success(); };
1638 auto finiCB = [&](InsertPointTy codeGenIP) { return llvm::Error::success(); };
2081 InsertPointTy codeGenIP) -> llvm::Error {
2110 builder.restoreIP(codeGenIP);
2168 auto privCB = [](InsertPointTy allocaIP, InsertPointTy codeGenIP,
2173 return codeGenIP;
2178 auto finiCB = [&](InsertPointTy codeGenIP) -> llvm::Error {
2180 builder.restoreIP(codeGenIP);
3619 [&](InsertPointTy codeGenIP) -> llvm::OpenMPIRBuilder::MapInfosTy & {
3620 builder.restoreIP(codeGenIP);
3660 auto bodyGenCB = [&](InsertPointTy codeGenIP, BodyGenTy bodyGenType)
3670 builder.restoreIP(codeGenIP);
3698 builder.restoreIP(codeGenIP);
3894 llvm::IRBuilderBase::InsertPoint codeGenIP) {
3921 builder.restoreIP(codeGenIP);
4247 auto bodyCB = [&](InsertPointTy allocaIP, InsertPointTy codeGenIP)
4253 llvmOutlinedFn = codeGenIP.getBlock()->getParent();
4298 builder.restoreIP(codeGenIP);
4332 auto genMapInfoCB = [&](llvm::OpenMPIRBuilder::InsertPointTy codeGenIP)
4334 builder.restoreIP(codeGenIP);
4341 InsertPointTy codeGenIP)
4350 return codeGenIP;
4355 allocaIP, codeGenIP);