Home
last modified time | relevance | path

Searched refs:gr (Results 1 – 24 of 24) sorted by relevance

/llvm-project-15.0.7/llvm/test/CodeGen/XCore/
H A Dlinkage.ll5 call void @fr(i32* @gd, i32* @gr)
48 ; CHECK: .weak gr
49 @gr = extern_weak global i32
/llvm-project-15.0.7/compiler-rt/test/sanitizer_common/TestCases/Posix/
H A Dgetpw_getgr.cpp64 T gr; in test_r() local
67 assert(!f(args..., &gr, buff, sizeof(buff), &result)); in test_r()
68 Check(&gr); in test_r()
/llvm-project-15.0.7/clang/test/CodeGenCXX/
H A Dreferences.cpp18 int& gr = g; variable
19 int& grr = gr;
21 int b = gr; in t3()
H A Dmicrosoft-uuidof.cpp55 const GUID& gr = __uuidof(S1); variable
/llvm-project-15.0.7/clang/test/Sema/
H A Dext_vector_components.c61 vec2.gr = vec2_2.rg; in test()
62 vec2.gr.g = vec2_2.r; in test()
/llvm-project-15.0.7/llvm/test/tools/yaml2obj/ELF/
H A Ddynamic-section-raw-content.yaml48 # RUN: yaml2obj -DSIZE=3 -DCONTENT="'0011'" %s -o %t.cont.size.gr.o
49 # RUN: llvm-readobj --sections --section-data %t.cont.size.gr.o | \
H A Dreloc-sec.yaml31 # RUN: yaml2obj -DSIZE=3 -DCONTENT="'0011'" %s -o %t.cont.size.gr.o
32 # RUN: llvm-readobj --sections --section-data %t.cont.size.gr.o | \
H A Dcontent-array.yaml85 # RUN: yaml2obj --docnum=3 -DSIZE=3 %s -o %t4.gr
86 # RUN: llvm-readobj --sections --section-data %t4.gr | FileCheck %s --check-prefix=SIZE-GR
H A Dgroup.yaml31 # RUN: yaml2obj -DSIZE=3 -DCONTENT="'0011'" %s -o %t.cont.size.gr.o
32 # RUN: llvm-readobj --sections --section-data %t.cont.size.gr.o | \
H A Dllvm-deplibs-section.yaml109 # RUN: yaml2obj --docnum=2 -DSIZE=3 -DCONTENT="'0011'" %s -o %t.cont.size.gr.o
110 # RUN: llvm-readobj --sections --section-data %t.cont.size.gr.o | \
H A Dlinker-options.yaml137 # RUN: yaml2obj --docnum=4 -DSIZE=3 -DCONTENT="'0011'" %s -o %t.cont.size.gr.o
138 # RUN: llvm-readobj --sections --section-data %t.cont.size.gr.o | \
H A Darm-exidx-section.yaml110 # RUN: yaml2obj --docnum=3 -DCONTENT="'00'" -DSIZE=2 %s -o %t.cont.size.gr.o
111 # RUN: llvm-readobj --sections --section-data %t.cont.size.gr.o | \
H A Dverneed-section.yaml136 # RUN: yaml2obj --docnum=2 -DCONTENT="'00'" -DSIZE=2 %s -o %t.cont.size.gr.o
137 # RUN: llvm-readobj --sections --section-data %t.cont.size.gr.o | \
H A Dversym-section.yaml141 # RUN: yaml2obj --docnum=3 -DSIZE=3 -DCONTENT="'0011'" %s -o %t.cont.size.gr.o
142 # RUN: llvm-readobj --sections --section-data %t.cont.size.gr.o | \
H A Dsht-symtab-shndx.yaml155 # RUN: yaml2obj --docnum=6 -DSIZE=8 -DSYMTAB=0x36 -DCONTENT="'00112233'" %s -o %t.cont.size.gr.o
156 # RUN: llvm-readobj --sections --section-data %t.cont.size.gr.o | \
H A Dcall-graph-profile-section.yaml129 # RUN: yaml2obj --docnum=4 -DSIZE=3 -DCONTENT="'0011'" %s -o %t.cont.size.gr.o
130 # RUN: llvm-readobj --sections --section-data %t.cont.size.gr.o | \
H A Drelr-section.yaml164 # RUN: yaml2obj --docnum=6 -DSIZE=3 -DCONTENT="'0011'" %s -o %t.cont.size.gr.o
165 # RUN: llvm-readobj --sections --section-data %t.cont.size.gr.o | \
H A Dverdef-section.yaml195 # RUN: yaml2obj --docnum=4 -DSIZE=3 -DCONTENT="'0011'" %s -o %t.cont.size.gr.o
196 # RUN: llvm-readobj --sections --section-data %t.cont.size.gr.o | \
H A Dgnu-hash-section.yaml304 # RUN: yaml2obj --docnum=13 -DSIZE=3 -DCONTENT="'0011'" %s -o %t.cont.size.gr.o
305 # RUN: llvm-readobj --sections --section-data %t.cont.size.gr.o | \
/llvm-project-15.0.7/openmp/runtime/src/thirdparty/ittnotify/
H A Dittnotify_static.cpp1203 char gr[255]; in __itt_get_groups() local
1206 int min_len = __itt_min(len, (int)(sizeof(gr) - 1)); in __itt_get_groups()
1207 __itt_fstrcpyn(gr, sizeof(gr) - 1, chunk, min_len); in __itt_get_groups()
1208 gr[min_len] = 0; in __itt_get_groups()
1211 if (!__itt_fstrcmp(gr, group_list[i].name)) { in __itt_get_groups()
/llvm-project-15.0.7/clang/test/CodeGen/
H A Dext-vector.c326 vec2.gr = vec2; in test_rgba()
/llvm-project-15.0.7/clang/test/CXX/drs/
H A Ddr1xx.cpp293 virtual void gr() throw(C&);
326 virtual void gr() throw(G&);
/llvm-project-15.0.7/flang/lib/Optimizer/CodeGen/
H A DCodeGen.cpp2687 auto &gr = g.getInitializerRegion(); in matchAndRewrite() local
2688 rewriter.inlineRegionBefore(global.getRegion(), gr, gr.end()); in matchAndRewrite()
2689 if (!gr.empty()) { in matchAndRewrite()
2692 auto insertOnRangeOps = gr.front().getOps<fir::InsertOnRangeOp>(); in matchAndRewrite()
/llvm-project-15.0.7/llvm/docs/
H A DLangRef.rst11767 %gr = extractvalue %struct.A %r, 0 ; yields i32