Home
last modified time | relevance | path

Searched refs:start3 (Results 1 – 14 of 14) sorted by relevance

/external/llvm-project/llvm/test/MC/ARM/
Dthumb-branches.s61 .global start3 symbol
62 start3: label
64 bl start3
Dthumb2-branch-ranges.s69 start3: label
75 b.w start3
/external/llvm-project/llvm/test/CodeGen/WebAssembly/
Dwasmehprepare.ll110 %5 = catchswitch within none [label %catch.start3] unwind to caller
112 catch.start3: ; preds = %catch.dispatch2
119 ; CHECK: catch.start3:
122 catch4: ; preds = %catch.start3
127 rethrow: ; preds = %catch.start3
174 %6 = catchswitch within %1 [label %catch.start3] unwind label %ehcleanup
176 catch.start3: ; preds = %catch.dispatch2
183 ; CHECK: catch.start3:
186 catch6: ; preds = %catch.start3
191 rethrow5: ; preds = %catch.start3
[all …]
Dcfg-stackify-eh.ll157 %8 = catchswitch within %1 [label %catch.start3] unwind label %ehcleanup9
159 catch.start3: ; preds = %catch.dispatch2
167 catch6: ; preds = %catch.start3
178 rethrow5: ; preds = %catch.start3
/external/scrypt/lib/crypto/
Dcrypto_scrypt-neon-salsa208.h58 uint32x4_t start3 = x4x9x14x3; in salsa20_8_intrinsic() local
66 uint32x4_t diag3 = start3; in salsa20_8_intrinsic()
104 x4x9x14x3 = diag3 + start3; in salsa20_8_intrinsic()
/external/dtc/tests/
Dvalue-labels.dts6 prop3: prop3 = start3: [ innerstart3: ab innermid3: cd innerend3: ] end3:;
/external/flatbuffers/tests/FlatBuffers.Test.Swift/Tests/FlatBuffers.Test.SwiftTests/
DFlatBuffersMonsterWriterTests.swift57 let start3 = Monster1.startMonster(fbb) in createMonster() variable
59 offsets.append(Monster1.endMonster(fbb, start: start3)) in createMonster()
/external/lz4/lib/
Dlz4hc.c562 const BYTE* start3 = NULL; in LZ4HC_compress_hashChain() local
626 start2 + ml2 - 3, start2, matchlimit, ml2, &ref3, &start3, in LZ4HC_compress_hashChain()
644 if (start3 < ip+ml+3) { /* Not enough space for match 2 : remove it */ in LZ4HC_compress_hashChain()
645 …if (start3 >= (ip+ml)) { /* can write Seq1 immediately ==> Seq2 is removed, so Seq3 becomes Seq1 … in LZ4HC_compress_hashChain()
652 start2 = start3; in LZ4HC_compress_hashChain()
660 ip = start3; in LZ4HC_compress_hashChain()
670 start2 = start3; in LZ4HC_compress_hashChain()
703 start2 = start3; ref2 = ref3; ml2 = ml3; in LZ4HC_compress_hashChain()
/external/scrypt/patches/
Darm_neon.patch64 + uint32x4_t start3 = x4x9x14x3;
72 + uint32x4_t diag3 = start3;
110 + x4x9x14x3 = diag3 + start3;
/external/zstd/lib/legacy/
Dzstd_v01.c1098 const char* const start3 = start2 + length2; in HUF_decompress_usingDTable() local
1099 const char* const start4 = start3 + length3; in HUF_decompress_usingDTable()
1108 errorCode = FSE_initDStream(&bitD3, start3, length3); in HUF_decompress_usingDTable()
/external/llvm-project/llvm/test/CodeGen/Thumb2/LowOverheadLoops/
Dmatrix.mir111 %start3 = call i32 @llvm.start.loop.iterations.i32(i32 %d)
118 %30 = phi i32 [ %start3, %for.body.i57.preheader ], [ %32, %for.body.i57 ]
Demptyblock.mir222 %start3 = call i32 @llvm.start.loop.iterations.i32(i32 %38)
230 %89 = phi i32 [ %start3, %for.body56 ], [ %95, %do.body59 ]
Dmultiple-do-loops.mir251 %start3 = call i32 @llvm.start.loop.iterations.i32(i32 %33)
258 %34 = phi i32 [ %start3, %vector.ph85 ], [ %40, %vector.body84 ]
/external/tensorflow/tensorflow/compiler/mlir/hlo/tests/
Dops.mlir821 …%update: tensor<1x3x4xi32>, %start1: tensor<i32>, %start2: tensor<i64>, %start3: tensor<i64>) -> t…
823 …%0 = "mhlo.dynamic-update-slice"(%input, %update, %start1, %start2, %start3) : (tensor<11x3x4xi32>…