/external/llvm/test/CodeGen/ARM/ |
D | darwin-tls.ll | 2 …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/ |
D | darwin-tls.ll | 2 …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/ |
D | SkPEGTest.cpp | 75 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/ |
D | TestingLibcxx.rst | 11 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/ |
D | SkPEG.h | 216 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/ |
D | README.md | 8 - PatternMatchers for LIT test output. 10 - Tasks to run LIT on current selected file.
|
/external/llvm-project/libcxx/docs/ |
D | TestingLibcxx.rst | 11 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/ |
D | infcodes.c | 23 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/ |
D | frag-lit.sh | 6 LIT OUT[0], IN[0]
|
/external/libcxx/ |
D | test.mk | 3 python $(LIT) -sv --param android_mode=$(LIT_MODE) $(LIT_ARGS) \
|
/external/mesa3d/src/gallium/tests/graw/vertex-shader/ |
D | vert-lit.sh | 9 LIT OUT[1], IN[1]
|
/external/llvm-project/libcxx/test/libcxx/atomics/ |
D | libcpp-has-no-threads.pass.cpp | 11 #error This should be XFAILed for the purpose of detecting that the LIT feature\
|
/external/llvm-project/lldb/test/Shell/ |
D | lit-lldb-init.in | 1 # LLDB init file for the LIT tests.
|
/external/python/cpython2/Modules/zlib/ |
D | inflate.h | 46 LIT, /* o: waiting for output space to write literal */ enumerator
|
/external/rust/crates/libz-sys/src/zlib/ |
D | inflate.h | 46 LIT, /* o: waiting for output space to write literal */ enumerator
|
/external/libwebsockets/win32port/zlib/ |
D | inflate.h | 46 LIT, /* o: waiting for output space to write literal */ enumerator
|
/external/angle/third_party/zlib/ |
D | inflate.h | 46 LIT, /* o: waiting for output space to write literal */ enumerator
|
/external/zlib/ |
D | inflate.h | 46 LIT, /* o: waiting for output space to write literal */ enumerator
|
/external/rust/crates/libz-sys/src/zlib-ng/ |
D | inflate.h | 49 LIT, /* o: waiting for output space to write literal */ enumerator
|
/external/mesa3d/docs/relnotes/ |
D | 6.4.1.rst | 26 - vertex program LIT instruction didn't handle 0^0=1 correctly
|
/external/mksh/src/ |
D | expr.c | 152 es->tok = LIT; in v_evaluate() 186 case LIT: in evalerr() 307 case LIT: in evalexpr() 634 es->tok = LIT; in exprtoken()
|
D | exprtok.h | 110 F2(LIT)
|
/external/OpenCL-CTS/ |
D | readme-spir-v-binaries.txt | 30 Notes: lit_tests_cl22 branch includes both LIT tests and changes introduced in
|
/external/llvm-project/llvm/test/CodeGen/AMDGPU/ |
D | ctpop16.ll | 230 ; 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/ |
D | HandleOutOfTreeLLVM.cmake | 52 # Required LIT Configuration ------------------------------------------------
|