Lines Matching refs:InsertPointTy

55   explicit OpenMPAllocaStackFrame(llvm::OpenMPIRBuilder::InsertPointTy allocaIP)  in OpenMPAllocaStackFrame()
57 llvm::OpenMPIRBuilder::InsertPointTy allocaInsertPoint;
78 static llvm::OpenMPIRBuilder::InsertPointTy
84 llvm::OpenMPIRBuilder::InsertPointTy allocaInsertPoint; in findAllocaInsertPoint()
113 return llvm::OpenMPIRBuilder::InsertPointTy( in findAllocaInsertPoint()
254 using InsertPointTy = llvm::OpenMPIRBuilder::InsertPointTy; in convertOmpParallel() typedef
259 auto bodyGenCB = [&](InsertPointTy allocaIP, InsertPointTy codeGenIP) { in convertOmpParallel()
274 auto privCB = [&](InsertPointTy allocaIP, InsertPointTy codeGenIP, in convertOmpParallel()
276 llvm::Value *&replacementValue) -> InsertPointTy { in convertOmpParallel()
284 auto finiCB = [&](InsertPointTy codeGenIP) {}; in convertOmpParallel()
298 llvm::OpenMPIRBuilder::InsertPointTy allocaIP = in convertOmpParallel()
312 using InsertPointTy = llvm::OpenMPIRBuilder::InsertPointTy; in convertOmpMaster() typedef
317 auto bodyGenCB = [&](InsertPointTy allocaIP, InsertPointTy codeGenIP) { in convertOmpMaster()
327 auto finiCB = [&](InsertPointTy codeGenIP) {}; in convertOmpMaster()
339 using InsertPointTy = llvm::OpenMPIRBuilder::InsertPointTy; in convertOmpCritical() typedef
345 auto bodyGenCB = [&](InsertPointTy allocaIP, InsertPointTy codeGenIP) { in convertOmpCritical()
355 auto finiCB = [&](InsertPointTy codeGenIP) {}; in convertOmpCritical()
461 using OwningReductionGen = std::function<llvm::OpenMPIRBuilder::InsertPointTy(
462 llvm::OpenMPIRBuilder::InsertPointTy, llvm::Value *, llvm::Value *,
465 std::function<llvm::OpenMPIRBuilder::InsertPointTy(
466 llvm::OpenMPIRBuilder::InsertPointTy, llvm::Type *, llvm::Value *,
480 [&, decl](llvm::OpenMPIRBuilder::InsertPointTy insertPoint, in makeReductionGen()
491 return llvm::OpenMPIRBuilder::InsertPointTy(); in makeReductionGen()
514 [&, decl](llvm::OpenMPIRBuilder::InsertPointTy insertPoint, llvm::Type *, in makeAtomicReductionGen()
524 return llvm::OpenMPIRBuilder::InsertPointTy(); in makeAtomicReductionGen()
551 llvm::OpenMPIRBuilder::InsertPointTy allocaIP = in convertOmpOrdered()
565 using InsertPointTy = llvm::OpenMPIRBuilder::InsertPointTy; in convertOmpOrderedRegion() typedef
576 auto bodyGenCB = [&](InsertPointTy allocaIP, InsertPointTy codeGenIP) { in convertOmpOrderedRegion()
586 auto finiCB = [&](InsertPointTy codeGenIP) {}; in convertOmpOrderedRegion()
598 using InsertPointTy = llvm::OpenMPIRBuilder::InsertPointTy; in convertOmpSections() typedef
623 InsertPointTy allocaIP, InsertPointTy codeGenIP) { in convertOmpSections()
642 auto privCB = [&](InsertPointTy, InsertPointTy codeGenIP, llvm::Value &, in convertOmpSections()
644 llvm::Value *&replacementValue) -> InsertPointTy { in convertOmpSections() argument
651 auto finiCB = [&](InsertPointTy codeGenIP) {}; in convertOmpSections()
653 llvm::OpenMPIRBuilder::InsertPointTy allocaIP = in convertOmpSections()
666 using InsertPointTy = llvm::OpenMPIRBuilder::InsertPointTy; in convertOmpSingle() typedef
669 auto bodyCB = [&](InsertPointTy allocaIP, InsertPointTy codegenIP) { in convertOmpSingle()
674 auto finiCB = [&](InsertPointTy codeGenIP) {}; in convertOmpSingle()
684 using InsertPointTy = llvm::OpenMPIRBuilder::InsertPointTy; in convertOmpTaskOp() typedef
691 auto bodyCB = [&](InsertPointTy allocaIP, InsertPointTy codegenIP) { in convertOmpTaskOp()
696 llvm::OpenMPIRBuilder::InsertPointTy allocaIP = in convertOmpTaskOp()
728 llvm::OpenMPIRBuilder::InsertPointTy allocaIP = in convertOmpWsLoop()
776 SmallVector<llvm::OpenMPIRBuilder::InsertPointTy> bodyInsertPoints; in convertOmpWsLoop()
778 auto bodyGen = [&](llvm::OpenMPIRBuilder::InsertPointTy ip, llvm::Value *iv) { in convertOmpWsLoop()
813 llvm::OpenMPIRBuilder::InsertPointTy computeIP = ompLoc.IP; in convertOmpWsLoop()
888 llvm::OpenMPIRBuilder::InsertPointTy contInsertPoint = in convertOmpWsLoop()
913 SmallVector<llvm::OpenMPIRBuilder::InsertPointTy> bodyInsertPoints; in convertOmpSimdLoop()
920 auto bodyGen = [&](llvm::OpenMPIRBuilder::InsertPointTy ip, llvm::Value *iv) { in convertOmpSimdLoop()
955 llvm::OpenMPIRBuilder::InsertPointTy computeIP = ompLoc.IP; in convertOmpSimdLoop()