Searched refs:UBPtr (Results 1 – 6 of 6) sorted by relevance
| /llvm-project-15.0.7/polly/lib/CodeGen/ |
| H A D | LoopGeneratorsKMP.cpp | 157 Value *UBPtr = Builder.CreateAlloca(LongType, nullptr, "polly.par.UBPtr"); in createSubFn() local 189 Builder.CreateAlignedStore(UB, UBPtr, Alignment); in createSubFn() 213 createCallDispatchNext(ID, IsLastPtr, LBPtr, UBPtr, StridePtr); in createSubFn() 229 UB = Builder.CreateAlignedLoad(LongType, UBPtr, Alignment, in createSubFn() 237 Builder.CreateAlignedStore(AdjustedUB, UBPtr, Alignment); in createSubFn() 245 UB = Builder.CreateAlignedLoad(LongType, UBPtr, Alignment, in createSubFn() 252 Builder.CreateAlignedStore(UB, UBPtr, Alignment); in createSubFn() 262 UB = Builder.CreateAlignedLoad(LongType, UBPtr, Alignment, in createSubFn() 280 Builder.CreateAlignedStore(NextUB, UBPtr, Alignment); in createSubFn() 399 UBPtr, in createCallStaticInit() [all …]
|
| H A D | LoopGeneratorsGOMP.cpp | 130 Value *UBPtr = Builder.CreateAlloca(LongType, nullptr, "polly.par.UBPtr"); in createSubFn() local 140 Value *Next = createCallGetWorkItem(LBPtr, UBPtr); in createSubFn() 148 Value *UB = Builder.CreateLoad(LongType, UBPtr, "polly.par.UB"); in createSubFn() 175 Value *UBPtr) { in createCallGetWorkItem() argument 188 Value *Args[] = {LBPtr, UBPtr}; in createCallGetWorkItem()
|
| /llvm-project-15.0.7/polly/test/CodeGen/OpenMP/ |
| H A D | single_loop.ll | 49 ; IR-NEXT: %polly.par.UBPtr = alloca i64 58 …xt:[._a-zA-Z0-9]*]] = call i8 @GOMP_loop_runtime_next(i64* %polly.par.LBPtr, i64* %polly.par.UBPtr) 64 ; IR-NEXT: %polly.par.UB = load i64, i64* %polly.par.UBPtr 106 ; LIBOMP-IR-STATIC-CHUNKED-NEXT: %polly.par.UBPtr = alloca i64 112 ; LIBOMP-IR-STATIC-CHUNKED-NEXT: store i64 %polly.kmpc.ub, i64* %polly.par.UBPtr 116 ; LIBOMP-IR-STATIC-CHUNKED-NEXT: store i64 %polly.indvar.UBAdjusted, i64* %polly.par.UBPtr, align… 120 ; LIBOMP-IR-STATIC-CHUNKED-NEXT: %polly.indvar.UB.temp = load i64, i64* %polly.par.UBPtr 123 ; LIBOMP-IR-STATIC-CHUNKED-NEXT: store i64 %polly.indvar.UB, i64* %polly.par.UBPtr, align 8 137 ; LIBOMP-IR-STATIC-CHUNKED-NEXT: store i64 %polly.indvar.nextUB, i64* %polly.par.UBPtr, align 8 143 ; LIBOMP-IR-STATIC-CHUNKED-NEXT: %polly.indvar.UB.entry = load i64, i64* %polly.par.UBPtr, align 8 [all …]
|
| /llvm-project-15.0.7/polly/include/polly/CodeGen/ |
| H A D | LoopGeneratorsKMP.h | 117 Value *LBPtr, Value *UBPtr, Value *StridePtr); 130 Value *LBPtr, Value *UBPtr, Value *StridePtr,
|
| H A D | LoopGeneratorsGOMP.h | 65 Value *createCallGetWorkItem(Value *LBPtr, Value *UBPtr);
|
| /llvm-project-15.0.7/polly/docs/experiments/matmul/ |
| H A D | matmul.polly.interchanged+tiled+vector+openmp.ll | 93 %polly.par.UBPtr = alloca i64, align 8 94 %0 = call i8 @GOMP_loop_runtime_next(i64* nonnull %polly.par.LBPtr, i64* nonnull %polly.par.UBPtr) 103 %2 = call i8 @GOMP_loop_runtime_next(i64* nonnull %polly.par.LBPtr, i64* nonnull %polly.par.UBPtr) 109 %polly.par.UB = load i64, i64* %polly.par.UBPtr, align 8 152 %polly.par.UBPtr = alloca i64, align 8 153 %0 = call i8 @GOMP_loop_runtime_next(i64* nonnull %polly.par.LBPtr, i64* nonnull %polly.par.UBPtr) 163 %polly.par.UB = load i64, i64* %polly.par.UBPtr, align 8 173 %6 = call i8 @GOMP_loop_runtime_next(i64* nonnull %polly.par.LBPtr, i64* nonnull %polly.par.UBPtr) 181 %polly.par.UBPtr = alloca i64, align 8 182 %0 = call i8 @GOMP_loop_runtime_next(i64* nonnull %polly.par.LBPtr, i64* nonnull %polly.par.UBPtr) [all …]
|