Home
last modified time | relevance | path

Searched refs:LBPtr (Results 1 – 6 of 6) sorted by relevance

/external/llvm-project/polly/lib/CodeGen/
DLoopGeneratorsKMP.cpp155 Value *LBPtr = Builder.CreateAlloca(LongType, nullptr, "polly.par.LBPtr"); in createSubFn() local
187 Builder.CreateAlignedStore(LB, LBPtr, Alignment); in createSubFn()
212 createCallDispatchNext(ID, IsLastPtr, LBPtr, UBPtr, StridePtr); in createSubFn()
219 HasWork = createCallDispatchNext(ID, IsLastPtr, LBPtr, UBPtr, StridePtr); in createSubFn()
226 LB = Builder.CreateAlignedLoad(LBPtr, Alignment, "polly.indvar.LB"); in createSubFn()
235 createCallStaticInit(ID, IsLastPtr, LBPtr, UBPtr, StridePtr, ChunkSize); in createSubFn()
240 LB = Builder.CreateAlignedLoad(LBPtr, Alignment, "polly.indvar.LB"); in createSubFn()
255 LB = Builder.CreateAlignedLoad(LBPtr, Alignment, in createSubFn()
274 Builder.CreateAlignedStore(NextLB, LBPtr, Alignment); in createSubFn()
356 Value *LBPtr, Value *UBPtr, in createCallStaticInit() argument
[all …]
DLoopGeneratorsGOMP.cpp127 Value *LBPtr = Builder.CreateAlloca(LongType, nullptr, "polly.par.LBPtr"); in createSubFn() local
138 Value *Next = createCallGetWorkItem(LBPtr, UBPtr); in createSubFn()
145 Value *LB = Builder.CreateLoad(LBPtr, "polly.par.LB"); in createSubFn()
172 Value *ParallelLoopGeneratorGOMP::createCallGetWorkItem(Value *LBPtr, in createCallGetWorkItem() argument
186 Value *Args[] = {LBPtr, UBPtr}; in createCallGetWorkItem()
/external/llvm-project/polly/include/polly/CodeGen/
DLoopGeneratorsKMP.h116 Value *LBPtr, Value *UBPtr, Value *StridePtr);
129 Value *LBPtr, Value *UBPtr, Value *StridePtr,
DLoopGeneratorsGOMP.h66 Value *createCallGetWorkItem(Value *LBPtr, Value *UBPtr);
/external/llvm-project/polly/test/Isl/CodeGen/OpenMP/
Dsingle_loop.ll48 ; IR-NEXT: %polly.par.LBPtr = alloca i64
58 ; IR-NEXT: %[[parnext:[._a-zA-Z0-9]*]] = call i8 @GOMP_loop_runtime_next(i64* %polly.par.LBPtr, i…
63 ; IR-NEXT: %polly.par.LB = load i64, i64* %polly.par.LBPtr
105 ; LIBOMP-IR-STATIC-CHUNKED-NEXT: %polly.par.LBPtr = alloca i64
111 ; LIBOMP-IR-STATIC-CHUNKED-NEXT: store i64 %polly.kmpc.lb, i64* %polly.par.LBPtr
117 …olly.par.global_tid, i32 33, i32* %polly.par.lastIterPtr, i64* %polly.par.LBPtr, i64* %polly.par.U…
119 ; LIBOMP-IR-STATIC-CHUNKED-NEXT: %polly.indvar.LB = load i64, i64* %polly.par.LBPtr
136 ; LIBOMP-IR-STATIC-CHUNKED-NEXT: store i64 %polly.indvar.nextLB, i64* %polly.par.LBPtr, align 8
142 ; LIBOMP-IR-STATIC-CHUNKED-NEXT: %polly.indvar.LB.entry = load i64, i64* %polly.par.LBPtr, align 8
167 …olly.par.global_tid, i32 34, i32* %polly.par.lastIterPtr, i64* %polly.par.LBPtr, i64* %polly.par.U…
[all …]
/external/llvm-project/polly/docs/experiments/matmul/
Dmatmul.polly.interchanged+tiled+vector+openmp.ll92 %polly.par.LBPtr = 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)
108 %polly.par.LB = load i64, i64* %polly.par.LBPtr, align 8
151 %polly.par.LBPtr = alloca i64, align 8
153 %0 = call i8 @GOMP_loop_runtime_next(i64* nonnull %polly.par.LBPtr, i64* nonnull %polly.par.UBPtr)
162 %polly.par.LB = load i64, i64* %polly.par.LBPtr, align 8
173 %6 = call i8 @GOMP_loop_runtime_next(i64* nonnull %polly.par.LBPtr, i64* nonnull %polly.par.UBPtr)
180 %polly.par.LBPtr = alloca i64, align 8
182 %0 = call i8 @GOMP_loop_runtime_next(i64* nonnull %polly.par.LBPtr, i64* nonnull %polly.par.UBPtr)
[all …]