HomeSort by relevance Sort by last modified time
    Searched full:block1 (Results 51 - 75 of 135) sorted by null

1 23 4 5 6

  /external/llvm/test/Transforms/SimplifyCFG/
preserve-branchweights.ll 418 ; CHECK-NEXT: block1:
424 block1:
431 %cowval = phi i32 [ 2, %block2 ], [ 0, %block1 ]
443 ; CHECK-NEXT: block1:
451 block1:
458 %cowval = phi i32 [ 2, %block2 ], [ 0, %block1 ]
468 ; CHECK-NEXT: block1:
476 block1:
483 %cowval = phi i32 [ 2, %block2 ], [ 0, %block1 ]
  /external/llvm/test/Transforms/AddDiscriminators/
first-only.ll 67 ; CHECK: ![[BLOCK1:[0-9]+]] = distinct !DILexicalBlock(scope: ![[FOO]],{{.*}} line: 3)
75 ; CHECK: ![[BLOCK2]] = distinct !DILexicalBlock(scope: ![[BLOCK1]],{{.*}} line: 3)
  /external/ltp/testcases/kernel/syscalls/modify_ldt/
modify_ldt01.c 31 * block1:
114 //block1:
modify_ldt02.c 28 * block1:
110 //block1:
  /external/wycheproof/java/com/google/security/wycheproof/testcases/
DhiesTest.java 161 String block1 = TestUtil.bytesToHex(Arrays.copyOfRange(ciphertext, i, i + 16)); local
165 !block1.equals(block2));
EciesTest.java 251 String block1 = TestUtil.bytesToHex(Arrays.copyOfRange(ciphertext, 241, 257)); local
253 assertTrue("Ciphertext repeats:" + TestUtil.bytesToHex(ciphertext), !block1.equals(block2));
  /external/llvm/test/Transforms/InstCombine/
atomic.ll 180 br i1 %cnd, label %block1, label %block2
182 block1:
196 ; CHECK: br i1 %cnd, label %block1, label %block2
197 br i1 %cnd, label %block1, label %block2
199 block1:
  /device/linaro/bootloader/edk2/NetworkPkg/Mtftp6Dxe/
Mtftp6Support.h 39 get the next block number, which is 1, then upload the BLOCK1. For RRQ
40 without option negotiation, the server will directly send us the BLOCK1
41 in response to the client's RRQ. When BLOCK1 is received, the client will
  /external/libvpx/libvpx/vp9/common/
vp9_reconinter.c 81 static MV mi_mv_pred_q2(const MODE_INFO *mi, int idx, int block0, int block1) {
83 mi->bmi[block1].as_mv[idx].as_mv.row),
85 mi->bmi[block1].as_mv[idx].as_mv.col) };
  /external/ltp/testcases/kernel/fs/stream/
stream03.c 182 //block1:
287 tst_resm(TPASS, "Test passed in block1.");
289 tst_resm(TFAIL, "Test failed in block1.");
stream05.c 106 //block1:
123 tst_resm(TPASS, "Test passed in block1.");
125 tst_resm(TFAIL, "Test failed in block1.");
  /art/compiler/optimizing/
scheduler_test.cc 81 HBasicBlock* block1 = new (GetAllocator()) HBasicBlock(graph_); local
83 graph_->AddBlock(block1);
90 // block1:
135 block1->AddInstruction(instr);
inliner.h 248 * Block1
254 * Block1
  /external/tensorflow/tensorflow/contrib/slim/python/slim/nets/
resnet_v1.py 260 resnet_v1_block('block1', base_depth=64, num_units=3, stride=2),
286 resnet_v1_block('block1', base_depth=64, num_units=3, stride=2),
312 resnet_v1_block('block1', base_depth=64, num_units=3, stride=2),
338 resnet_v1_block('block1', base_depth=64, num_units=3, stride=2),
resnet_v2.py 273 resnet_v2_block('block1', base_depth=64, num_units=3, stride=2),
299 resnet_v2_block('block1', base_depth=64, num_units=3, stride=2),
325 resnet_v2_block('block1', base_depth=64, num_units=3, stride=2),
351 resnet_v2_block('block1', base_depth=64, num_units=3, stride=2),
  /external/spirv-llvm/test/SPIRV/transcoding/
device_execution_multiple_blocks.ll 82 ; CHECK: [[BLOCK1:.*]] = call {{.*}} @spir_block_bind({{.*}}@__enqueue_block_get_kernel_preferred_work_group_size_multiple_block_invoke{{.*}}, i32 8, i32 8, i8*[[CTX]])
83 ; CHECK: call {{.*}} @_Z45get_kernel_preferred_work_group_size_multipleU13block_pointerFvvE(%opencl.block*[[BLOCK1]])
  /external/swiftshader/third_party/LLVM/unittests/ExecutionEngine/JIT/
JITTest.cpp 337 BasicBlock *Block1 = BasicBlock::Create(Context, "block1", Func1);
346 IRBuilder<> Builder(Block1);
388 BasicBlock *Block1 = BasicBlock::Create(Context, "block1", Func1);
392 IRBuilder<> Builder(Block1);
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/Network/Mtftp4Dxe/
Mtftp4Support.c 57 range, get the next block number, which is 1, then upload the BLOCK1. For RRQ
58 without option negotiation, the server will directly send us the BLOCK1 in
59 response to the client's RRQ. When received BLOCK1, the client will remove
  /external/ltp/testcases/kernel/syscalls/creat/
creat08.c 221 /* Block1: Create two files in testdir.A, one with the setgid */
299 tst_resm(TPASS, "Test passed in block1.");
301 tst_resm(TFAIL, "Test failed in block1.");
  /external/llvm/unittests/Analysis/
CFGTest.cpp 212 " br i1 %x, label %block1, label %block2\n"
213 "block1:\n"
  /external/ltp/testcases/kernel/syscalls/open/
open10.c 287 tst_resm(TPASS, "Test passed in block1.");
289 tst_resm(TFAIL, "Test failed in block1.");
  /external/swiftshader/third_party/subzero/tests_lit/llvm2ice_tests/
fused-alloca.ll 91 block1:
102 br label %block1
  /external/ltp/testcases/kernel/syscalls/dup2/
dup203.c 75 //block1:
  /external/ltp/testcases/kernel/syscalls/fcntl/
fcntl01.c 95 /* //block1: */
fcntl18.c 72 /* //block1: */

Completed in 889 milliseconds

1 23 4 5 6