Home
last modified time | relevance | path

Searched refs:scratch (Results 1 – 25 of 213) sorted by relevance

123456789

/llvm-project-15.0.7/polly/lib/External/isl/
H A Disl_int_sioimath.h258 scratch->big.digits = scratch->digits; in isl_sioimath_bigarg_src()
259 scratch->big.alloc = ARRAY_SIZE(scratch->digits); in isl_sioimath_bigarg_src()
268 isl_siomath_uint32_to_digits(num, scratch->digits, &scratch->big.used); in isl_sioimath_bigarg_src()
279 scratch->big.digits = scratch->digits; in isl_sioimath_siarg_src()
280 scratch->big.alloc = ARRAY_SIZE(scratch->digits); in isl_sioimath_siarg_src()
289 isl_siomath_ulong_to_digits(num, scratch->digits, &scratch->big.used); in isl_sioimath_siarg_src()
300 scratch->big.digits = scratch->digits; in isl_sioimath_si64arg_src()
301 scratch->big.alloc = ARRAY_SIZE(scratch->digits); in isl_sioimath_si64arg_src()
319 scratch->big.digits = scratch->digits; in isl_sioimath_uiarg_src()
320 scratch->big.alloc = ARRAY_SIZE(scratch->digits); in isl_sioimath_uiarg_src()
[all …]
H A Disl_val_sioimath.c37 isl_sioimath_scratchspace_t scratch; in isl_val_get_abs_num_chunks() local
47 isl_sioimath_bigarg_src(*v->n, &scratch)); in isl_val_get_abs_num_chunks()
H A Disl_int_sioimath.c25 isl_sioimath_scratchspace_t *scratch);
27 isl_sioimath_scratchspace_t *scratch);
29 isl_sioimath_scratchspace_t *scratch);
31 isl_sioimath_scratchspace_t *scratch);
/llvm-project-15.0.7/llvm/test/CodeGen/Generic/
H A Ddwarf-md5.ll14 ; ASM-4-GAS: .file 1 "/scratch{{/|\\\\}}t1.h"
15 ; ASM-4-GAS: .file 2 "/scratch{{/|\\\\}}t2.h"
18 ; ASM-4: .file 1 "/scratch" "t1.h"
20 ; ASM-4: .file 2 "/scratch" "t2.h"
22 ; ASM-5: .file 0 "/scratch" "t.c" md5 0x00000000000000000000000000000000
52 !3 = !DIFile(filename: "t.c", directory: "/scratch", checksumkind: CSK_MD5, checksum: "000000000000…
57 !8 = !DIFile(filename: "t2.h", directory: "/scratch", checksumkind: CSK_MD5, checksum: "22222222222…
59 !10 = !DIFile(filename: "t1.h", directory: "/scratch", checksumkind: CSK_MD5, checksum: "1111111111…
/llvm-project-15.0.7/llvm/test/Transforms/LoopStrengthReduce/
H A D2012-03-26-constexpr.ll11 define internal fastcc void @someFunction(%struct.this_structure_s.0.5* nocapture %scratch, i32 %st…
13 …%0 = getelementptr inbounds %struct.this_structure_s.0.5, %struct.this_structure_s.0.5* %scratch, …
15 …%2 = getelementptr inbounds %struct.this_structure_s.0.5, %struct.this_structure_s.0.5* %scratch, …
17 …%4 = getelementptr inbounds %struct.this_structure_s.0.5, %struct.this_structure_s.0.5* %scratch, …
32 …%scevgep12 = getelementptr %struct.this_structure_s.0.5, %struct.this_structure_s.0.5* %scratch, i…
33 …%scevgep14 = getelementptr %struct.this_structure_s.0.5, %struct.this_structure_s.0.5* %scratch, i…
/llvm-project-15.0.7/llvm/test/Verifier/
H A DDIFile.ll18 !3 = !DIFile(filename: "t.c", directory: "/scratch")
23 !8 = !DIFile(filename: "./t2.h", directory: "/scratch", checksumkind: CSK_MD5, checksum: "2222")
25 !10 = !DIFile(filename: "./t1.h", directory: "/scratch", checksumkind: CSK_SHA1, checksum: "1234567…
/llvm-project-15.0.7/llvm/test/CodeGen/AMDGPU/
H A Damdpal.ll12 ; Check code sequence for amdpal use of scratch for alloca. This is the case
15 ; PAL-LABEL: {{^}}scratch:
21 define amdgpu_kernel void @scratch(<2 x i32> %in, i32 %idx, i32 addrspace(5)* %out) {
32 ; Check code sequence for amdpal use of scratch for alloca. This is the case
56 ; Check code sequence for amdpal use of scratch for alloca in a compute shader.
57 ; The scratch descriptor is loaded from offset 0x10 of the GIT, rather than offset
H A Dflat-scratch-reg.ll17 ; RUN: llc -march=amdgcn -mtriple=amdgcn--amdhsa -mcpu=gfx900 -mattr=+architected-flat-scratch -ver…
18 ; RUN: llc -march=amdgcn -mtriple=amdgcn--amdhsa -mcpu=gfx900 -mattr=+architected-flat-scratch,-xna…
19 ; RUN: llc -march=amdgcn -mtriple=amdgcn--amdhsa -mcpu=gfx900 -mattr=+architected-flat-scratch,+xna…
21 ; RUN: llc -march=amdgcn -mtriple=amdgcn--amdhsa -mcpu=gfx1010 -mattr=+architected-flat-scratch -ve…
22 ; RUN: llc -march=amdgcn -mtriple=amdgcn--amdhsa -mcpu=gfx1010 -mattr=+architected-flat-scratch,-xn…
23 ; RUN: llc -march=amdgcn -mtriple=amdgcn--amdhsa -mcpu=gfx1010 -mattr=+architected-flat-scratch,+xn…
106 ; scratch usage and implicit flat uses.
H A Dflat-address-space.ll130 %scratch = alloca i32, addrspace(5)
131 %fptr = addrspacecast i32 addrspace(5)* %scratch to i32*
142 %scratch = alloca i32, addrspace(5)
143 %fptr = addrspacecast i32 addrspace(5)* %scratch to i32*
155 %scratch = alloca <2 x i32>, addrspace(5)
156 %fptr = addrspacecast <2 x i32> addrspace(5)* %scratch to <2 x i32>*
168 %scratch = alloca <2 x i32>, addrspace(5)
169 %fptr = addrspacecast <2 x i32> addrspace(5)* %scratch to <2 x i32>*
H A Dspill-scavenge-offset.ll3 ; RUN: llc -march=amdgcn -mattr=-xnack,+enable-flat-scratch -mcpu=gfx900 -enable-misched=0 -post-RA…
4 …=0 -post-RA-scheduler=0 -amdgpu-spill-sgpr-to-vgpr=0 -mattr=+enable-flat-scratch < %s | FileCheck …
10 ; When the offset of VGPR spills into scratch space gets too large, an additional SGPR
11 ; is used to calculate the scratch load/store address. Make sure that this
125 ; allocate enough scratch to go beyond 2^12 addressing
126 %scratch = alloca <1280 x i32>, align 8, addrspace(5)
132 ; make sure scratch is used
134 %sptr0 = getelementptr <1280 x i32>, <1280 x i32> addrspace(5)* %scratch, i32 %x, i32 0
H A Dspill-alloc-sgpr-init-bug.ll4 ; allocate scratch registers correctly. Check that this test compiles without
18 ; scratch resource descriptor
H A Dspill-offset-calculation.ll2 …le-misched=0 -post-RA-scheduler=0 -stress-regalloc=8 -mattr=+enable-flat-scratch < %s | FileCheck …
11 ; Occupy 4092 bytes of scratch, so the offset of the spill of %a just fits in
33 ; Occupy 4096 bytes of scratch, so the offset of the spill of %a does not
61 ; Occupy 4096 bytes of scratch, so the offset of the spill of %a does not
112 ; Occupy 4096 bytes of scratch, so the offset of the spill of %a does not
164 ; Occupy 4088 bytes of scratch, so that the spill of the last subreg of %a
194 ; Occupy 4092 bytes of scratch, so that the spill of the last subreg of %a
226 ; Occupy enough bytes of scratch, so the offset of the spill of %a
250 ; Occupy 4096 bytes of scratch, so the offset of the spill of %a does not
280 ; Occupy 4084 bytes of scratch, so that the spill of the last subreg of %a
[all …]
/llvm-project-15.0.7/llvm/test/DebugInfo/X86/
H A Dline-info.ll42 !1 = !DIFile(filename: "list0.c", directory: "/usr/local/google/home/blaikie/dev/scratch")
45 !5 = !DIFile(filename: "./list0.h", directory: "/usr/local/google/home/blaikie/dev/scratch")
46 !6 = !DIFile(filename: "./list0.h", directory: "/usr/local/google/home/blaikie/dev/scratch")
51 !11 = !DIFile(filename: "list0.c", directory: "/usr/local/google/home/blaikie/dev/scratch")
H A Darguments.ll52 !1 = !DIFile(filename: "scratch.cpp", directory: "/usr/local/google/home/blaikie/dev/scratch")
55 !5 = !DIFile(filename: "scratch.cpp", directory: "/usr/local/google/home/blaikie/dev/scratch")
H A Dlazy-fission-comp-dir.ll5 ; CHECK: DW_AT_comp_dir ("/usr/local/google/home/blaikie/dev/scratch")
23 !1 = !DIFile(filename: "main.c", directory: "/usr/local/google/home/blaikie/dev/scratch")
H A Ddebug-names-partial.ll46 !1 = !DIFile(filename: "f1.cpp", directory: "/usr/local/google/home/blaikie/dev/scratch", checksumk…
49 !4 = !DIFile(filename: "f2.cpp", directory: "/usr/local/google/home/blaikie/dev/scratch", checksumk…
51 !6 = !DIFile(filename: "f3.cpp", directory: "/usr/local/google/home/blaikie/dev/scratch", checksumk…
/llvm-project-15.0.7/clang/lib/Analysis/
H A DUninitializedValues.cpp122 ValueVector scratch; member in __anon812707660211::CFGBlockValues
163 scratch.resize(decls); in computeSetOfDeclarations()
183 for (unsigned I = 0, E = scratch.size(); I != E; ++I) in setAllScratchValues()
184 scratch[I] = V; in setAllScratchValues()
190 scratch = source; in mergeIntoScratch()
192 scratch |= source; in mergeIntoScratch()
197 bool changed = (dst != scratch); in updateValueVectorWithScratch()
199 dst = scratch; in updateValueVectorWithScratch()
201 printVector(block, scratch, 0); in updateValueVectorWithScratch()
207 scratch.reset(); in resetScratch()
[all …]
/llvm-project-15.0.7/llvm/test/DebugInfo/Generic/
H A D2010-03-19-DbgDeclare.ll16 !4 = !DIFile(filename: "scratch.cpp", directory: "/usr/local/google/home/blaikie/dev/scratch")
/llvm-project-15.0.7/llvm/test/CodeGen/AArch64/
H A Dextra-callee-save.mir2 # Check that we spill a scratch register, but not also an additional
16 ; $x20 can be used as scratch register.
/llvm-project-15.0.7/llvm/test/Transforms/StripSymbols/
H A Dstrip-cov.ll20 !4 = !{!"/scratch/patatino/build/bin/null.gcno", !"/scratch/patatino/build/bin/null.gcda", !0}
/llvm-project-15.0.7/llvm/test/DebugInfo/COFF/
H A Dtypes-integer-old.ll24 ; ModuleID = '/usr/local/google/home/blaikie/dev/scratch/t.cpp'
25 source_filename = "/usr/local/google/home/blaikie/dev/scratch/t.cpp"
58 !1 = !DIFile(filename: "/usr/local/google/home/blaikie/dev/scratch/t.cpp", directory: "/usr/local/g…
66 !9 = !DIFile(filename: "scratch/t.cpp", directory: "/usr/local/google/home/blaikie/dev", checksumki…
/llvm-project-15.0.7/compiler-rt/lib/tsan/rtl-old/
H A Dtsan_rtl_amd64.S17 # Save scratch registers.
65 push %rbx # non-scratch
80 # Restore scratch registers.
135 # Save scratch registers.
183 push %rbx # non-scratch
198 # Restore scratch registers.
/llvm-project-15.0.7/llvm/test/tools/llvm-symbolizer/
H A Donly-empty-ranges.s33 # CHECK: /scratch/a.cpp:3:3
45 .loc 1 1 0 # /scratch/a.cpp:1:0
51 .loc 1 2 12 prologue_end # /scratch/a.cpp:2:12
53 .loc 1 2 3 # /scratch/a.cpp:2:3
/llvm-project-15.0.7/llvm/test/Transforms/LoadStoreVectorizer/AMDGPU/
H A Dmerge-stores-private.ll1 ; RUN: opt -mtriple=amdgcn-amd-amdhsa -mattr=+max-private-element-size-4,-unaligned-scratch-access …
2 ; RUN: opt -mtriple=amdgcn-amd-amdhsa -mattr=+max-private-element-size-8,-unaligned-scratch-access …
3 ; RUN: opt -mtriple=amdgcn-amd-amdhsa -mattr=+max-private-element-size-16,-unaligned-scratch-access…
4 ; RUN: opt -mtriple=amdgcn-amd-amdhsa -mattr=+max-private-element-size-4,+unaligned-scratch-access …
5 ; RUN: opt -mtriple=amdgcn-amd-amdhsa -mattr=+max-private-element-size-8,+unaligned-scratch-access …
6 ; RUN: opt -mtriple=amdgcn-amd-amdhsa -mattr=+max-private-element-size-16,+unaligned-scratch-access…
/llvm-project-15.0.7/llvm/lib/Target/RISCV/
H A DRISCVInstrInfoA.td161 class PseudoAMO : Pseudo<(outs GPR:$res, GPR:$scratch),
163 let Constraints = "@earlyclobber $res,@earlyclobber $scratch";
185 : Pseudo<(outs GPR:$res, GPR:$scratch),
187 let Constraints = "@earlyclobber $res,@earlyclobber $scratch";
260 : Pseudo<(outs GPR:$res, GPR:$scratch),
262 let Constraints = "@earlyclobber $res,@earlyclobber $scratch";
288 : Pseudo<(outs GPR:$res, GPR:$scratch),
291 let Constraints = "@earlyclobber $res,@earlyclobber $scratch";

123456789