Home
last modified time | relevance | path

Searched refs:test11 (Results 1 – 25 of 323) sorted by relevance

12345678910>>...13

/llvm-project-15.0.7/llvm/test/Transforms/LICM/
H A Dsinking-debugify.ll11 define void @test11() {
12 ; CHECK-LABEL: @test11(
/llvm-project-15.0.7/clang/test/SemaCXX/
H A Dlong-virtual-inheritance-chain.cpp14 class test11 : virtual test10 { virtual void f(); }; class
15 class test12 : virtual test11 { virtual void f(); };
H A Dundefined-inline.cpp59 namespace test11 { namespace
/llvm-project-15.0.7/llvm/test/CodeGen/X86/
H A Dpr39666.ll14 define void @test11(ptr %base, <2 x i64> %V, <2 x i1> %mask) {
15 ; CHECK-LABEL: test11:
H A Dfpcmp-soft-fp.ll106 define i1 @test11(double %d) #0 {
111 ; CHECK-LABEL: test11:
H A Dlower-vec-shift.ll256 ; test11 vs test12 - show difference between v16i16 that is repeated/non-repeated at v8i16 level (f…
258 define <16 x i16> @test11(<16 x i16> %a) {
259 ; SSE-LABEL: test11:
265 ; AVX1-LABEL: test11:
277 ; AVX2-LABEL: test11:
H A Drounding-ops.ll216 define float @test11(ptr %xptr) nounwind optsize {
217 ; CHECK-SSE-LABEL: test11:
222 ; CHECK-AVX-LABEL: test11:
227 ; CHECK-AVX512-LABEL: test11:
/llvm-project-15.0.7/llvm/test/CodeGen/RISCV/
H A Dbranch.ll37 ; RV32I-NEXT: # %bb.10: # %test11
100 br i1 %tst10, label %end, label %test11
105 test11:
/llvm-project-15.0.7/clang/test/Sema/
H A Dwarn-nullchar-nullptr.c47 int test11(int *a) { in test11() function
/llvm-project-15.0.7/clang-tools-extra/test/clang-tidy/checkers/bugprone/
H A Deasily-swappable-parameters-prefixsuffixname.cpp53 void test11(int Foobar, int Foo) {} in test11() function
/llvm-project-15.0.7/clang/test/CodeGen/
H A Dswitch-dce.c190 void test11(void) { in test11() function
H A Dconditional.c61 int test11(int c) { in test11() function
H A Dms-volatile.c77 void test11(volatile float *p, volatile float *q) { in test11() function
H A Dalias.c105 void test11(void) {} in test11() function
/llvm-project-15.0.7/llvm/test/CodeGen/PowerPC/
H A Dmulli.ll119 define i32 @test11(i32 %x) {
120 ; CHECK-LABEL: test11:
/llvm-project-15.0.7/llvm/test/CodeGen/Hexagon/
H A Daddrmode-indoff.ll74 ; CHECK-LABEL: test11
76 define void @test11(i32 %i, i8 signext %v) nounwind {
/llvm-project-15.0.7/llvm/test/Transforms/InstCombine/
H A Dapint-and.ll94 define i1 @test11(i737 %x) {
95 ; CHECK-LABEL: @test11(
/llvm-project-15.0.7/clang/test/CodeGen/PowerPC/
H A Daltivec-ct.c72 vector unsigned long long test11(vector double x) { in test11() function
/llvm-project-15.0.7/llvm/test/Analysis/CostModel/X86/
H A Dvdiv-cost.ll169 define <16 x i32> @test11(<16 x i32> %a) {
170 ; SSE2-LABEL: 'test11'
174 ; SSSE3-LABEL: 'test11'
178 ; SSE42-LABEL: 'test11'
182 ; AVX1-LABEL: 'test11'
186 ; AVX2-LABEL: 'test11'
190 ; AVX512-LABEL: 'test11'
/llvm-project-15.0.7/libcxx/test/std/utilities/tuple/tuple.tuple/tuple.cnstr/
H A Ddefault.fail.cpp41 std::tuple<Implicit, Explicit, Explicit> test11() { return {}; } // expected-error 1 {{chosen const… in test11() function
/llvm-project-15.0.7/llvm/test/CodeGen/ARM/
H A Darm32-rounding.ll90 ; CHECK-LABEL: test11
92 define float @test11(float %a) {
H A Darm32-round-conv.ll94 ; CHECK-LABEL: test11
96 define i32 @test11(double %a) {
/llvm-project-15.0.7/llvm/test/CodeGen/AArch64/
H A Dbitfield-extract.ll88 ; CHECK-LABEL: @test11
91 define void @test11(i64 %a) {
/llvm-project-15.0.7/clang/test/CodeGenCXX/
H A Dunknown-anytype.cpp120 void test11() { in test11() function
/llvm-project-15.0.7/llvm/test/CodeGen/Thumb2/
H A Dthumb2-sxt-uxt.ll95 define i32 @test11(i32 %a, i16 %b) {
96 ; CHECK-LABEL: test11:

12345678910>>...13