| /llvm-project-15.0.7/llvm/test/CodeGen/Thumb2/LowOverheadLoops/ |
| H A D | revert-non-header.mir | 25 %cmp = icmp sgt i32 %gap.057.in, 3 29 %gap.057.in = phi i32 [ %gap.057, %for.cond.loopexit ], [ %n, %for.cond1.preheader.preheader ] 30 %gap.057 = sdiv i32 %gap.057.in, 2 31 %cmp252 = icmp slt i32 %gap.057, %n 32 %tmp = sub i32 %n, %gap.057 37 %tmp2 = mul i32 %gap.057, -4 38 %tmp6 = mul i32 %gap.057, -2 39 %scevgep1 = getelementptr i32, i32* %v, i32 %gap.057 40 %0 = shl i32 %gap.057, 2 48 %j.048 = sub nsw i32 %i.053, %gap.057 [all …]
|
| /llvm-project-15.0.7/lld/test/MachO/ |
| H A D | rebase-opcodes.s | 19 ## 1/ Single rebases with a gap after them are encoded as REBASE_OPCODE_DO_REBASE_ADD_ADDR_ULEB. 47 … not become a part of DO_REBASE_ULEB_TIMES_SKIPPING_ULEB if the next rebase is closer than the gap. 75 … is emitted if the next relocation is farther away than the DO_REBASE_ULEB_TIMES_SKIPPING_ULEB gap.
|
| /llvm-project-15.0.7/llvm/test/tools/llvm-objcopy/ELF/ |
| H A D | empty-section.test | 1 ## .empty is not covered by a segment. Its offset is moved to 0x200 to fill the gap. 19 - Name: gap 62 - Name: gap
|
| H A D | binary-paddr.test | 153 - Name: gap 180 - Name: gap 208 - Name: gap
|
| /llvm-project-15.0.7/compiler-rt/lib/msan/ |
| H A D | msan_linux.cpp | 61 uptr gap = 16 * GetPageSizeCached(); in ProtectMemoryRange() local 62 beg += gap; in ProtectMemoryRange() 63 size -= gap; in ProtectMemoryRange()
|
| /llvm-project-15.0.7/llvm/test/tools/llvm-symbolizer/Inputs/ |
| H A D | split-dwarf-dwp.cpp | 7 __attribute__((nodebug)) void gap() { in gap() function
|
| /llvm-project-15.0.7/lld/test/ELF/linkerscript/ |
| H A D | section-align2.test | 38 ## The input section has a larger alignment and is thus preceded by a gap. 41 ## The input section has a larger alignment and is thus preceded by a gap.
|
| /llvm-project-15.0.7/llvm/test/MC/COFF/ |
| H A D | cv-def-range-gap.s | 3 # This tries to test defrange gap edge cases. 83 # Create a range that is exactly 0xF000 bytes long with a gap in the
|
| /llvm-project-15.0.7/lld/test/ELF/ |
| H A D | aarch64-thunk-reuse2.s | 6 ## We create initial ThunkSection before the gap. Because the ThunkSection
|
| /llvm-project-15.0.7/llvm/test/DebugInfo/X86/ |
| H A D | live-debug-values-constprop.mir | 118 ; Test for there being a location-list gap between bb1 and bb2, as the 181 ; Test for there being a location-list gap between bb1 and bb2, the variable 245 ; Test for there being a location-list gap between bb1 and bb2, the variable 308 ; Test for there being a location-list gap between bb1 and bb2, the variable
|
| H A D | rnglists_base_attr.ll | 22 ; for the variable b, creates a gap in the code range for the nested lexical
|
| H A D | dwarfdump-str-offsets.s | 51 # A 4-byte gap.
|
| /llvm-project-15.0.7/llvm/test/DebugInfo/Symbolize/ELF/ |
| H A D | symtab-notype.s | 17 ## This is a gap.
|
| /llvm-project-15.0.7/llvm/test/CodeGen/ARM/ |
| H A D | varargs-spill-stack-align-nacl.ll | 12 ; This test checks for a bug in which a gap was left between the spill
|
| /llvm-project-15.0.7/llvm/test/CodeGen/AArch64/ |
| H A D | aarch64-vector-pcs.mir | 12 # FPR128 saves. The alignment can leave a gap that can be scavenged 49 ; Check that the alignment gap for the 8-byte x19 is padded 103 ; Check that the alignment gap is padded with another 8 bytes.
|
| /llvm-project-15.0.7/llvm/test/CodeGen/Generic/ |
| H A D | 2003-05-30-BadFoldGEP.ll | 4 ;; From: test/Programs/External/SPEC/CINT2000/254.gap.llvm.bc
|
| /llvm-project-15.0.7/compiler-rt/lib/memprof/ |
| H A D | memprof_flags.inc | 21 MEMPROF_FLAG(bool, protect_shadow_gap, true, "If set, mprotect the shadow gap")
|
| /llvm-project-15.0.7/llvm/test/tools/yaml2obj/ELF/ |
| H A D | output-limit.yaml | 35 ## Another possible case is when an alignment gap inserted
|
| /llvm-project-15.0.7/lldb/test/Shell/Unwind/ |
| H A D | split-machine-functions.test | 19 # ensure that there will be a gap between foo and foo.cold. Using a symbol ordering
|
| /llvm-project-15.0.7/llvm/lib/CodeGen/ |
| H A D | README.txt | 170 e.g. 4, 1, <gap>, 4, 1, 1, 1, <gap>, 4 => 4, 1, 1, 1, 1, 4, 4
|
| /llvm-project-15.0.7/lld/docs/ |
| H A D | index.rst | 142 at the time if we would be able to keep the gap as we would add more 148 including the kernel. We had widen the performance gap against the
|
| /llvm-project-15.0.7/lld/test/COFF/ |
| H A D | symbolizer-inline.s | 122 # Add a .cv_loc 0 so there is a gap in the inline site.
|
| /llvm-project-15.0.7/compiler-rt/lib/dfsan/ |
| H A D | dfsan.cpp | 1042 uptr gap = 16 * GetPageSizeCached(); in ProtectMemoryRange() local 1043 beg += gap; in ProtectMemoryRange() 1044 size -= gap; in ProtectMemoryRange()
|
| /llvm-project-15.0.7/clang/docs/ |
| H A D | SourceBasedCodeCoverage.rst | 422 execution count to the count from a gap region unless that region is the only 452 The region mapping for a switch body consists of a gap region that covers the 454 last case ends). This gap region has a zero count: this causes "gap" areas in
|
| /llvm-project-15.0.7/lldb/source/Plugins/SymbolFile/NativePDB/ |
| H A D | PdbUtil.cpp | 43 const LocalVariableAddrGap &gap = gaps.front(); in MakeRangeList() local 44 lldb::addr_t gap_start = start + gap.GapStartOffset; in MakeRangeList() 46 start = gap_start + gap.Range; in MakeRangeList()
|