/external/llvm-project/llvm/test/MC/Disassembler/RISCV/ |
D | branch-targets.txt | 9 j label2 11 bnez a0, label2 14 j label2 16 bnez a0, label2 19 # CHECK-NEXT: jal zero, 0x18 <label2> 21 # CHECK-NEXT: bne a0, zero, 0x18 <label2> 23 # CHECK-NEXT: c.j 0x18 <label2> 25 # CHECK-NEXT: c.bnez a0, 0x18 <label2> 27 label2:
|
/external/llvm-project/lld/test/ELF/ |
D | arm-mov-relocs.s | 26 movw r2, :lower16:label2 + 4 42 movt r2, :upper16:label2 + 4 58 movw r2, :lower16:label2 + 4 - . 78 movt r2, :upper16:label2 + 0x4 - . 98 movw r2, :lower16:label2(sbrel) 119 movt r2, :upper16:label2(sbrel) 140 movw r2, :lower16:label2 + 4 155 movt r2, :upper16:label2 + 4 170 movw r2, :lower16:label2 + 4 - . 190 movt r2, :upper16:label2 + 0x4 - . [all …]
|
/external/libtextclassifier/native/annotator/ |
D | feature-processor_test.cc | 402 int label2; in TEST_F() local 403 ASSERT_TRUE(feature_processor2.SpanToLabel({5, 8}, tokens, &label2)); in TEST_F() 404 EXPECT_EQ(label, label2); in TEST_F() 405 ASSERT_TRUE(feature_processor2.SpanToLabel({6, 9}, tokens, &label2)); in TEST_F() 406 EXPECT_EQ(label, label2); in TEST_F() 407 ASSERT_TRUE(feature_processor2.SpanToLabel({5, 9}, tokens, &label2)); in TEST_F() 408 EXPECT_EQ(label, label2); in TEST_F() 411 ASSERT_TRUE(feature_processor2.SpanToLabel({4, 9}, tokens, &label2)); in TEST_F() 412 EXPECT_EQ(kInvalidLabel, label2); in TEST_F() 413 ASSERT_TRUE(feature_processor2.SpanToLabel({5, 10}, tokens, &label2)); in TEST_F() [all …]
|
/external/tensorflow/tensorflow/c/eager/ |
D | c_api_experimental.cc | 123 const char* label2) { in TFE_MonitoringNewCounter2() argument 125 new TFE_MonitoringCounter2({name, description, label1, label2}); in TFE_MonitoringNewCounter2() 139 TFE_MonitoringCounter2* counter, const char* label1, const char* label2) { in TFE_MonitoringGetCellCounter2() argument 141 static_cast<void*>(counter->counter->GetCell(label1, label2))); in TFE_MonitoringGetCellCounter2() 202 const char* label2) { in TFE_MonitoringNewIntGauge2() argument 204 new TFE_MonitoringIntGauge2({name, description, label1, label2}); in TFE_MonitoringNewIntGauge2() 218 TFE_MonitoringIntGauge2* gauge, const char* label1, const char* label2) { in TFE_MonitoringGetCellIntGauge2() argument 220 static_cast<void*>(gauge->gauge->GetCell(label1, label2))); in TFE_MonitoringGetCellIntGauge2() 285 const char* label1, const char* label2) { in TFE_MonitoringNewStringGauge2() argument 287 new TFE_MonitoringStringGauge2({name, description, label1, label2}); in TFE_MonitoringNewStringGauge2() [all …]
|
D | c_api_experimental.h | 89 const char* label1, const char* label2); 93 TFE_MonitoringCounter2* counter, const char* label1, const char* label2); 133 const char* label1, const char* label2); 138 const char* label1, const char* label2); 171 const char* label1, const char* label2); 176 const char* label1, const char* label2); 208 const char* label1, const char* label2); 213 const char* label1, const char* label2); 262 const char* description, const char* label1, const char* label2); 266 TFE_MonitoringSampler2* sampler, const char* label1, const char* label2);
|
/external/llvm-project/llvm/test/Transforms/PGOProfile/ |
D | indirectbr.ll | 15 …tant [3 x i8*] [i8* blockaddress(@foo, %return), i8* blockaddress(@foo, %label2), i8* blockaddress… 26 indirectbr i8* %0, [label %return, label %label2, label %label3] 27 ; USE: indirectbr i8* %0, [label %return, label %label2, label %label3] 31 label2: 38 %retval.0 = phi i32 [ 3, %label3 ], [ 2, %label2 ], [ 0, %entry ], [ 1, %if.then ] 47 ; BRANCHPROB: edge if.then -> label2 probability is 0x1d1745d1 / 0x80000000 = 22.73% 49 ; BRANCHPROB: edge label2 -> return.clone probability is 0x80000000 / 0x80000000 = 100.00% [HOT ed…
|
/external/llvm-project/llvm/test/Analysis/MemorySSA/ |
D | pr40754.ll | 18 br label %label2 20 label2: ; preds = %.critedge, %label1 23 label3: ; preds = %label5, %label2 24 %storemerge = phi i32 [ 0, %label2 ], [ %tmp6, %label5 ] 44 br label %label2
|
D | pr41640.ll | 21 br i1 undef, label %.preheader.i.us.preheader, label %label2 39 br label %label2 41 label2: ; preds = %._crit_edge5.i.us, %thread-pre-split.i.us 45 .lr.ph8.i.us.preheader: ; preds = %label2 55 label4: ; preds = %._crit_edge9.i.us, %label2
|
/external/llvm-project/llvm/test/FileCheck/ |
D | check-label.txt | 15 label2: 27 ; CHECKOK-LABEL: {{^}}label2: 47 ; CHECKFAIL-LABEL: {{^}}label2:
|
/external/llvm/test/FileCheck/ |
D | check-label.txt | 12 label2: 24 ; CHECKOK-LABEL: {{^}}label2: 44 ; CHECKFAIL-LABEL: {{^}}label2:
|
/external/jacoco/org.jacoco.core.test/src/org/jacoco/core/internal/flow/ |
D | MethodProbesAdapterTest.java | 240 Label label2 = new Label(); in testVisitLookupSwitchInsn2() local 241 LabelInfo.setTarget(label2); in testVisitLookupSwitchInsn2() 242 LabelInfo.setTarget(label2); in testVisitLookupSwitchInsn2() 245 final Label[] labels = new Label[] { label2, label }; in testVisitLookupSwitchInsn2() 255 assertEquals(1000, LabelInfo.getProbeId(label2)); in testVisitLookupSwitchInsn2() 288 Label label2 = new Label(); in testVisitTableSwitchInsn2() local 289 LabelInfo.setTarget(label2); in testVisitTableSwitchInsn2() 290 LabelInfo.setTarget(label2); in testVisitTableSwitchInsn2() 292 final Label[] labels = new Label[] { label2, label }; in testVisitTableSwitchInsn2() 302 assertEquals(1000, LabelInfo.getProbeId(label2)); in testVisitTableSwitchInsn2()
|
/external/llvm-project/clang/test/Analysis/ |
D | egraph-asm-goto-no-crash.cpp | 12 : label1, label2 /* any labels used */); in testAsmGoto() 22 label2: in testAsmGoto()
|
/external/llvm-project/llvm/test/Bitcode/ |
D | terminatorInstructions.3.2.ll | 66 ; CHECK-NEXT: i32 2, label %label2 67 i32 2, label %label2 71 label2:
|
/external/llvm/test/Bitcode/ |
D | terminatorInstructions.3.2.ll | 66 ; CHECK-NEXT: i32 2, label %label2 67 i32 2, label %label2 71 label2:
|
/external/llvm-project/clang/test/AST/ |
D | ast-dump-stmt.c | 146 goto label2; in TestLabelsAndGoto() 149 label2: in TestLabelsAndGoto()
|
D | ast-dump-stmt-json.c | 42 goto label2; in TestLabelsAndGoto() 44 label2: in TestLabelsAndGoto()
|
/external/llvm-project/llvm/test/MC/ARM/ |
D | thumb-cb-offsets.s | 22 cbz r0, label2 24 label2: label
|
/external/llvm-project/clang/test/OpenMP/ |
D | taskyield_messages.cpp | 57 label2: in tmain() 114 label2: in main()
|
/external/llvm/test/MC/Mips/ |
D | hilo-addressing.s | 20 # Check that assembler can handle %hi(label1 - label2) and %lo(label1 - label2)
|
/external/llvm-project/llvm/test/MC/Mips/ |
D | hilo-addressing.s | 20 # Check that assembler can handle %hi(label1 - label2) and %lo(label1 - label2)
|
/external/python/cpython3/Lib/encodings/ |
D | idna.py | 134 label2 = ToASCII(result) 138 if str(label, "ascii").lower() != str(label2, "ascii"): 139 raise UnicodeError("IDNA does not round-trip", label, label2)
|
/external/python/cpython2/Lib/encodings/ |
D | idna.py | 134 label2 = ToASCII(result) 138 if label.lower() != label2: 139 raise UnicodeError("IDNA does not round-trip", label, label2)
|
/external/skqp/gm/ |
D | gamma.cpp | 68 auto nextRect = [&](const char* label, const char* label2) { in __anona9327cdd0302() argument 71 if (label2) { in __anona9327cdd0302() 72 drawString(label2, 0, sz + 2 * font.getSpacing()); in __anona9327cdd0302()
|
/external/llvm/test/CodeGen/Hexagon/ |
D | block-addr.ll | 18 i32 2, label %label2 36 label2:
|
/external/clang/test/Analysis/ |
D | uninit-sometimes.cpp | 79 goto label2; in test_do_while_true() 83 label2: ; in test_do_while_true()
|