/external/gemmlowp/meta/generators/ |
D | mul_Nx8_Mx8_neon.py | 180 duplicated = [] 183 duplicated.append(registers.DoubleRegister(min_register)) 186 duplicated.append(registers.QuadRegister(min_register)) 191 emitter.EmitVDup('32', duplicated[0], emitter.Lane(values, 0)) 193 emitter.EmitVDup('32', duplicated[0], emitter.Lane(values, 0)) 194 emitter.EmitVDup('32', duplicated[1], emitter.Lane(values, 1)) 196 emitter.EmitVDup('32', duplicated[0], emitter.Lane( 198 emitter.EmitVDup('32', duplicated[1], emitter.Lane( 200 emitter.EmitVDup('32', duplicated[2], emitter.Lane( 203 emitter.EmitVDup('32', duplicated[0], emitter.Lane( [all …]
|
D | mul_1x8_Mx8_neon.py | 82 duplicated = registers.QuadRegister(min_register) 83 emitter.EmitVDup('32', duplicated, general_register) 84 return duplicated
|
D | quantized_mul_kernels_common.py | 31 duplicated = [] 34 duplicated.append(values[0]) 36 duplicated.append(registers.QuadRegister()) 38 emitter.EmitVDup('32', duplicated[i], 41 return duplicated
|
/external/protobuf/java/core/src/main/java/com/google/protobuf/ |
D | Internal.java | 373 final ByteBuffer duplicated = bytes.duplicate(); in hashCodeByteBuffer() local 374 duplicated.clear(); in hashCodeByteBuffer() 376 while (duplicated.remaining() > 0) { in hashCodeByteBuffer() 377 final int length = duplicated.remaining() <= bufferSize ? in hashCodeByteBuffer() 378 duplicated.remaining() : bufferSize; in hashCodeByteBuffer() 379 duplicated.get(buffer, 0, length); in hashCodeByteBuffer()
|
D | CodedOutputStream.java | 1211 ByteBuffer duplicated = value.duplicate(); in writeRawBytes() local 1212 duplicated.clear(); in writeRawBytes() 1213 write(duplicated); in writeRawBytes() 1620 ByteBuffer duplicated = value.duplicate(); in writeRawBytes() local 1621 duplicated.clear(); in writeRawBytes() 1622 write(duplicated); in writeRawBytes() 2060 ByteBuffer duplicated = value.duplicate(); in writeRawBytes() local 2061 duplicated.clear(); in writeRawBytes() 2062 write(duplicated); in writeRawBytes() 2363 ByteBuffer duplicated = value.duplicate(); in writeRawBytes() local [all …]
|
/external/guava/guava-testlib/src/com/google/common/collect/testing/google/ |
D | MultisetTestSuiteBuilder.java | 178 Object[] duplicated = new Object[elements.length * 2]; in create() local 180 duplicated[i] = elements[i]; in create() 181 duplicated[i + elements.length] = elements[i]; in create() 183 return ((Multiset<E>) gen.create(duplicated)).elementSet(); in create()
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/X86/ |
D | tail-dup-repeat.ll | 7 ; multiple successors. In this case, the block dup1 gets duplicated into dup2 8 ; and if.then64, and then the block dup2 gets duplicated into land.lhs.true
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/ARM/ |
D | noopt-dmb-v7.ll | 1 ; Ensure that adjacent duplicated barriers are not removed at -O0.
|
D | 2013-01-21-PR14992.ll | 15 ;Make sure we do not have a duplicated register in the front of the reg list
|
/external/llvm/test/CodeGen/ARM/ |
D | noopt-dmb-v7.ll | 1 ; Ensure that adjacent duplicated barriers are not removed at -O0.
|
D | 2013-01-21-PR14992.ll | 15 ;Make sure we do not have a duplicated register in the front of the reg list
|
/external/llvm/test/MC/ARM/ |
D | dot-req.s | 4 @ The line is duplicated on purpose, it is legal to redefine a req with
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/MC/ARM/ |
D | dot-req.s | 4 @ The line is duplicated on purpose, it is legal to redefine a req with
|
/external/llvm/test/MC/Disassembler/AArch64/ |
D | ldp-postind.predictable.txt | 8 # Stores from duplicated registers should be fine.
|
D | ldp-preind.predictable.txt | 8 # Stores from duplicated registers should be fine.
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/MC/Disassembler/AArch64/ |
D | ldp-postind.predictable.txt | 8 # Stores from duplicated registers should be fine.
|
D | ldp-preind.predictable.txt | 8 # Stores from duplicated registers should be fine.
|
/external/swiftshader/third_party/LLVM/test/Transforms/TailCallElim/ |
D | dup_tail.ll | 2 ; RUN: opt %s -tailcallelim -stats -disable-output |& grep {Number of return duplicated}
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/LoopRotate/ |
D | convergent.ll | 8 ; The call to f1 in the loop header shouldn't be duplicated (meaning, loop
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/TailCallElim/ |
D | dup_tail.ll | 5 ; CHECK: Number of return duplicated
|
/external/llvm/test/Transforms/LoopRotate/ |
D | convergent.ll | 8 ; The call to f1 in the loop header shouldn't be duplicated (meaning, loop
|
/external/llvm/test/Transforms/TailCallElim/ |
D | dup_tail.ll | 5 ; CHECK: Number of return duplicated
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/PowerPC/ |
D | tail-dup-analyzable-fallthrough.ll | 6 ; duplicated into the if.then.i block
|
/external/libchrome/mojo/public/mojom/base/ |
D | shared_memory.mojom | 22 // a handle duplicated from this one.
|
/external/grpc-grpc/src/proto/grpc/testing/ |
D | empty.proto | 20 // An empty message that you can re-use to avoid defining duplicated empty
|