Home
last modified time | relevance | path

Searched refs:test14 (Results 1 – 25 of 220) sorted by relevance

123456789

/llvm-project/llvm/test/CodeGen/AArch64/
H A Dpr55178.ll7 define i1 @test14(i8 %X) {
8 ; CHECK-LABEL: test14:
H A Dmovw-consts.ll131 define void @test14() {
132 ; CHECK-LABEL: test14:
H A Darm64-rounding.ll140 ; CHECK-LABEL: test14:
143 define double @test14(double %a) #1 {
/llvm-project/clang/test/Sema/
H A Dc89.c78 int test14(void) { return (&*test14)(); } in test14() function
H A Dstatements.c132 void test14(void) { return ({}); } in test14() function
H A Dbuiltin-assume-aligned.c76 int test14(int *a, int b) { in test14()
74 int test14(int *a, int b) { test14() function
H A Dblock-misc.c126 void test14(void) { in test14()
131 // References test14's "X": outer block is non-constant. in test14()
125 void test14(void) { test14() function
/llvm-project/clang/test/SemaCXX/
H A Dopenmp_default_simd_align.cpp60 long long int test14[2]; variable
62 static_assert(__builtin_omp_required_simd_align(decltype(test14)) == 16, "foo");
H A Dalignof.cpp60 int test14[2]; variable
62 static_assert(alignof(test14) == 4, "foo"); // expected-warning {{'alignof' applied to an expressio…
H A Dlong-virtual-inheritance-chain.cpp17 class test14 : virtual test13 { virtual void f(); }; class
18 class test15 : virtual test14 { virtual void f(); };
H A Derr_init_conversion_failed.cpp42 void test14(const float2 in, const float2 out) { in test14() function
H A Dast-print.cpp166 void test14() { in test14() function
/llvm-project/llvm/test/CodeGen/RISCV/
H A Dbranch.ll47 ; RV32I-NEXT: # %bb.13: # %test14
121 br i1 %tst13, label %end, label %test14
123 test14:
H A Dnarrow-shl-cst.ll236 define signext i32 @test14(i32 signext %x) nounwind {
237 ; RV32-LABEL: test14:
245 ; RV64-LABEL: test14:
/llvm-project/llvm/test/MC/CSKY/
H A Dbasic-16bit.s229 # CHECK-ASM: lrw16 a0, [.L.test14]
231 # CHECK-ASM: fixup A - offset: 0, value: .L.test14, kind: fixup_csky_pcrel_uimm7_scale4
232 .L.test14:
233 lrw16 a0, [.L.test14]
/llvm-project/libcxx/test/std/utilities/tuple/tuple.tuple/tuple.cnstr/
H A Ddefault.verify.cpp44 std::tuple<Explicit, Explicit, Implicit> test14() { return {}; } // expected-error 1 {{chosen const… in test14() function
/llvm-project/clang/test/CodeGen/
H A Dbuiltin-constant-p.c140 void test14(void) { in test14() function
H A Dunaligned-expr.c122 void test14(void) { in test14() function
H A Dbuiltins-hexagon-v67-audio.c84 int test14(long long rss, long long rtt) { in test14() function
/llvm-project/clang/test/Parser/
H A Dchar-literal-printing.c20 wchar_t test14(void) { return L'\n'; } in test14() function
H A Ddeclarators.c91 void test14(void) // expected-error {{expected ';' after top level declarator}}
/llvm-project/llvm/test/Transforms/InstCombine/
H A Dapint-sub.ll120 define i1024 @test14(i1024 %A) {
121 ; CHECK-LABEL: @test14(
/llvm-project/llvm/test/CodeGen/X86/
H A Dfast-isel-sext-zext.ll237 define i64 @test14(i8 %x) nounwind {
238 ; X32-LABEL: test14:
244 ; X64-LABEL: test14:
/llvm-project/llvm/test/CodeGen/PowerPC/
H A Dpower9-moves-and-splats.ll246 define <4 x i32> @test14(<4 x i32> %a, ptr nocapture readonly %b) {
247 ; CHECK-LABEL: test14:
256 ; CHECK-BE-LABEL: test14:
/llvm-project/clang/test/CodeGenCXX/
H A Deh.cpp339 namespace test14 { namespace

123456789