| /llvm-project-15.0.7/clang/test/SemaCXX/ |
| H A D | member-pointer.cpp | 202 void mixed(); 203 static void mixed(int); 213 bind(&mixed); // expected-error {{no matching function for call}} in test() 227 bindmem(&A::mixed); in test() 239 bindfn(&mixed); // expected-error {{no matching function for call}} in test() 252 void mixed(); 253 static void mixed(int); 264 bind(&mixed); in test0a() 265 bind(&B::mixed); in test0a() 275 bind(&mixed); // expected-error {{no matching function for call}} in test0b() [all …]
|
| /llvm-project-15.0.7/lldb/test/Shell/SymbolFile/Breakpad/ |
| H A D | line-table-mixed-path-styles.test | 1 # RUN: yaml2obj %S/Inputs/basic-elf.yaml -o %T/line-table-mixed-path-styles.out 2 # RUN: %lldb %T/line-table-mixed-path-styles.out \ 3 # RUN: -o "target symbols add -s line-table-mixed-path-styles.out %S/Inputs/line-table-mixed-path…
|
| /llvm-project-15.0.7/llvm/test/MC/AsmParser/ |
| H A D | macro-arg.s | 57 .macro mixed arg0 = 0, arg1 = 1 arg2 = 2, arg3 = 3 macro 68 mixed 1, 2 3 74 mixed 1 2, 3 80 mixed 1 2, 3 4
|
| /llvm-project-15.0.7/llvm/test/Transforms/LoopVectorize/ |
| H A D | mixed-precision-remarks.ll | 3 ; CHECK: remark: mixed-precision.c:3:26: floating point conversion changes vector width. Mixed floa… 24 ; CHECK: remark: mixed-precision.c:8:8: floating point conversion changes vector width. Mixed float… 25 ; CHECK: remark: mixed-precision.c:7:16: floating point conversion changes vector width. Mixed floa… 26 ; CHECK-NOT: remark: mixed-precision.c:7:16: floating point conversion changes vector width. Mixed … 60 !1 = !DIFile(filename: "mixed-precision.c", directory: "/tmp/mixed-precision.c")
|
| /llvm-project-15.0.7/compiler-rt/test/profile/Posix/ |
| H A D | instrprof-value-prof-shared.test | 46 …p-static-alloc=true -mllvm -vp-counters-per-site=256 -rpath %t.d -o %t.ir.mixed %t.d/t.ir.dyn.shar… 47 // RUN: env LLVM_PROFILE_FILE=%t.ir.mixed.profraw LLVM_VP_MAX_NUM_VALS_PER_SITE=255 %run %t.ir.mix… 48 // RUN: llvm-profdata merge -o %t.ir.mixed.profdata %t.ir.mixed.profraw 49 // RUN: llvm-profdata show --all-functions -ic-targets %t.ir.mixed.profdata | FileCheck %S/../Inp… 50 // RUN: llvm-profdata merge -text %t.ir.mixed.profdata -o %t.ir.mixed.proftxt 51 // RUN: llvm-profdata show --all-functions -ic-targets %t.ir.mixed.profdata | FileCheck %S/../Inp… 52 // RUN: FileCheck %S/../Inputs/instrprof-value-prof-real.c --check-prefix=IR < %t.ir.mixed.proftxt
|
| /llvm-project-15.0.7/clang/test/CodeGen/ |
| H A D | sparcv9-abi.c | 75 struct mixed { struct 81 struct mixed f_mixed(struct mixed x) { in f_mixed()
|
| /llvm-project-15.0.7/llvm/test/LTO/Resolution/X86/ |
| H A D | comdat-mixed-lto.ll | 1 ; Test of comdat handling with mixed thinlto and regular lto compilation. 6 ; RUN: opt -o %t2.o %p/Inputs/comdat-mixed-lto.ll 22 ; ModuleID = 'comdat-mixed-lto.o' 23 source_filename = "comdat-mixed-lto.cpp"
|
| /llvm-project-15.0.7/polly/lib/External/isl/imath/tests/gmp-compat-test/ |
| H A D | gmpapi.py | 18 mixed = kw.get('mixed', False) 27 if self.ret_ty != void and not mixed: 83 GMPAPI(ulong, "mpz_fdiv_q_ui", mpz_t, mpz_t, ulong, out=[0], mixed=True), 116 GMPAPI(iint, "mpq_set_str", mpq_t, charp, iint, out=[0], mixed=True),
|
| /llvm-project-15.0.7/lld/test/MachO/ |
| H A D | weak-import.s | 6 # RUN: llvm-mc -filetype=obj -triple=x86_64-apple-darwin %t/mixed-ref.s -o %t/mixed-ref.o 24 # RUN: %lld -lSystem -dylib %t/libfoo.dylib %t/mixed-ref.o -o %t/mixed-ref 25 # RUN: llvm-objdump --macho --all-headers %t/mixed-ref | FileCheck %s -DDIR=%t --check-prefixes=SYS… 77 #--- mixed-ref.s
|
| /llvm-project-15.0.7/llvm/test/CodeGen/Mips/cconv/ |
| H A D | memory-layout.ll | 128 %mixed = type { i8, double, i16 } 129 @mixed = global %mixed { i8 1, double 1.0, i16 515 }, align 1 132 ; ALL-LABEL: mixed: 138 ; ALL: .size mixed, 24
|
| /llvm-project-15.0.7/llvm/test/CodeGen/SystemZ/ |
| H A D | vec-const-01.ll | 24 ; Test a mixed vector (mask 0x8c75). 65 ; Test a mixed v2i8 that gets promoted to v16i8 (mask 0x8000). 81 ; Test a mixed v4i8 that gets promoted to v16i8 (mask 0x9000). 97 ; Test a mixed v8i8 that gets promoted to v16i8 (mask 0xE500).
|
| H A D | vec-const-02.ll | 22 ; Test a mixed vector (mask 0x8c76). 57 ; Test a mixed v2i16 that gets promoted to v8i16 (mask 0xc000). 73 ; Test a mixed v4i16 that gets promoted to v8i16 (mask 0x7200).
|
| H A D | vec-const-03.ll | 21 ; Test a mixed vector (mask 0x8c76). 53 ; Test a mixed v2i32 that gets promoted to v4i32 (mask 0xae00).
|
| H A D | vec-const-05.ll | 22 ; Test a mixed vector (mask 0xc731). 57 ; Test a mixed v2f32 that gets promoted to v4f32 (mask 0xc700).
|
| /llvm-project-15.0.7/clang/test/Driver/ |
| H A D | hip-output-file-name.hip | 15 // Output bundled PPE for one GPU for mixed compliation. 25 // Output bundled PPE for two GPUs for mixed compilation. 30 // Output bundled PPE for two GPUs for mixed compilation with -save-temps. 62 // Output bundled PPE for two GPUs for mixed compilation. 67 // Output bundled PPE for two GPUs for mixed compilation.
|
| H A D | hip-inputs.hip | 21 // CHECK-NOT: error: mixed CUDA and HIP compilation is not supported 22 // MIX: error: mixed CUDA and HIP compilation is not supported
|
| /llvm-project-15.0.7/llvm/test/CodeGen/Mips/ |
| H A D | mips16_32_1.ll | 1 ; RUN: llc -march=mipsel -mattr=mips16 -relocation-model=pic -O3 < %s -mips-mixed-16-32 | FileChe… 2 ; RUN: llc -march=mipsel -mcpu=mips32 -relocation-model=pic -O3 < %s -mips-mixed-16-32 | FileChec…
|
| H A D | mips16_32_4.ll | 1 ; RUN: llc -mtriple=mipsel -mattr=mips16 -relocation-model=static -O3 < %s -mips-mixed-16-32 | Fi… 2 ; RUN: llc -mtriple=mipsel -mcpu=mips32 -relocation-model=static -O3 < %s -mips-mixed-16-32 | Fil…
|
| H A D | mips16_32_3.ll | 1 ; RUN: llc -mtriple=mipsel -mattr=mips16 -relocation-model=static -O3 < %s -mips-mixed-16-32 | Fi… 2 ; RUN: llc -mtriple=mipsel -mcpu=mips32 -relocation-model=static -O3 < %s -mips-mixed-16-32 | Fil…
|
| /llvm-project-15.0.7/llvm/test/CodeGen/ARM/GlobalISel/ |
| H A D | arm-unsupported.ll | 78 %mixed.struct = type {i32*, float, i32} 80 define %mixed.struct @test_mixed_struct(%mixed.struct %x) { 81 ; CHECK: remark: {{.*}} unable to lower arguments: %mixed.struct (%mixed.struct)* 83 ret %mixed.struct %x
|
| /llvm-project-15.0.7/llvm/test/LTO/Resolution/X86/Inputs/ |
| H A D | comdat-mixed-lto.ll | 1 ; ModuleID = 'comdat-mixed-lto1.o' 2 source_filename = "comdat-mixed-lto1.cpp"
|
| /llvm-project-15.0.7/clang/test/CodeGenObjC/ |
| H A D | pass-by-value-noalias.m | 1 …ble-llvm-optzns -fobjc-runtime-has-weak -fobjc-arc -fobjc-dispatch-method=mixed %s -o - 2>&1 | Fil… 2 …ble-llvm-optzns -fobjc-runtime-has-weak -fobjc-arc -fobjc-dispatch-method=mixed %s -o - 2>&1 | Fil…
|
| H A D | sections.m | 1 // RUN: %clang_cc1 -triple x86_64-unknown-windows -fobjc-dispatch-method=mixed -fobjc-runtime=ios -… 2 // RUN: %clang_cc1 -triple x86_64-unknown-linux-gnu -fobjc-dispatch-method=mixed -fobjc-runtime=ios… 3 // RUN: %clang_cc1 -triple x86_64-apple-ios -fobjc-dispatch-method=mixed -fobjc-runtime=ios -emit-l…
|
| /llvm-project-15.0.7/llvm/test/CodeGen/Hexagon/ |
| H A D | packetize-frame-setup-destroy.mir | 49 name: mixed 61 # CHECK-LABEL: name: mixed
|
| /llvm-project-15.0.7/clang/test/SemaOpenCL/ |
| H A D | cond.cl | 26 // scalar condition and mixed-width vectors and scalars 38 // vector condition and mixed scalar operands 50 // vector condition and mixed scalar operands 56 // vector condition and mixed scalar and vector operands
|