| /llvm-project-15.0.7/llvm/test/MC/Sparc/ |
| H A D | sparc-v9-traps.s | 33 ! CHECK: te %icc, %i5 ! encoding: [0x83,0xd0,0x00,0x1d] 34 !! tz should be a synonym for te 39 te %icc, %i5 41 te %icc, 82 42 te %icc, %g1 + %i2 43 te %icc, %i5 + 41 185 !! tz should be a synonym for te 190 te %xcc, %i5 192 te %xcc, 82 193 te %xcc, %g1 + %i2 [all …]
|
| H A D | sparc-traps.s | 33 ! CHECK: te %i5 ! encoding: [0x83,0xd0,0x00,0x1d] 34 !! tz should be a synonym for te 35 ! CHECK: te %i5 ! encoding: [0x83,0xd0,0x00,0x1d] 36 ! CHECK: te 82 ! encoding: [0x83,0xd0,0x20,0x52] 37 ! CHECK: te %g1 + %i2 ! encoding: [0x83,0xd0,0x40,0x1a] 38 ! CHECK: te %i5 + 41 ! encoding: [0x83,0xd7,0x60,0x29] 39 te %i5 41 te 82 42 te %g1 + %i2 43 te %i5 + 41
|
| /llvm-project-15.0.7/clang/test/CXX/module/module.interface/ |
| H A D | p5.cpp | 21 template<typename> using te = int; // expected-note {{target}} typedef 42 template<typename> using te = int; // expected-note {{target}} typedef 63 …using ::te; // expected-error {{using declaration referring to 'te' with module linkage cannot be … 85 using UnnamedNS::te; // expected-error {{internal linkage}}
|
| /llvm-project-15.0.7/clang/test/OpenMP/ |
| H A D | teams_distribute_codegen.cpp | 24 int te = n / 128; in teams_argument_global() local 30 #pragma omp teams distribute num_teams(te), thread_limit(th) in teams_argument_global() 149 int te = n/128; in tmain() local 152 #pragma omp teams distribute num_teams(te) thread_limit(th) in tmain()
|
| H A D | teams_distribute_parallel_for_codegen.cpp | 24 int te = n / 128; in teams_argument_global() local 29 #pragma omp teams distribute parallel for num_teams(te), thread_limit(th) in teams_argument_global() 149 int te = n/128; in tmain() local 152 #pragma omp teams distribute parallel for num_teams(te) thread_limit(th) in tmain()
|
| H A D | teams_distribute_parallel_for_simd_codegen.cpp | 24 int te = n / 128; in teams_argument_global() local 30 #pragma omp teams distribute parallel for simd num_teams(te), thread_limit(th) simdlen(64) in teams_argument_global() 153 int te = n/128; in tmain() local 156 #pragma omp teams distribute parallel for simd num_teams(te) thread_limit(th) simdlen(64) in tmain()
|
| H A D | teams_distribute_simd_codegen.cpp | 25 int te = n / 128; in teams_argument_global() local 31 #pragma omp teams distribute simd num_teams(te), thread_limit(th) aligned(a) simdlen(16) linear(i) in teams_argument_global() 179 int te = n/128; in tmain() local 182 #pragma omp teams distribute simd num_teams(te) thread_limit(th) in tmain()
|
| H A D | target_teams_distribute_parallel_for_codegen.cpp | 46 int te = n / 128; in target_teams_fun() local 51 #pragma omp target teams distribute parallel for num_teams(te), thread_limit(th) in target_teams_fun()
|
| H A D | target_teams_distribute_parallel_for_simd_codegen.cpp | 44 int te = n / 128; in target_teams_fun() local 50 #pragma omp target teams distribute parallel for simd num_teams(te), thread_limit(th) aligned(a : 8… in target_teams_fun()
|
| /llvm-project-15.0.7/compiler-rt/test/hwasan/TestCases/ |
| H A D | use-after-scope-types.cpp | 88 for (auto te : tests) in main() local 89 te(); in main()
|
| /llvm-project-15.0.7/compiler-rt/test/asan/TestCases/ |
| H A D | use-after-scope-types.cpp | 67 for (auto te : tests) in main() local 68 te(); in main()
|
| /llvm-project-15.0.7/polly/test/ScopInfo/ |
| H A D | phi_not_grouped_at_top.ll | 22 %te.1 = phi i32 [ undef, %invcont118 ], [ %0, %bb117 ] ; 23 %cnd = icmp ne i32 %iftmp.82.0, %te.1 ; <i1> [#uses=1]
|
| /llvm-project-15.0.7/bolt/test/AArch64/Inputs/ |
| H A D | go_dwarf.yaml | 59 - te.c 61 - '/home/test/test/te'
|
| /llvm-project-15.0.7/lld/test/ELF/ |
| H A D | gnu-hash-table.s | 3 # RUN: echo ".globl foo; .data; .dc.a foo" > %te.s 4 # RUN: llvm-mc -filetype=obj -triple=i386-pc-linux %te.s -o %te-i386.o 33 # RUN: ld.lld -shared --hash-style=gnu -o %te-i386.so %te-i386.o 39 # RUN: llvm-readobj --dyn-syms --gnu-hash-table %te-i386.so \
|
| /llvm-project-15.0.7/lld/MachO/ |
| H A D | ConcatOutputSection.cpp | 367 size_t t = 0, te = thunks.size(); in writeTo() local 368 while (i < ie || t < te) { in writeTo() 369 while (i < ie && (t == te || inputs[i]->empty() || in writeTo() 374 while (t < te && (i == ie || thunks[t]->outSecOff < inputs[i]->outSecOff)) { in writeTo()
|
| /llvm-project-15.0.7/llvm/test/CodeGen/Hexagon/ |
| H A D | packetize-cfi-location.ll | 39 %te = sub i32 %ta, %td 42 %tf = getelementptr inbounds i8*, i8** %t4, i32 %te
|
| /llvm-project-15.0.7/llvm/test/MC/Disassembler/Sparc/ |
| H A D | sparc-v9.txt | 24 # CHECK: te %icc, %g1 + %i2 81 # CHECK: te %xcc, %g1 + %i2
|
| H A D | sparc.txt | 267 # CHECK: te %g1 + %i2
|
| /llvm-project-15.0.7/llvm/include/llvm/CodeGen/ |
| H A D | MachineTraceMetrics.h | 262 explicit Trace(Ensemble &te, TraceBlockInfo &tbi) : TE(te), TBI(tbi) {} in Trace() argument
|
| /llvm-project-15.0.7/llvm/test/CodeGen/Hexagon/vect/ |
| H A D | vect-bool-basic-compile.ll | 57 %te = insertelement <8 x i1> %td, i1 %t6, i32 6 58 %tf = insertelement <8 x i1> %te, i1 %t7, i32 7
|
| /llvm-project-15.0.7/llvm/test/tools/llvm-objdump/X86/ |
| H A D | start-stop-address.test | 38 // CROSSDATA-NEXT: 45: 74 65 te
|
| /llvm-project-15.0.7/lldb/source/Plugins/ExpressionParser/Clang/ |
| H A D | ClangASTSource.cpp | 210 for (uint32_t ti = 0, te = types.GetSize(); ti != te; ++ti) { in FindCompleteType() local 247 for (uint32_t ti = 0, te = types.GetSize(); ti != te; ++ti) { in FindCompleteType() local
|
| H A D | ClangModulesDeclVendor.cpp | 523 te = macro_info->tokens_end(); in ForEachMacro() local 524 ti != te; ++ti) { in ForEachMacro()
|
| /llvm-project-15.0.7/openmp/runtime/src/ |
| H A D | kmp_stats.h | 495 explicitTimer(timeStat *s, timer_e te) in explicitTimer() argument 496 : stat(s), timerEnumValue(te), startTime(), pauseStartTime(0), in explicitTimer()
|
| /llvm-project-15.0.7/llvm/test/Transforms/SLPVectorizer/X86/ |
| H A D | horizontal-minmax.ll | 1391 %te = load i8, i8* %pe, align 4 1400 %mfe = tail call i8 @llvm.umin.i8(i8 %tf, i8 %te)
|