Searched refs:UBPtr (Results 1 – 6 of 6) sorted by relevance
/external/llvm-project/polly/lib/CodeGen/ |
D | LoopGeneratorsKMP.cpp | 156 Value *UBPtr = Builder.CreateAlloca(LongType, nullptr, "polly.par.UBPtr"); in createSubFn() local 188 Builder.CreateAlignedStore(UB, UBPtr, Alignment); in createSubFn() 212 createCallDispatchNext(ID, IsLastPtr, LBPtr, UBPtr, StridePtr); in createSubFn() 219 HasWork = createCallDispatchNext(ID, IsLastPtr, LBPtr, UBPtr, StridePtr); in createSubFn() 227 UB = Builder.CreateAlignedLoad(UBPtr, Alignment, "polly.indvar.UB"); in createSubFn() 234 Builder.CreateAlignedStore(AdjustedUB, UBPtr, Alignment); in createSubFn() 235 createCallStaticInit(ID, IsLastPtr, LBPtr, UBPtr, StridePtr, ChunkSize); in createSubFn() 241 UB = Builder.CreateAlignedLoad(UBPtr, Alignment, "polly.indvar.UB.temp"); in createSubFn() 247 Builder.CreateAlignedStore(UB, UBPtr, Alignment); in createSubFn() 257 UB = Builder.CreateAlignedLoad(UBPtr, Alignment, in createSubFn() [all …]
|
D | LoopGeneratorsGOMP.cpp | 128 Value *UBPtr = Builder.CreateAlloca(LongType, nullptr, "polly.par.UBPtr"); in createSubFn() local 138 Value *Next = createCallGetWorkItem(LBPtr, UBPtr); in createSubFn() 146 Value *UB = Builder.CreateLoad(UBPtr, "polly.par.UB"); in createSubFn() 173 Value *UBPtr) { in createCallGetWorkItem() argument 186 Value *Args[] = {LBPtr, UBPtr}; in createCallGetWorkItem()
|
/external/llvm-project/polly/test/Isl/CodeGen/OpenMP/ |
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… 117 …2 33, i32* %polly.par.lastIterPtr, i64* %polly.par.LBPtr, i64* %polly.par.UBPtr, i64* %polly.par.S… 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 [all …]
|
/external/llvm-project/polly/include/polly/CodeGen/ |
D | LoopGeneratorsKMP.h | 116 Value *LBPtr, Value *UBPtr, Value *StridePtr); 129 Value *LBPtr, Value *UBPtr, Value *StridePtr,
|
D | LoopGeneratorsGOMP.h | 66 Value *createCallGetWorkItem(Value *LBPtr, Value *UBPtr);
|
/external/llvm-project/polly/docs/experiments/matmul/ |
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 …]
|