Home
last modified time | relevance | path

Searched refs:LIT (Results 1 – 25 of 94) sorted by relevance

1234

/external/llvm/test/CodeGen/ARM/
Ddarwin-tls.ll2 …llc -mtriple=thumbv7s-apple-ios7.0 -o - %s -mattr=+no-movt | FileCheck %s --check-prefix=T2-LIT-PIC
4 …ios7.0 -o - %s -mattr=+no-movt -relocation-model=static | FileCheck %s --check-prefix=T2-LIT-STATIC
6 … llc -mtriple=armv7s-apple-ios7.0 -o - %s -mattr=+no-movt | FileCheck %s --check-prefix=ARM-LIT-PIC
8 …os7.0 -o - %s -mattr=+no-movt -relocation-model=static | FileCheck %s --check-prefix=ARM-LIT-STATIC
26 ; T2-LIT-PIC-LABEL: test_local_tls:
27 ; T2-LIT-PIC: ldr r0, [[LOCAL_VAR_ADDR:LCPI[0-9]+_[0-9]+]]
28 ; T2-LIT-PIC: [[PCREL_LOC:LPC[0-9]+_[0-9]+]]:
29 ; T2-LIT-PIC-NEXT: add r0, pc
30 ; T2-LIT-PIC: ldr [[TLV_GET_ADDR:r[0-9]+]], [r0]
31 ; T2-LIT-PIC: blx [[TLV_GET_ADDR]]
[all …]
/external/llvm-project/llvm/test/CodeGen/ARM/
Ddarwin-tls.ll2 …llc -mtriple=thumbv7s-apple-ios7.0 -o - %s -mattr=+no-movt | FileCheck %s --check-prefix=T2-LIT-PIC
4 …ios7.0 -o - %s -mattr=+no-movt -relocation-model=static | FileCheck %s --check-prefix=T2-LIT-STATIC
6 … llc -mtriple=armv7s-apple-ios7.0 -o - %s -mattr=+no-movt | FileCheck %s --check-prefix=ARM-LIT-PIC
8 …os7.0 -o - %s -mattr=+no-movt -relocation-model=static | FileCheck %s --check-prefix=ARM-LIT-STATIC
26 ; T2-LIT-PIC-LABEL: test_local_tls:
27 ; T2-LIT-PIC: ldr r0, [[LOCAL_VAR_ADDR:LCPI[0-9]+_[0-9]+]]
28 ; T2-LIT-PIC: [[PCREL_LOC:LPC[0-9]+_[0-9]+]]:
29 ; T2-LIT-PIC-NEXT: add r0, pc
30 ; T2-LIT-PIC: ldr [[TLV_GET_ADDR:r[0-9]+]], [r0]
31 ; T2-LIT-PIC: blx [[TLV_GET_ADDR]]
[all …]
/external/skqp/tests/
DSkPEGTest.cpp75 const auto match = LIT<'X'>::Match(gTests[i].fInput); in test_LIT()
80 REPORTER_ASSERT(r, !(LIT<'F', 'o', 'o'>::Match(""))); in test_LIT()
81 REPORTER_ASSERT(r, !(LIT<'F', 'o', 'o'>::Match("Fo"))); in test_LIT()
82 REPORTER_ASSERT(r, !(LIT<'F', 'o', 'o'>::Match("FoO"))); in test_LIT()
83 REPORTER_ASSERT(r, (LIT<'F', 'o', 'o'>::Match("Foo"))); in test_LIT()
84 REPORTER_ASSERT(r, (LIT<'F', 'o', 'o'>::Match("Foobar"))); in test_LIT()
158 const auto m = Opt<LIT<'f', 'o', 'o'>>::Match(gTests[i].fInput); in test_Opt()
165 REPORTER_ASSERT(r, (Seq<LIT<'X'>, EOS>::Match("X"))); in test_Seq()
166 REPORTER_ASSERT(r, !(Seq<LIT<'X'>, EOS>::Match("x"))); in test_Seq()
167 REPORTER_ASSERT(r, !(Seq<LIT<'X'>, EOS>::Match("xX"))); in test_Seq()
[all …]
/external/libcxx/docs/
DTestingLibcxx.rst11 libc++ uses LIT to configure and run its tests. The primary way to run the
14 LIT builds and runs the tests. This guide provides information on how to use
15 LIT directly to test libc++.
17 Please see the `Lit Command Guide`_ for more information about LIT.
25 LIT.
34 #. Tell LIT where to find your build configuration.
54 Sometimes you'll want to change the way LIT is running the tests. Custom options
87 LIT Options
95 To use these options you pass them on the LIT command line as --param NAME or
152 Enable or disable the use of LIT's internal shell in ShTests. If the
/external/skqp/experimental/svg/model/
DSkPEG.h216 template <char... Cs> struct LIT;
219 struct LIT<> {
229 struct LIT<C, Cs...> {
237 const auto m = LIT<Cs...>::Match(in + 1);
/external/llvm-project/llvm/utils/vscode/llvm/
DREADME.md8 - PatternMatchers for LIT test output.
10 - Tasks to run LIT on current selected file.
/external/llvm-project/libcxx/docs/
DTestingLibcxx.rst11 libc++ uses LIT to configure and run its tests.
16 configurations it is important to customize the way LIT builds and runs
17 the tests. This guide provides information on how to use LIT directly to
20 Please see the `Lit Command Guide`_ for more information about LIT.
40 Sometimes you'll want to change the way LIT is running the tests. Custom options
94 LIT Options
102 To use these options you pass them on the LIT command line as ``--param NAME``
/external/freetype/src/gzip/
Dinfcodes.c23 LIT, /* o: got literal, waiting for output space */ enumerator
133 c->mode = LIT; in inflate_codes()
214 case LIT: /* o: got literal, waiting for output space */ in inflate_codes()
/external/mesa3d/src/gallium/tests/graw/fragment-shader/
Dfrag-lit.sh6 LIT OUT[0], IN[0]
/external/libcxx/
Dtest.mk3 python $(LIT) -sv --param android_mode=$(LIT_MODE) $(LIT_ARGS) \
/external/mesa3d/src/gallium/tests/graw/vertex-shader/
Dvert-lit.sh9 LIT OUT[1], IN[1]
/external/llvm-project/libcxx/test/libcxx/atomics/
Dlibcpp-has-no-threads.pass.cpp11 #error This should be XFAILed for the purpose of detecting that the LIT feature\
/external/llvm-project/lldb/test/Shell/
Dlit-lldb-init.in1 # LLDB init file for the LIT tests.
/external/python/cpython2/Modules/zlib/
Dinflate.h46 LIT, /* o: waiting for output space to write literal */ enumerator
/external/rust/crates/libz-sys/src/zlib/
Dinflate.h46 LIT, /* o: waiting for output space to write literal */ enumerator
/external/libwebsockets/win32port/zlib/
Dinflate.h46 LIT, /* o: waiting for output space to write literal */ enumerator
/external/angle/third_party/zlib/
Dinflate.h46 LIT, /* o: waiting for output space to write literal */ enumerator
/external/zlib/
Dinflate.h46 LIT, /* o: waiting for output space to write literal */ enumerator
/external/rust/crates/libz-sys/src/zlib-ng/
Dinflate.h49 LIT, /* o: waiting for output space to write literal */ enumerator
/external/mesa3d/docs/relnotes/
D6.4.1.rst26 - vertex program LIT instruction didn't handle 0^0=1 correctly
/external/mksh/src/
Dexpr.c152 es->tok = LIT; in v_evaluate()
186 case LIT: in evalerr()
307 case LIT: in evalexpr()
634 es->tok = LIT; in exprtoken()
Dexprtok.h110 F2(LIT)
/external/OpenCL-CTS/
Dreadme-spir-v-binaries.txt30 Notes: lit_tests_cl22 branch includes both LIT tests and changes introduced in
/external/llvm-project/llvm/test/CodeGen/AMDGPU/
Dctpop16.ll230 ; SI-DAG: s_movk_i32 [[LIT:s[0-9]+]], 0x3e7
231 ; VI-DAG: s_movk_i32 [[LIT:s[0-9]+]], 0x3e7
232 ; SI: v_bcnt_u32_b32_e64 [[RESULT:v[0-9]+]], [[VAL]], [[LIT]]
233 ; VI: v_bcnt_u32_b32 [[RESULT:v[0-9]+]], [[VAL]], [[LIT]]
/external/llvm-project/libcxx/cmake/Modules/
DHandleOutOfTreeLLVM.cmake52 # Required LIT Configuration ------------------------------------------------

1234