Home
last modified time | relevance | path

Searched refs:tables2 (Results 1 – 3 of 3) sorted by relevance

/external/llvm/test/Transforms/Inline/
Dattributes.ll291 define i32 @test_no-use-jump-tables2(i32 %i) "no-jump-tables"="true" {
294 ; CHECK: @test_no-use-jump-tables2(i32 %i) [[NOUSEJUMPTABLES]] {
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/Inline/
Dattributes.ll322 define i32 @test_no-use-jump-tables2(i32 %i) "no-jump-tables"="true" {
325 ; CHECK: @test_no-use-jump-tables2(i32 %i) [[NOUSEJUMPTABLES]] {
/external/pcre/dist2/src/
Dpcre2test.c2458 static const uint8_t tables2[] = { variable
5245 case 2: use_tables = tables2; break; in process_pattern()