| /llvm-project/clang/test/CodeGen/aarch64-sve-intrinsics/ |
| H A D | acle_sve_clastb.c | |
| H A D | acle_sve_clasta.c | |
| H A D | acle_sve_clastb-bfloat.c | |
| H A D | acle_sve_clasta-bfloat.c | |
| /llvm-project/clang/test/CodeGen/aarch64-sve2-intrinsics/ |
| H A D | acle_sve2_tbx.c | |
| H A D | acle_sve2_tbx-bfloat.c | |
| /llvm-project/llvm/test/CodeGen/ARM/GlobalISel/ |
| H A D | arm-unsupported.ll | 7 ; This file checks that we use the fallback path for things that are known to 12 ; CHECK-LABEL: warning: Instruction selection used fallback path for test_int_vectors 19 ; CHECK-LABEL: warning: Instruction selection used fallback path for test_float_vectors 26 ; CHECK-LABEL: warning: Instruction selection used fallback path for test_i64 33 ; CHECK-LABEL: warning: Instruction selection used fallback path for test_i64_arr 39 ; CHECK-LABEL: warning: Instruction selection used fallback path for test_i128 46 ; CHECK-LABEL: warning: Instruction selection used fallback path for test_funny_ints 53 ; CHECK-LABEL: warning: Instruction selection used fallback path for test_half 62 ; CHECK-LABEL: warning: Instruction selection used fallback path for test_ret_demotion 73 ; CHECK-LABEL: warning: Instruction selection used fallback pat [all...] |
| /llvm-project/llvm/test/CodeGen/X86/GlobalISel/ |
| H A D | x86_64-fallback.ll | 4 ; This file checks that the fallback path to selection dag works. 8 ; the fallback path. 10 ; Check that we fallback on byVal argument 12 ; FALLBACK-WITH-REPORT-ERR: warning: Instruction selection used fallback path for ScaleObjectOverwrite_2
|
| /llvm-project/llvm/test/Transforms/Inline/ |
| H A D | cgscc-inline-replay.ll | 6 ;; Check Module scope Original fallback replay inline decisions 7 …nline-replay.txt -cgscc-inline-replay-scope=Module -cgscc-inline-replay-fallback=Original -pass-re… 9 ;; Check Module scope Original fallback replay inline with 'Line' format decisions 11 …-replay-line.txt -cgscc-inline-replay-scope=Module -cgscc-inline-replay-fallback=Original -cgscc-i… 13 ;; Check Module scope AlwaysInline fallback replay inline decisions 14 …nline-replay.txt -cgscc-inline-replay-scope=Module -cgscc-inline-replay-fallback=AlwaysInline -pas… 16 ;; Check Module scope NeverInline fallback replay inline decisions 17 …nline-replay.txt -cgscc-inline-replay-scope=Module -cgscc-inline-replay-fallback=NeverInline -pass… 19 ;; Check Function scope Original fallback replay inline decisions 20 …y-function.txt -cgscc-inline-replay-scope=Function -cgscc-inline-replay-fallback=Original -pass-re… [all …]
|
| /llvm-project/llvm/test/CodeGen/X86/ |
| H A D | fast-isel-abort-warm.ll | 1 ; RUN: llc -fast-isel -o - %s -fast-isel-report-on-fallback -pass-remarks-missed=isel 2>&1 | FileCh… 10 ; CHECK: warning: Instruction selection used fallback path for foo 18 ; CHECK: warning: Instruction selection used fallback path for test_instruction_fallback 27 ; CHECK-NOT: warning: Instruction selection used fallback path for test_instruction_not_fallback
|
| /llvm-project/llvm/test/Transforms/SampleProfile/ |
| H A D | inline-replay.ll | 21 ;; Check Module scope Original fallback replay inline decisions 22 …sample-profile-inline-replay-scope=Module -sample-profile-inline-replay-fallback=Original -sample-… 24 ;; Check Module scope Original fallback replay inline with 'Line' format decisions 26 …sample-profile-inline-replay-scope=Module -sample-profile-inline-replay-fallback=Original -sample-… 28 ;; Check Module scope Original fallback replay inline with 'LineColumn' format decisions 29 …sample-profile-inline-replay-scope=Module -sample-profile-inline-replay-fallback=Original -sample-… 31 ;; Check Module scope Original fallback replay inline with 'LineDiscriminator' format decisions 32 …sample-profile-inline-replay-scope=Module -sample-profile-inline-replay-fallback=Original -sample-… 34 ;; Check Module scope AlwaysInline fallback replay inline decisions 35 …sample-profile-inline-replay-scope=Module -sample-profile-inline-replay-fallback=AlwaysInline -sam… [all …]
|
| /llvm-project/llvm/test/CodeGen/AArch64/GlobalISel/ |
| H A D | arm64-fallback.ll | 5 ; This file checks that the fallback path to selection dag works. 9 ; the fallback path. 20 ; FALLBACK-WITH-REPORT-ERR: warning: Instruction selection used fallback path for test_write_regist… 31 ; FALLBACK-WITH-REPORT-ERR: warning: Instruction selection used fallback path for strict_align_feat… 41 ; FALLBACK-WITH-REPORT-ERR: warning: Instruction selection used fallback path for direct_mem 94 ; FALLBACK-WITH-REPORT-ERR: warning: Instruction selection used fallback path for asm_output_ls64 104 ; FALLBACK-WITH-REPORT-ERR: warning: Instruction selection used fallback path for asm_input_ls64 114 ; FALLBACK-WITH-REPORT-ERR: warning: Instruction selection used fallback path for umul_s128 127 ; FALLBACK-WITH-REPORT-ERR: warning: Instruction selection used fallback path for gc_intr 144 ; FALLBACK-WITH-REPORT-ERR: warning: Instruction selection used fallback path for inline_asm_with_o…
|
| H A D | no-neon-no-fp.ll | 6 ; CHECK: Instruction selection used fallback path for foo 16 ; CHECK: Instruction selection used fallback path for bar
|
| /llvm-project/clang/utils/ |
| H A D | CaptureCmd | 38 fallback = os.getenv('CAPTURE_CMD_FALLBACK') 57 if fallback: 65 os.execv(fallback, sys.argv)
|
| /llvm-project/llvm/test/DebugInfo/ |
| H A D | symbolize-gnu-debuglink-fallback.test | 2 # Ensures that .debuglink can fallback to a separate location. This is normally 12 RUN: --fallback-debug-path=%t/bar | FileCheck %s --check-prefix=UNKNOWN 19 RUN: --fallback-debug-path=%t/bar | FileCheck %s --check-prefix=FOUND
|
| /llvm-project/llvm/test/ThinLTO/X86/ |
| H A D | devirt_check.ll | 4 ; that the devirtualization decision was correct and trap or fallback if not. 22 ; Check next in fallback mode. 24 ; RUN: -wholeprogramdevirt-check=fallback \ 68 ; a fallback if the function pointer doesn't match. 80 ; In particular, if left on the fallback indirect call ICP may perform an
|
| /llvm-project/libcxx/test/std/input.output/filesystems/fs.op.funcs/fs.op.temp_dir_path/ |
| H A D | temp_directory_path.pass.cpp | 133 path fallback; in basic_tests() local 151 fallback = ret; in basic_tests() 161 assert(ret == fallback); in basic_tests()
|
| /llvm-project/openmp/docs/remarks/ |
| H A D | OMP132.rst | 1 Generic-mode kernel is executed with a customized state machine that requires a fallback. [OMP132] 38 that requires a fallback. [OMP132]
|
| /llvm-project/openmp/runtime/src/include/ |
| H A D | ompx.h.var | 33 /// These extensions exist for the host to allow fallback implementations, 38 /// block dimension. This fallback is not supposed to be optimal and should be 61 // TODO: The following implementation is for host fallback. We need to disable 62 // generation of host fallback in kernel language mode.
|
| /llvm-project/llvm/test/CodeGen/AMDGPU/GlobalISel/ |
| H A D | dynamic-alloca-divergent.ll | |
| /llvm-project/llvm/docs/GlobalISel/ |
| H A D | index.rst | 89 For the initial FastISel replacement, we intend to fallback to SelectionDAG on 95 Still, supporting all IR (via a complete legalizer) and avoiding the fallback 100 We considered never having a fallback to SelectionDAG, instead deciding early
|
| /llvm-project/llvm/test/CodeGen/AArch64/ |
| H A D | vector-lrint.ll | 13 ; CHECK-i32-GI: warning: Instruction selection used fallback path for lrint_v1f16 14 ; CHECK-i32-GI-NEXT: warning: Instruction selection used fallback path for lrint_v2f16 15 ; CHECK-i32-GI-NEXT: warning: Instruction selection used fallback path for lrint_v4f16 16 ; CHECK-i32-GI-NEXT: warning: Instruction selection used fallback path for lrint_v8f16 17 ; CHECK-i32-GI-NEXT: warning: Instruction selection used fallback path for lrint_v16f16 18 ; CHECK-i32-GI-NEXT: warning: Instruction selection used fallback path for lrint_v32f16 19 ; CHECK-i32-GI-NEXT: warning: Instruction selection used fallback path for lrint_v1f32 20 ; CHECK-i32-GI-NEXT: warning: Instruction selection used fallback path for lrint_v2f32 21 ; CHECK-i32-GI-NEXT: warning: Instruction selection used fallback path for lrint_v4f32 22 ; CHECK-i32-GI-NEXT: warning: Instruction selection used fallback path for lrint_v8f32 [all …]
|
| H A D | aarch64-addv.ll | 25 ; CHECK-GI: warning: Instruction selection used fallback path for addv_v2i8 26 ; CHECK-GI-NEXT: warning: Instruction selection used fallback path for addv_v3i8 27 ; CHECK-GI-NEXT: warning: Instruction selection used fallback path for addv_v4i8 28 ; CHECK-GI-NEXT: warning: Instruction selection used fallback path for addv_v2i16 29 ; CHECK-GI-NEXT: warning: Instruction selection used fallback path for addv_v3i16 30 ; CHECK-GI-NEXT: warning: Instruction selection used fallback path for addv_v3i32 31 ; CHECK-GI-NEXT: warning: Instruction selection used fallback path for addv_v3i64 32 ; CHECK-GI-NEXT: warning: Instruction selection used fallback path for addv_v2i128
|
| /llvm-project/llvm/test/CodeGen/MIR/AArch64/ |
| H A D | print-parse-verify-failedISel-property.mir | 15 # the FailedISel property set to true and watch it properly fallback to 34 # FALLBACK: warning: Instruction selection used fallback path for test
|
| /llvm-project/lld/test/ELF/linkerscript/ |
| H A D | input-relative.s | 39 # RUN: echo 'INPUT(libc.a)' > dir/fallback.lds 40 # RUN: ld.lld a.o dir/fallback.lds -o /dev/null
|