Home
last modified time | relevance | path

Searched refs:te (Results 1 – 25 of 26) sorted by relevance

12

/llvm-project-15.0.7/llvm/test/MC/Sparc/
H A Dsparc-v9-traps.s33 ! 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 Dsparc-traps.s33 ! 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 Dp5.cpp21 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 Dteams_distribute_codegen.cpp24 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 Dteams_distribute_parallel_for_codegen.cpp24 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 Dteams_distribute_parallel_for_simd_codegen.cpp24 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 Dteams_distribute_simd_codegen.cpp25 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 Dtarget_teams_distribute_parallel_for_codegen.cpp46 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 Dtarget_teams_distribute_parallel_for_simd_codegen.cpp44 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 Duse-after-scope-types.cpp88 for (auto te : tests) in main() local
89 te(); in main()
/llvm-project-15.0.7/compiler-rt/test/asan/TestCases/
H A Duse-after-scope-types.cpp67 for (auto te : tests) in main() local
68 te(); in main()
/llvm-project-15.0.7/polly/test/ScopInfo/
H A Dphi_not_grouped_at_top.ll22 %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 Dgo_dwarf.yaml59 - te.c
61 - '/home/test/test/te'
/llvm-project-15.0.7/lld/test/ELF/
H A Dgnu-hash-table.s3 # 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 DConcatOutputSection.cpp367 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 Dpacketize-cfi-location.ll39 %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 Dsparc-v9.txt24 # CHECK: te %icc, %g1 + %i2
81 # CHECK: te %xcc, %g1 + %i2
H A Dsparc.txt267 # CHECK: te %g1 + %i2
/llvm-project-15.0.7/llvm/include/llvm/CodeGen/
H A DMachineTraceMetrics.h262 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 Dvect-bool-basic-compile.ll57 %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 Dstart-stop-address.test38 // CROSSDATA-NEXT: 45: 74 65 te
/llvm-project-15.0.7/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangASTSource.cpp210 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 DClangModulesDeclVendor.cpp523 te = macro_info->tokens_end(); in ForEachMacro() local
524 ti != te; ++ti) { in ForEachMacro()
/llvm-project-15.0.7/openmp/runtime/src/
H A Dkmp_stats.h495 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 Dhorizontal-minmax.ll1391 %te = load i8, i8* %pe, align 4
1400 %mfe = tail call i8 @llvm.umin.i8(i8 %tf, i8 %te)

12