/external/llvm-project/llvm/test/MC/Disassembler/RISCV/ |
D | branch-targets.txt | 6 label1: 8 j label1 10 bnez a0, label1 13 j label1 15 bnez a0, label1 17 # CHECK-LABEL: <label1>: 18 # CHECK-NEXT: jal zero, 0x0 <label1> 20 # CHECK-NEXT: bne a0, zero, 0x0 <label1> 22 # CHECK-NEXT: c.j 0x0 <label1> 24 # CHECK-NEXT: c.bnez a0, 0x0 <label1>
|
/external/tensorflow/tensorflow/c/eager/ |
D | c_api_experimental.cc | 99 const char* label1) { in TFE_MonitoringNewCounter1() argument 100 auto* result = new TFE_MonitoringCounter1({name, description, label1}); in TFE_MonitoringNewCounter1() 114 TFE_MonitoringCounter1* counter, const char* label1) { in TFE_MonitoringGetCellCounter1() argument 116 static_cast<void*>(counter->counter->GetCell(label1))); in TFE_MonitoringGetCellCounter1() 122 const char* label1, 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() 178 const char* label1) { in TFE_MonitoringNewIntGauge1() argument 179 auto* result = new TFE_MonitoringIntGauge1({name, description, label1}); in TFE_MonitoringNewIntGauge1() [all …]
|
D | c_api_experimental.h | 79 const char* label1); 83 TFE_MonitoringCounter1* counter, const char* label1); 89 const char* label1, const char* label2); 93 TFE_MonitoringCounter2* counter, const char* label1, const char* label2); 122 const char* label1); 127 const char* label1); 133 const char* label1, const char* label2); 138 const char* label1, const char* label2); 160 const char* label1); 165 const char* label1); [all …]
|
/external/llvm-project/lld/test/ELF/ |
D | arm-mov-relocs.s | 25 movw r1, :lower16:label1 41 movt r1, :upper16:label1 57 movw r1, :lower16:label1 - . 77 movt r1, :upper16:label1 - . 97 movw r1, :lower16:label1(sbrel) 118 movt r1, :upper16:label1(sbrel) 139 movw r1, :lower16:label1 154 movt r1, :upper16:label1 169 movw r1, :lower16:label1 - . 189 movt r1, :upper16:label1 - . [all …]
|
/external/autotest/frontend/afe/ |
D | rpc_interface_unittest.py | 119 def _testShardHeartbeatLabelRemovalRaceHelper(self, shard1, host1, label1): argument 122 host2.labels.add(label1) 128 rpc_interface.remove_board_from_shard(shard1.hostname, label1.name) 140 def _testShardRetrieveJobsHelper(self, shard1, host1, label1, shard2, argument 147 leased_host.labels.add(label1) 149 job1 = self._createJobForLabel(label1) 153 job_completed = self._createJobForLabel(label1) 158 job_active = self._createJobForLabel(label1) 171 host3.labels.add(label1) 177 def _testResendJobsAfterFailedHeartbeatHelper(self, shard1, host1, label1): argument [all …]
|
/external/llvm-project/flang/test/Parser/ |
D | acc-unparse.f90 | 8 label1: do i = 1, 10 12 exit label1 15 end do label1
|
/external/clang/test/CXX/stmt.stmt/stmt.label/ |
D | p1.cpp | 6 goto label1; in f() 8 label1: // expected-note{{previous definition is here}} in f() 12 label1: // expected-error{{redefinition of label 'label1'}} in f()
|
/external/llvm-project/clang/test/CXX/stmt.stmt/stmt.label/ |
D | p1.cpp | 6 goto label1; in f() 8 label1: // expected-note{{previous definition is here}} in f() 12 label1: // expected-error{{redefinition of label 'label1'}} in f()
|
/external/llvm-project/llvm/test/Analysis/MemorySSA/ |
D | pr40754.ll | 15 br label %label1 17 label1: ; preds = %.thread, %label0 20 label2: ; preds = %.critedge, %label1 53 br label %label1
|
D | pr41640.ll | 30 br label %label1 32 label1: ; preds = %label1, %.lr.ph.i.us 33 br i1 undef, label %label1, label %._crit_edge.i.us 35 ._crit_edge.i.us: ; preds = %label1, %.preheader.i.us
|
/external/llvm-project/llvm/test/FileCheck/ |
D | check-label.txt | 11 label1: 23 ; CHECKOK-LABEL: {{^}}label1: 39 ; CHECKFAIL-LABEL: {{^}}label1:
|
/external/llvm/test/FileCheck/ |
D | check-label.txt | 8 label1: 20 ; CHECKOK-LABEL: {{^}}label1: 36 ; CHECKFAIL-LABEL: {{^}}label1:
|
/external/llvm-project/llvm/test/MC/ARM/ |
D | thumb-cb-offsets.s | 13 cbz r0, label1 15 cbnz r0, label1 18 label1: label
|
/external/llvm-project/clang/test/Analysis/ |
D | egraph-asm-goto-no-crash.cpp | 12 : label1, label2 /* any labels used */); in testAsmGoto() 17 label1: in testAsmGoto()
|
/external/llvm-project/llvm/test/Bitcode/ |
D | terminatorInstructions.3.2.ll | 64 ; CHECK-NEXT: i32 1, label %label1 65 i32 1, label %label1 69 label1:
|
/external/llvm/test/Bitcode/ |
D | terminatorInstructions.3.2.ll | 64 ; CHECK-NEXT: i32 1, label %label1 65 i32 1, label %label1 69 label1:
|
/external/llvm-project/llvm/test/MC/WebAssembly/ |
D | annotations.s | 47 # CHECK-NEXT: br_if 0 # 0: down to label1 49 # CHECK-NEXT: br_if 1 # 1: down to label1 51 # CHECK-NEXT: end_block # label1:
|
/external/llvm-project/clang/test/CodeGen/ |
D | lifetime2.c | 103 label1: in jump_backward_over_declaration() 112 goto label1; in jump_backward_over_declaration()
|
/external/llvm-project/clang/test/AST/ |
D | ast-dump-stmt.c | 141 label1: in TestLabelsAndGoto() 154 void *ptr = &&label1; in TestLabelsAndGoto()
|
D | ast-dump-stmt-json.c | 39 label1: in TestLabelsAndGoto() 47 void *ptr = &&label1; in TestLabelsAndGoto()
|
/external/google-java-format/idea_plugin/src/com/google/googlejavaformat/intellij/ |
D | GoogleJavaFormatConfigurable.java | 166 final JLabel label1 = new JLabel(); in $$$setupUI$$$() local 167 label1.setText("Code style"); in $$$setupUI$$$() 169 label1, in $$$setupUI$$$()
|
/external/llvm-project/clang/test/SemaObjC/ |
D | foreach.m | 67 goto label1; 69 label1: 80 goto label1; /* expected-error{{cannot jump from this goto statement to its label}} */
|
/external/clang/test/OpenMP/ |
D | taskwait_messages.cpp | 51 label1 : { in tmain() 105 label1 : { in main()
|
D | taskyield_messages.cpp | 51 label1 : { in tmain() 105 label1 : { in main()
|
D | barrier_messages.cpp | 51 label1 : { in tmain() 105 label1 : { in main()
|