search for: omp_update

Displaying 4 results from an estimated 4 matches for "omp_update".

Did you mean: mmu_update
2012 Oct 02
0
[LLVMdev] [RFC] OpenMP Representation in LLVM IR
...---------- > read | OMP_READ > ------------------------------------------------------------ > write | OMP_WRITE > ------------------------------------------------------------ > update | OMP_UPDATE > ------------------------------------------------------------ > capture | OMP_CAPTURE > > Here is an example of OpenMP clause with a predefined value and its > representation in LLVM IR: > > C/C++ > ----- > #pragma omp atomic read > >...
2012 Sep 28
11
[LLVMdev] [RFC] OpenMP Representation in LLVM IR
...----------------------------------- read | OMP_READ ------------------------------------------------------------ write | OMP_WRITE ------------------------------------------------------------ update | OMP_UPDATE ------------------------------------------------------------ capture | OMP_CAPTURE Here is an example of OpenMP clause with a predefined value and its representation in LLVM IR: C/C++ ----- #pragma omp atomic read LLVM IR ------- call void @llvm.omp.simple(metadata...
2012 Oct 03
0
[LLVMdev] [RFC] OpenMP Representation in LLVM IR
...---------- > read | OMP_READ > ------------------------------------------------------------ > write | OMP_WRITE > ------------------------------------------------------------ > update | OMP_UPDATE > ------------------------------------------------------------ > capture | OMP_CAPTURE > > Here is an example of OpenMP clause with a predefined value and its > representation in LLVM IR: > > C/C++ > ----- > #pragma omp atomic read > &...
2012 Sep 28
0
[LLVMdev] [RFC] OpenMP Representation in LLVM IR
...---------- > read | OMP_READ > ------------------------------------------------------------ > write | OMP_WRITE > ------------------------------------------------------------ > update | OMP_UPDATE > ------------------------------------------------------------ > capture | OMP_CAPTURE > > Here is an example of OpenMP clause with a predefined value and its > representation in LLVM IR: > > C/C++ > ----- > #pragma omp atomic read > &...