| /llvm-project-15.0.7/llvm/docs/ |
| H A D | DebuggingJITedCode.rst | 55 Note that lli has to be passed the ``--jit-kind=mcjit`` flag to JIT the code 97 code via ``lli`` inside LLDB: 103 > lldb $BINPATH/lli 104 (lldb) target create "/workspaces/llvm-project/build/bin/lli" 113 * thread #1, name = 'lli', stop reason = breakpoint 1.1 129 * thread #1, name = 'lli', stop reason = breakpoint 2.1 141 * thread #1, name = 'lli', stop reason = breakpoint 2.1 146 …frame #4: 0x0000000001f2fc2f lli`main(argc=4, argv=0x00007fffffffe118, envp=0x00007fffffffe140) at… 148 frame #6: 0x0000000001f2dc7a lli`_start + 42 151 * thread #1, name = 'lli', stop reason = step out [all …]
|
| /llvm-project-15.0.7/mlir/test/Integration/Dialect/Vector/CPU/X86Vector/ |
| H A D | lit.local.cfg | 13 config.substitutions.append(('%lli', config.intel_sde_executable + ' -tgl -- lli')) 15 config.substitutions.append(('%lli', 'lli'))
|
| /llvm-project-15.0.7/mlir/test/Integration/Dialect/Vector/CPU/AMX/ |
| H A D | lit.local.cfg | 13 config.substitutions.append(('%lli', config.intel_sde_executable + ' -spr -- lli')) 15 config.substitutions.append(('%lli', 'lli'))
|
| /llvm-project-15.0.7/llvm/test/ExecutionEngine/MCJIT/ |
| H A D | load-object-a.ll | 4 ; RUN: %lli -jit-kind=mcjit -extra-module=%p/Inputs/multi-module-b.ll -extra-module=%p/Inputs/multi… 5 ; RUN: %lli -extra-module=%p/Inputs/multi-module-b.ll -extra-module=%p/Inputs/multi-module-c.ll -en… 11 ; RUN: %lli -jit-kind=mcjit -extra-object=%t.cachedir2/multi-module-b.o -extra-object=%t.cachedir2/… 12 ; RUN: %lli -extra-object=%t.cachedir2/multi-module-b.o -extra-object=%t.cachedir2/multi-module-c.o… 19 ; RUN: %lli -jit-kind=mcjit -extra-archive=%t.cachedir3/load-object.a %s 20 ; RUN: %lli -extra-archive=%t.cachedir3/load-object.a %s
|
| H A D | simplesttest.ll | 1 ; RUN: %lli -jit-kind=mcjit %s > /dev/null 2 ; RUN: %lli %s > /dev/null
|
| H A D | test-return.ll | 1 ; RUN: %lli -jit-kind=mcjit %s > /dev/null 2 ; RUN: %lli %s > /dev/null
|
| H A D | simpletest.ll | 1 ; RUN: %lli -jit-kind=mcjit %s > /dev/null 2 ; RUN: %lli %s > /dev/null
|
| H A D | 2003-01-04-PhiTest.ll | 1 ; RUN: %lli -jit-kind=mcjit %s > /dev/null 2 ; RUN: %lli %s > /dev/null
|
| H A D | test-branch.ll | 1 ; RUN: %lli -jit-kind=mcjit %s > /dev/null 2 ; RUN: %lli %s > /dev/null
|
| H A D | test-call-no-external-funcs.ll | 1 ; RUN: %lli -jit-kind=mcjit %s > /dev/null 2 ; RUN: %lli %s > /dev/null
|
| H A D | 2003-05-07-ArgumentTest.ll | 1 ; RUN: %lli -jit-kind=mcjit %s test 2 ; RUN: %lli %s test
|
| H A D | 2003-01-09-SARTest.ll | 1 ; RUN: %lli -jit-kind=mcjit %s > /dev/null 2 ; RUN: %lli %s > /dev/null
|
| H A D | 2003-05-11-PHIRegAllocBug.ll | 1 ; RUN: %lli -jit-kind=mcjit %s > /dev/null 2 ; RUN: %lli %s > /dev/null
|
| H A D | 2003-01-10-FUCOM.ll | 1 ; RUN: %lli -jit-kind=mcjit %s > /dev/null 2 ; RUN: %lli %s > /dev/null
|
| H A D | cross-module-a.ll | 1 ; RUN: %lli -jit-kind=mcjit -extra-module=%p/Inputs/cross-module-b.ll %s > /dev/null 2 ; RUN: %lli -extra-module=%p/Inputs/cross-module-b.ll %s > /dev/null
|
| H A D | 2003-08-15-AllocaAssertion.ll | 1 ; RUN: %lli -jit-kind=mcjit %s > /dev/null 2 ; RUN: %lli %s > /dev/null
|
| H A D | hello.ll | 1 ; RUN: %lli -jit-kind=mcjit %s > /dev/null 2 ; RUN: %lli %s > /dev/null
|
| /llvm-project-15.0.7/llvm/docs/CommandGuide/ |
| H A D | lli.rst | 1 lli - directly execute programs from LLVM bitcode 4 .. program:: lli 9 :program:`lli` [*options*] [*filename*] [*program args*] 14 :program:`lli` directly executes programs in LLVM bitcode format. It takes a program 18 :program:`lli` is *not* an emulator. It will not execute IR of different architectures 24 If `filename` is not specified, then :program:`lli` reads the LLVM bitcode for the 48 Causes :program:`lli` to load the plugin (shared object) named *pluginfilename* and use 63 Print out the version of :program:`lli` and exit without doing anything else. 112 Causes :program:`lli` to enable optimizations that may decrease floating point 117 Causes :program:`lli` to generate software floating point library calls instead of [all …]
|
| /llvm-project-15.0.7/llvm/tools/lli/ |
| H A D | CMakeLists.txt | 52 add_llvm_tool(lli 53 lli.cpp 60 export_executable_symbols(lli)
|
| /llvm-project-15.0.7/mlir/test/Integration/Dialect/Vector/CPU/ArmSVE/ |
| H A D | lit.local.cfg | 11 lli_cmd = 'lli' 26 config.substitutions.append(('%lli', emulation_cmd)) 28 config.substitutions.append(('%lli', lli_cmd))
|
| /llvm-project-15.0.7/clang/test/SemaCXX/ |
| H A D | shift.cpp | 55 long long int lli; in test() local 56 lli = INT_MIN << 2; // cxx17-warning {{shifting a negative signed value is undefined}} in test() 57 lli = 1LL << (sizeof(long long) * CHAR_BIT - 2); in test()
|
| /llvm-project-15.0.7/clang/test/Sema/ |
| H A D | shift.c | 54 long long int lli; in test() local 55 lli = INT_MIN << 2; // expected-warning {{shifting a negative signed value is undefined}} in test() 56 lli = 1LL << (sizeof(long long) * CHAR_BIT - 2); in test()
|
| /llvm-project-15.0.7/llvm/tools/lli/ChildTarget/ |
| H A D | CMakeLists.txt | 8 add_llvm_utility(lli-child-target 15 export_executable_symbols(lli-child-target)
|
| /llvm-project-15.0.7/llvm/test/ExecutionEngine/OrcLazy/ |
| H A D | debug-objects-elf-minimal.ll | 5 ; RUN: lli --jit-linker=rtdyld \ 8 ; RUN: lli --jit-linker=jitlink \ 39 ; RUN: lli --jit-linker=rtdyld \ 43 ; RUN: lli --jit-linker=jitlink \
|
| /llvm-project-15.0.7/llvm/test/ExecutionEngine/ |
| H A D | mov64zext32.ll | 1 ; RUN: %lli -jit-kind=mcjit %s > /dev/null 2 ; RUN: %lli %s > /dev/null
|