Lines Matching refs:UB
2880 LoopArgs.LB, LoopArgs.UB, LoopArgs.ST); in EmitOMPOuterLoop()
3033 CGDispatchBounds(*this, S, LoopArgs.LB, LoopArgs.UB); in EmitOMPForOuterLoop()
3042 IVSize, IVSigned, Ordered, LoopArgs.IL, LoopArgs.LB, LoopArgs.UB, in EmitOMPForOuterLoop()
3057 OMPLoopArguments OuterLoopArgs(LoopArgs.LB, LoopArgs.UB, LoopArgs.ST, in EmitOMPForOuterLoop()
3093 LoopArgs.UB, LoopArgs.ST, LoopArgs.Chunk); in EmitOMPDistributeOuterLoop()
3109 OuterLoopArgs.UB = LoopArgs.UB; in EmitOMPDistributeOuterLoop()
3142 LValue UB = in emitDistributeParallelForInnerBounds() local
3167 CGF.EmitStoreOfScalar(PrevUBVal, UB); in emitDistributeParallelForInnerBounds()
3169 return {LB, UB}; in emitDistributeParallelForInnerBounds()
3182 Address LB, Address UB) { in emitDistributeParallelForDispatchBounds() argument
3193 CGF.EmitLoadOfScalar(UB, /*Volatile=*/false, IteratorTy, S.getBeginLoc()); in emitDistributeParallelForDispatchBounds()
3206 LValue UB = in emitDistributeParallelForDistributeInnerBoundParams() local
3210 CGF.Builder.CreateLoad(UB.getAddress()), CGF.SizeTy, /*isSigned=*/false); in emitDistributeParallelForDistributeInnerBoundParams()
3365 LValue UB = Bounds.second; in EmitOMPWorksharingLoop() local
3453 [IVSize, IVSigned, Ordered, IL, LB, UB, ST, StaticChunkedOne, Chunk, in EmitOMPWorksharingLoop()
3463 UB.getAddress(), ST.getAddress(), in EmitOMPWorksharingLoop()
3506 OMPLoopArguments LoopArguments(LB.getAddress(), UB.getAddress(), in EmitOMPWorksharingLoop()
3558 LValue UB = in emitForLoopBounds() local
3560 return {LB, UB}; in emitForLoopBounds()
3569 Address LB, Address UB) { in emitDispatchForLoopBounds() argument
4036 LValue UB = in EmitSections() local
4047 CodeGenFunction::OpaqueValueMapping OpaqueUB(CGF, &UBRefExpr, UB); in EmitSections()
4114 LB.getAddress(), UB.getAddress(), ST.getAddress()); in EmitSections()
4118 llvm::Value *UBVal = CGF.EmitLoadOfScalar(UB, S.getBeginLoc()); in EmitSections()
4121 CGF.EmitStoreOfScalar(MinUBGlobalUB, UB); in EmitSections()
5703 LValue UB = EmitOMPHelperVar( in EmitOMPDistributeLoop() local
5768 LB.getAddress(), UB.getAddress(), ST.getAddress(), in EmitOMPDistributeLoop()
5844 LB.getAddress(), UB.getAddress(), ST.getAddress(), IL.getAddress(), in EmitOMPDistributeLoop()