| /llvm-project-15.0.7/polly/lib/External/isl/ |
| H A D | isl_int_sioimath.h | 258 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 D | isl_val_sioimath.c | 37 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 D | isl_int_sioimath.c | 25 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 D | dwarf-md5.ll | 14 ; 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 D | 2012-03-26-constexpr.ll | 11 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 D | DIFile.ll | 18 !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 D | amdpal.ll | 12 ; 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 D | flat-scratch-reg.ll | 17 ; 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 D | flat-address-space.ll | 130 %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 D | spill-scavenge-offset.ll | 3 ; 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 D | spill-alloc-sgpr-init-bug.ll | 4 ; allocate scratch registers correctly. Check that this test compiles without 18 ; scratch resource descriptor
|
| H A D | spill-offset-calculation.ll | 2 …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 D | line-info.ll | 42 !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 D | arguments.ll | 52 !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 D | lazy-fission-comp-dir.ll | 5 ; 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 D | debug-names-partial.ll | 46 !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 D | UninitializedValues.cpp | 122 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 D | 2010-03-19-DbgDeclare.ll | 16 !4 = !DIFile(filename: "scratch.cpp", directory: "/usr/local/google/home/blaikie/dev/scratch")
|
| /llvm-project-15.0.7/llvm/test/CodeGen/AArch64/ |
| H A D | extra-callee-save.mir | 2 # 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 D | strip-cov.ll | 20 !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 D | types-integer-old.ll | 24 ; 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 D | tsan_rtl_amd64.S | 17 # 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 D | only-empty-ranges.s | 33 # 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 D | merge-stores-private.ll | 1 ; 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 D | RISCVInstrInfoA.td | 161 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";
|