Home
last modified time | relevance | path

Searched refs:CyclesInCurrentScop (Results 1 – 9 of 9) sorted by relevance

/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/polly/lib/CodeGen/
H A DPerfMonitor.cpp178 Value *CyclesInCurrentScop = in AppendScopReporting() local
190 CyclesInCurrentScop, ", ", TripCountForCurrentScop, "\n"); in AppendScopReporting()
287 Value *CyclesInCurrentScop = Builder.CreateLoad(CyclesInCurrentScopPtr, true); in insertRegionEnd() local
288 CyclesInCurrentScop = Builder.CreateAdd(CyclesInCurrentScop, CyclesInScop); in insertRegionEnd()
289 Builder.CreateStore(CyclesInCurrentScop, CyclesInCurrentScopPtr, true); in insertRegionEnd()
/dports/devel/llvm12/llvm-project-12.0.1.src/polly/lib/CodeGen/
H A DPerfMonitor.cpp178 Value *CyclesInCurrentScop = in AppendScopReporting() local
190 CyclesInCurrentScop, ", ", TripCountForCurrentScop, "\n"); in AppendScopReporting()
287 Value *CyclesInCurrentScop = Builder.CreateLoad(CyclesInCurrentScopPtr, true); in insertRegionEnd() local
288 CyclesInCurrentScop = Builder.CreateAdd(CyclesInCurrentScop, CyclesInScop); in insertRegionEnd()
289 Builder.CreateStore(CyclesInCurrentScop, CyclesInCurrentScopPtr, true); in insertRegionEnd()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/polly/lib/CodeGen/
H A DPerfMonitor.cpp178 Value *CyclesInCurrentScop = in AppendScopReporting() local
190 CyclesInCurrentScop, ", ", TripCountForCurrentScop, "\n"); in AppendScopReporting()
287 Value *CyclesInCurrentScop = Builder.CreateLoad(CyclesInCurrentScopPtr, true); in insertRegionEnd() local
288 CyclesInCurrentScop = Builder.CreateAdd(CyclesInCurrentScop, CyclesInScop); in insertRegionEnd()
289 Builder.CreateStore(CyclesInCurrentScop, CyclesInCurrentScopPtr, true); in insertRegionEnd()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/polly/lib/CodeGen/
H A DPerfMonitor.cpp178 Value *CyclesInCurrentScop = in AppendScopReporting() local
190 CyclesInCurrentScop, ", ", TripCountForCurrentScop, "\n"); in AppendScopReporting()
287 Value *CyclesInCurrentScop = Builder.CreateLoad(CyclesInCurrentScopPtr, true); in insertRegionEnd() local
288 CyclesInCurrentScop = Builder.CreateAdd(CyclesInCurrentScop, CyclesInScop); in insertRegionEnd()
289 Builder.CreateStore(CyclesInCurrentScop, CyclesInCurrentScopPtr, true); in insertRegionEnd()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/polly/lib/CodeGen/
H A DPerfMonitor.cpp179 Value *CyclesInCurrentScop = in AppendScopReporting() local
191 CyclesInCurrentScop, ", ", TripCountForCurrentScop, "\n"); in AppendScopReporting()
288 Value *CyclesInCurrentScop = Builder.CreateLoad(CyclesInCurrentScopPtr, true); in insertRegionEnd() local
289 CyclesInCurrentScop = Builder.CreateAdd(CyclesInCurrentScop, CyclesInScop); in insertRegionEnd()
290 Builder.CreateStore(CyclesInCurrentScop, CyclesInCurrentScopPtr, true); in insertRegionEnd()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/polly/lib/CodeGen/
H A DPerfMonitor.cpp180 Value *CyclesInCurrentScop = in AppendScopReporting() local
192 CyclesInCurrentScop, ", ", TripCountForCurrentScop, "\n"); in AppendScopReporting()
292 Value *CyclesInCurrentScop = in insertRegionEnd() local
294 CyclesInCurrentScop = Builder.CreateAdd(CyclesInCurrentScop, CyclesInScop); in insertRegionEnd()
295 Builder.CreateStore(CyclesInCurrentScop, CyclesInCurrentScopPtr, true); in insertRegionEnd()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/polly/lib/CodeGen/
H A DPerfMonitor.cpp180 Value *CyclesInCurrentScop = in AppendScopReporting() local
192 CyclesInCurrentScop, ", ", TripCountForCurrentScop, "\n"); in AppendScopReporting()
292 Value *CyclesInCurrentScop = in insertRegionEnd() local
294 CyclesInCurrentScop = Builder.CreateAdd(CyclesInCurrentScop, CyclesInScop); in insertRegionEnd()
295 Builder.CreateStore(CyclesInCurrentScop, CyclesInCurrentScopPtr, true); in insertRegionEnd()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/polly/lib/CodeGen/
H A DPerfMonitor.cpp180 Value *CyclesInCurrentScop = in AppendScopReporting() local
192 CyclesInCurrentScop, ", ", TripCountForCurrentScop, "\n"); in AppendScopReporting()
292 Value *CyclesInCurrentScop = in insertRegionEnd() local
294 CyclesInCurrentScop = Builder.CreateAdd(CyclesInCurrentScop, CyclesInScop); in insertRegionEnd()
295 Builder.CreateStore(CyclesInCurrentScop, CyclesInCurrentScopPtr, true); in insertRegionEnd()
/dports/devel/llvm13/llvm-project-13.0.1.src/polly/lib/CodeGen/
H A DPerfMonitor.cpp180 Value *CyclesInCurrentScop =
192 CyclesInCurrentScop, ", ", TripCountForCurrentScop, "\n");
292 Value *CyclesInCurrentScop =
294 CyclesInCurrentScop = Builder.CreateAdd(CyclesInCurrentScop, CyclesInScop);
295 Builder.CreateStore(CyclesInCurrentScop, CyclesInCurrentScopPtr, true);