Home
last modified time | relevance | path

Searched refs:unrecognized (Results 1 – 25 of 46) sorted by relevance

12

/llvm-project-15.0.7/llvm/test/tools/llvm-objdump/ELF/RISCV/
H A Dunknown-arch-attr.test1 ## Handle unrecognized arch attributes.
2 ## Encode an unrecognized arch feature into an object file and try to decode it.
3 ## The expected behavior is to ignore the unrecognized arch feature and
7 ## unrecognized architecture extension. llvm-objdump will ignore it and decode
10 ## This test cannot be assembly because the test needs an unrecognized arch
11 ## feature and `llvm-mc` will filter out the unrecognized arch feature.
/llvm-project-15.0.7/llvm/test/MC/RISCV/
H A Drv64a-invalid.s10 amoxor.d.rlqa a2, a3, (a4) # CHECK: :[[@LINE]]:1: error: unrecognized instruction mnemonic
11 amoor.d.aq.rl a4, a5, (a6) # CHECK: :[[@LINE]]:1: error: unrecognized instruction mnemonic
12 amoor.d. a4, a5, (a6) # CHECK: :[[@LINE]]:1: error: unrecognized instruction mnemonic
H A Drv32a-invalid.s10 amoxor.w.rlqa a2, a3, (a4) # CHECK: :[[@LINE]]:1: error: unrecognized instruction mnemonic
11 amoor.w.aq.rl a4, a5, (a6) # CHECK: :[[@LINE]]:1: error: unrecognized instruction mnemonic
12 amoor.w. a4, a5, (a6) # CHECK: :[[@LINE]]:1: error: unrecognized instruction mnemonic
H A Dempty-string.s3 "" # CHECK: error: unrecognized instruction mnemonic
H A Drv32i-invalid.s139 addi t0, sp, %modifer(255) # CHECK: :[[@LINE]]:15: error: unrecognized operand modifier
145 subs t0, t2, t1 # CHECK: :[[@LINE]]:1: error: unrecognized instruction mnemonic
146 nandi t0, zero, 0 # CHECK: :[[@LINE]]:1: error: unrecognized instruction mnemonic
/llvm-project-15.0.7/clang/test/Parser/
H A Dobjc-available.m14 (void)@available(erik_os 10.11, *); // expected-error{{unrecognized platform name erik_os}}
16 (void)@available(erik_os 10.10, hat_os 1.0, *); // expected-error 2 {{unrecognized platform name}}
/llvm-project-15.0.7/lld/test/ELF/invalid/
H A Dbad-arm-attributes.s5 # CHECK: {{.*}}.o:(.ARM.attributes): unrecognized format-version: 0x0
/llvm-project-15.0.7/lld/test/COFF/
H A Dallow-unknown-debug-info.test4 # CHECK: ignoring section .debug$S with unrecognized magic 0x1
/llvm-project-15.0.7/llvm/test/tools/llvm-ml/
H A Dextern_errors.asm9 ; CHECK: :[[# @LINE + 1]]:15: error: unrecognized type in directive 'extern'
/llvm-project-15.0.7/lld/test/ELF/
H A Dppc64-abi-version.s11 # ERR2: unrecognized e_flags: 3
/llvm-project-15.0.7/lldb/test/Shell/ScriptInterpreter/Python/
H A Dpython.test12 # INVALID: error: unrecognized value for language 'invalid'
/llvm-project-15.0.7/llvm/test/tools/obj2yaml/MachO/
H A Dunrecognized-debug-section.yaml1 ## Test that macho2yaml dumps the __debug_foo section (unrecognized debug section)
/llvm-project-15.0.7/compiler-rt/test/fuzzer/
H A Dfuzzer-flags.test3 FOO_BAR: WARNING: unrecognized flag '-foo_bar=1'; use -help=1 to list all flags
/llvm-project-15.0.7/polly/test/Support/
H A Disl-args.ll8 ; UNKNOWN: -polly-isl-arg: unrecognized option: -asdf
/llvm-project-15.0.7/llvm/test/MC/LoongArch/Basic/Integer/
H A Dinvalid.s129 # CHECK: :[[#@LINE-1]]:1: error: unrecognized instruction mnemonic
131 # CHECK: :[[#@LINE-1]]:1: error: unrecognized instruction mnemonic
133 # CHECK: :[[#@LINE-1]]:1: error: unrecognized instruction mnemonic
/llvm-project-15.0.7/clang-tools-extra/clangd/
H A DConfigYAML.cpp78 Dict.unrecognized([&](Located<std::string>, Node &) { in parse()
148 CheckOptDict.unrecognized([&](Located<std::string> &&Key, Node &Val) { in parse()
281 unrecognized(std::function<bool(Located<std::string>, Node &)> Handler) { in unrecognized() function in clang::clangd::config::__anon32148bf40111::Parser::DictParser
/llvm-project-15.0.7/llvm/lib/Target/Lanai/
H A DLanaiSchedule.td34 // Allow scheduler to assign default model to any unrecognized opcodes.
/llvm-project-15.0.7/llvm/test/tools/llvm-objdump/ELF/ARM/
H A Dunknown-instr-resync.test3 # Test that unrecognized instructions are skipped in a way that makes
/llvm-project-15.0.7/llvm/test/DebugInfo/X86/
H A Ddwarfdump-bogus-LNE.s2 # program containing unrecognized extended opcodes.
/llvm-project-15.0.7/llvm/test/tools/llvm-objcopy/ELF/
H A Darchive-unknown-members.test2 ## archives containing unrecognized files, and do not modify anything. We use
/llvm-project-15.0.7/llvm/test/tools/llvm-profdata/
H A Dtext-format-errors.test27 BINARY: error: {{.+}}: unrecognized instrumentation profile encoding format
/llvm-project-15.0.7/llvm/docs/CommandGuide/
H A Dllvm-tli-checker.rst84 non-zero exit code if there is an unrecognized option, or no input files are
/llvm-project-15.0.7/llvm/test/MC/CSKY/
H A Dbasic-16bit.s262 subs t0, t2, t1 # CHECK: :[[#@LINE]]:1: error: unrecognized instruction mnemonic
263 nandi t0, t2, 0 # CHECK: :[[#@LINE]]:1: error: unrecognized instruction mnemonic
/llvm-project-15.0.7/llvm/test/tools/llvm-readobj/
H A Darchive.test89 ## an unrecognized object. We add a dummy archive to the middle of another archive,
/llvm-project-15.0.7/llvm/test/tools/llvm-readobj/ELF/RISCV/
H A Dattributes-invalid.test16 …o dump attributes from the SHT_RISCV_ATTRIBUTES section with index 1: unrecognized format-version:…

12