Lines Matching refs:UB
2840 LoopArgs.LB, LoopArgs.UB, LoopArgs.ST); in EmitOMPOuterLoop()
2991 CGDispatchBounds(*this, S, LoopArgs.LB, LoopArgs.UB); in EmitOMPForOuterLoop()
3000 IVSize, IVSigned, Ordered, LoopArgs.IL, LoopArgs.LB, LoopArgs.UB, in EmitOMPForOuterLoop()
3015 OMPLoopArguments OuterLoopArgs(LoopArgs.LB, LoopArgs.UB, LoopArgs.ST, in EmitOMPForOuterLoop()
3047 LoopArgs.UB, LoopArgs.ST, LoopArgs.Chunk); in EmitOMPDistributeOuterLoop()
3063 OuterLoopArgs.UB = LoopArgs.UB; in EmitOMPDistributeOuterLoop()
3095 LValue UB = in emitDistributeParallelForInnerBounds() local
3120 CGF.EmitStoreOfScalar(PrevUBVal, UB); in emitDistributeParallelForInnerBounds()
3122 return {LB, UB}; in emitDistributeParallelForInnerBounds()
3135 Address LB, Address UB) { in emitDistributeParallelForDispatchBounds() argument
3146 CGF.EmitLoadOfScalar(UB, /*Volatile=*/false, IteratorTy, S.getBeginLoc()); in emitDistributeParallelForDispatchBounds()
3160 LValue UB = in emitDistributeParallelForDistributeInnerBoundParams() local
3164 CGF.Builder.CreateIntCast(CGF.Builder.CreateLoad(UB.getAddress(CGF)), in emitDistributeParallelForDistributeInnerBoundParams()
3320 LValue UB = Bounds.second; in EmitOMPWorksharingLoop() local
3408 [IVSize, IVSigned, Ordered, IL, LB, UB, ST, StaticChunkedOne, Chunk, in EmitOMPWorksharingLoop()
3418 LB.getAddress(CGF), UB.getAddress(CGF), ST.getAddress(CGF), in EmitOMPWorksharingLoop()
3462 LB.getAddress(*this), UB.getAddress(*this), ST.getAddress(*this), in EmitOMPWorksharingLoop()
3512 LValue UB = in emitForLoopBounds() local
3514 return {LB, UB}; in emitForLoopBounds()
3523 Address LB, Address UB) { in emitDispatchForLoopBounds() argument
3991 LValue UB = in EmitSections() local
4002 CodeGenFunction::OpaqueValueMapping OpaqueUB(CGF, &UBRefExpr, UB); in EmitSections()
4069 LB.getAddress(CGF), UB.getAddress(CGF), ST.getAddress(CGF)); in EmitSections()
4073 llvm::Value *UBVal = CGF.EmitLoadOfScalar(UB, S.getBeginLoc()); in EmitSections()
4076 CGF.EmitStoreOfScalar(MinUBGlobalUB, UB); in EmitSections()
5649 LValue UB = EmitOMPHelperVar( in EmitOMPDistributeLoop() local
5714 LB.getAddress(*this), UB.getAddress(*this), ST.getAddress(*this), in EmitOMPDistributeLoop()
5790 LB.getAddress(*this), UB.getAddress(*this), ST.getAddress(*this), in EmitOMPDistributeLoop()