| /llvm-project-15.0.7/llvm/test/tools/llvm-pdbutil/ |
| H A D | symbol-offset.test | 108 SHOW-CHILDREN1-NEXT: gaps = [] 117 SHOW-CHILDREN2-NEXT: gaps = [] 122 SHOW-CHILDREN2-NEXT: gaps = [] 129 SHOW-CHILDREN2-NEXT: gaps = [] 145 SHOW-CHILDREN-DEPTH1-NEXT: gaps = [] 150 SHOW-CHILDREN-DEPTH1-NEXT: gaps = [] 162 SHOW-CHILDREN-DEPTH2-NEXT: gaps = [] 167 SHOW-CHILDREN-DEPTH2-NEXT: gaps = [] 174 SHOW-CHILDREN-DEPTH2-NEXT: gaps = []
|
| /llvm-project-15.0.7/llvm/test/Transforms/LoopVectorize/ |
| H A D | interleaved-accesses-masked-group.ll | 48 ; We therefore create a separate interleave-group with gaps for each of the 52 ; due to gaps. 69 ; STRIDED_UNMASKED-NEXT: LV: Invalidate candidate interleaved store group due to gaps. 76 ; STRIDED_MASKED-NOT: LV: Invalidate candidate interleaved store group due to gaps. 81 ; We therefore create a separate interleave-group with gaps for each of the accesses, 108 ; STRIDED_MASKED-NOT: LV: Invalidate candidate interleaved store group due to gaps.
|
| H A D | interleaved-accesses-2.ll | 9 ; In this test the interleave-group of the loads is not full (has gaps), so
|
| H A D | interleaved-accesses-3.ll | 10 ; the interleave-group of the loads is not full (has gaps), we also need to check
|
| H A D | interleaved-accesses-1.ll | 9 ; In this test the interleave-groups are full (have no gaps), so no wrapping
|
| H A D | interleaved-accesses-pred-stores.ll | 9 ; contains a conditional store. The store group contains gaps and is not 103 ; groups are separately vectorized. The store group contains gaps and is not 213 ; gaps and are not vectorized.
|
| /llvm-project-15.0.7/lld/test/MachO/ |
| H A D | rebase-opcodes.s | 38 ## 4/ Rebases with equal gaps betwen them are encoded as REBASE_OPCODE_DO_REBASE_ULEB_TIMES_SKIPPIN… 59 ## 6/ Large gaps are encoded as REBASE_OPCODE_ADD_ADDR_ULEB.
|
| /llvm-project-15.0.7/llvm/test/Analysis/CostModel/X86/ |
| H A D | masked-interleaved-store-i16.ll | 10 ; Check that when we allow masked-memops to support interleave-group with gaps, 12 ; Check that when we don't allow masked-memops to support interleave-group with gaps, 69 ; (2) Same as above, but this time the gaps mask of the store is also And-ed with the 70 ; fold-tail mask. If using masked memops to vectorize interleaved-group with gaps is 134 ; (3) Testing a scenario of a conditional store. The gaps mask of the store is also 136 ; If using masked memops to vectorize interleaved-group with gaps is
|
| H A D | masked-interleaved-load-i16.ll | 10 ; Check that when we allow masked-memops to support interleave-group with gaps, 12 ; Check that when we don't allow masked-memops to support interleave-group with gaps, 69 ; (2) Same as above, but this time the gaps mask of the store is also And-ed with the 70 ; fold-tail mask. If using masked memops to vectorize interleaved-group with gaps is 134 ; (3) Testing a scenario of a conditional store. The gaps mask of the store is also 136 ; If using masked memops to vectorize interleaved-group with gaps is
|
| /llvm-project-15.0.7/lldb/test/Shell/SymbolFile/Breakpad/ |
| H A D | line-table-discontinuous-file-ids.test | 1 # Test that we handle files which has gaps in the FILE record IDs.
|
| /llvm-project-15.0.7/llvm/test/CodeGen/NVPTX/ |
| H A D | globals_init.ll | 28 ; Make sure we fill in alignment gaps correctly.
|
| /llvm-project-15.0.7/llvm/test/CodeGen/Hexagon/autohvx/ |
| H A D | vector-align-store-mask.ll | 5 ; Test the the store mask is adjusted for gaps between sections. The
|
| /llvm-project-15.0.7/lldb/source/Plugins/SymbolFile/NativePDB/ |
| H A D | PdbUtil.cpp | 34 llvm::ArrayRef<LocalVariableAddrGap> gaps) { in MakeRangeList() argument 42 while (!gaps.empty()) { in MakeRangeList() 43 const LocalVariableAddrGap &gap = gaps.front(); in MakeRangeList() 47 gaps = gaps.drop_front(); in MakeRangeList()
|
| /llvm-project-15.0.7/clang-tools-extra/pseudo/tool/ |
| H A D | HTMLForest.css | 27 padding: 9px 0; /* No "gaps" between lines due to line-height */
|
| /llvm-project-15.0.7/llvm/test/Transforms/LoopVectorize/X86/ |
| H A D | x86-interleaved-store-accesses-with-gaps.ll | 9 ; Check that when we allow masked-memops to support interleave-group with gaps, 11 ; Check that when we don't allow masked-memops to support interleave-group with gaps, 122 ; (2) Same as above, but this time the gaps mask of the store is also And-ed with the 123 ; fold-tail mask. If using masked memops to vectorize interleaved-group with gaps is 310 ; (3) Testing a scenario of a conditional store. The gaps mask of the store is also 312 ; If using masked memops to vectorize interleaved-group with gaps is
|
| H A D | interleaved-accesses-large-gap.ll | 5 ; The gaps between the memory access in this function are too large for
|
| H A D | interleaved-accesses-waw-dependency.ll | 18 ; storeaddr22, we create interleaved groups with gaps and
|
| H A D | x86-interleaved-accesses-masked-group.ll | 203 ; we need the ability to mask out the gaps. 206 ; And-ed with the gaps mask. 364 ; Accesses with gaps under Optsize scenario again, with unknown trip-count 376 ; The shuffled mask is also And-ed with the gaps mask. 572 ; Same, with stride 3. This is to check the gaps-mask and the shuffled mask 583 ; The shuffled mask is also And-ed with the gaps mask. 780 ; Back to stride 2 with gaps with a known trip count under opt for size, 789 ; be vectorized with masked wide-loads (masking away the gaps). 893 ; requires proper masking. In addition we need to mask out the gaps (all 901 ; The shuffled mask is also And-ed with the gaps mask. [all …]
|
| /llvm-project-15.0.7/llvm/test/Transforms/LoopVectorize/SystemZ/ |
| H A D | mem-interleaving-costs.ll | 11 ; would have gaps.
|
| /llvm-project-15.0.7/llvm/test/Transforms/LoopVectorize/Hexagon/ |
| H A D | invalidate-cm-after-invalidating-interleavegroups.ll | 59 ; The loop below only requires tail folding due to interleave groups with gaps.
|
| /llvm-project-15.0.7/llvm/test/tools/yaml2obj/Archives/ |
| H A D | regular.yaml | 83 ## to fill gaps between field values.
|
| /llvm-project-15.0.7/llvm/lib/CodeGen/ |
| H A D | README.txt | 169 2. Reorder objects to fill in gaps between objects.
|
| /llvm-project-15.0.7/llvm/test/DebugInfo/COFF/ |
| H A D | local-variable-gap.ll | 4 ; This test attempts to exercise gaps in local variables. The local variable 'p'
|
| /llvm-project-15.0.7/llvm/test/tools/llvm-objcopy/ELF/ |
| H A D | update-section.test | 31 ## For cases where there are gaps in segments not covered by sections, the existing
|
| /llvm-project-15.0.7/llvm/test/Transforms/LoopVectorize/AArch64/ |
| H A D | interleaved_cost.ll | 168 ; gaps.
|