/external/tensorflow/tensorflow/core/kernels/linalg/ |
D | cholesky_grad.cc | 87 const int64 block_begin = std::max(int64{0}, block_end - kMaxBlockSize); in ComputeMatrix() local 88 const int64 block_size = block_end - block_begin; in ComputeMatrix() 91 auto B = input_matrix_l.block(block_end, 0, trailing_size, block_begin); in ComputeMatrix() 93 output_matrix.block(block_end, 0, trailing_size, block_begin); in ComputeMatrix() 95 auto C = input_matrix_l.block(block_end, block_begin, trailing_size, in ComputeMatrix() 97 auto C_bar = output_matrix.block(block_end, block_begin, trailing_size, in ComputeMatrix() 100 auto D = input_matrix_l.block(block_begin, block_begin, block_size, in ComputeMatrix() 103 output_matrix.block(block_begin, block_begin, block_size, block_size); in ComputeMatrix() 105 auto R = input_matrix_l.block(block_begin, 0, block_size, block_begin); in ComputeMatrix() 106 auto R_bar = output_matrix.block(block_begin, 0, block_size, block_begin); in ComputeMatrix()
|
/external/llvm-project/compiler-rt/lib/tsan/rtl/ |
D | tsan_debugging.cpp | 207 void *block_begin = a->GetBlockBegin((void *)addr); in __tsan_locate_address() local 208 if (block_begin) b = ctx->metamap.GetBlock((uptr)block_begin); in __tsan_locate_address() 247 void *block_begin = a->GetBlockBegin((void *)addr); in __tsan_get_alloc_stack() local 248 if (block_begin) b = ctx->metamap.GetBlock((uptr)block_begin); in __tsan_get_alloc_stack()
|
D | tsan_external.cpp | 104 void *block_begin = a->GetBlockBegin((void *)addr); in __tsan_external_assign_tag() local 105 if (block_begin) b = ctx->metamap.GetBlock((uptr)block_begin); in __tsan_external_assign_tag()
|
/external/llvm/lib/Transforms/Scalar/ |
D | LoopDeletion.cpp | 83 for (Loop::block_iterator LI = L->block_begin(), LE = L->block_end(); in isLoopDead() 176 for (Loop::block_iterator LI = L->block_begin(), LE = L->block_end(); in runImpl() 197 for (Loop::block_iterator LI = L->block_begin(), LE = L->block_end(); in runImpl() 205 blocks.insert(L->block_begin(), L->block_end()); in runImpl()
|
D | LoopDataPrefetch.cpp | 188 for (Loop::block_iterator I = L->block_begin(), IE = L->block_end(); in runOnLoop() 219 for (Loop::block_iterator I = L->block_begin(), IE = L->block_end(); in runOnLoop()
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/ |
D | MemorySSA.h | 501 block_iterator block_begin() { 506 const_block_iterator block_begin() const { 512 block_iterator block_end() { return block_begin() + getNumOperands(); } 515 return block_begin() + getNumOperands(); 519 return make_range(block_begin(), block_end()); 523 return make_range(block_begin(), block_end()); 544 BasicBlock *getIncomingBlock(unsigned I) const { return block_begin()[I]; } 561 block_begin()[I] = BB; 578 if (block_begin()[I] == BB) 598 setIncomingBlock(I, block_begin()[E - 1]); [all …]
|
D | RegionInfo.h | 611 block_iterator block_begin() { return block_iterator(getEntry(), getExit()); } 615 const_block_iterator block_begin() const { 625 return block_range(block_begin(), block_end()); 632 return const_block_range(block_begin(), block_end());
|
/external/llvm-project/llvm/include/llvm/Analysis/ |
D | MemorySSA.h | 502 block_iterator block_begin() { 506 const_block_iterator block_begin() const { 510 block_iterator block_end() { return block_begin() + getNumOperands(); } 513 return block_begin() + getNumOperands(); 517 return make_range(block_begin(), block_end()); 521 return make_range(block_begin(), block_end()); 542 BasicBlock *getIncomingBlock(unsigned I) const { return block_begin()[I]; } 559 block_begin()[I] = BB; 576 if (block_begin()[I] == BB) 596 setIncomingBlock(I, block_begin()[E - 1]); [all …]
|
D | RegionInfo.h | 609 block_iterator block_begin() { return block_iterator(getEntry(), getExit()); } 613 const_block_iterator block_begin() const { 623 return block_range(block_begin(), block_end()); 630 return const_block_range(block_begin(), block_end());
|
/external/llvm/include/llvm/Transforms/Utils/ |
D | MemorySSA.h | 373 block_iterator block_begin() { 378 const_block_iterator block_begin() const { 384 block_iterator block_end() { return block_begin() + getNumOperands(); } 387 return block_begin() + getNumOperands(); 407 BasicBlock *getIncomingBlock(unsigned I) const { return block_begin()[I]; } 424 block_begin()[I] = BB; 441 if (block_begin()[I] == BB)
|
/external/mesa3d/src/compiler/nir/ |
D | nir_control_flow.c | 678 nir_block *block_begin, *block_end, *block_before, *block_after; in nir_cf_extract() local 686 split_block_cursor(begin, &block_before, &block_begin); in nir_cf_extract() 699 end.block = block_begin; in nir_cf_extract() 710 if (block_begin == block_after) in nir_cf_extract() 711 block_begin = block_end; in nir_cf_extract() 713 extracted->impl = nir_cf_node_get_function(&block_begin->cf_node); in nir_cf_extract() 719 nir_cf_node *cf_node = &block_begin->cf_node; in nir_cf_extract()
|
/external/webrtc/logging/rtc_event_log/encoder/ |
D | rtc_event_log_encoder_legacy.cc | 696 const uint8_t* block_begin = packet.data(); in EncodeRtcpPacket() local 701 while (block_begin < packet_end) { in EncodeRtcpPacket() 702 if (!header.Parse(block_begin, packet_end - block_begin)) { in EncodeRtcpPacket() 706 uint32_t block_size = next_block - block_begin; in EncodeRtcpPacket() 718 memcpy(buffer + buffer_length, block_begin, block_size); in EncodeRtcpPacket() 729 block_begin += block_size; in EncodeRtcpPacket()
|
D | rtc_event_log_encoder_new_format.cc | 277 const uint8_t* block_begin = packet.data(); in RemoveNonWhitelistedRtcpBlocks() local 280 while (block_begin < packet_end) { in RemoveNonWhitelistedRtcpBlocks() 281 if (!header.Parse(block_begin, packet_end - block_begin)) { in RemoveNonWhitelistedRtcpBlocks() 285 RTC_DCHECK_GT(next_block, block_begin); in RemoveNonWhitelistedRtcpBlocks() 287 size_t block_size = next_block - block_begin; in RemoveNonWhitelistedRtcpBlocks() 301 memcpy(buffer + buffer_length, block_begin, block_size); in RemoveNonWhitelistedRtcpBlocks() 312 block_begin += block_size; in RemoveNonWhitelistedRtcpBlocks()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/ |
D | WebAssemblyExceptionInfo.h | 78 block_iterator block_begin() const { return getBlocks().begin(); } in block_begin() function 81 return make_range(block_begin(), block_end()); in blocks()
|
/external/llvm-project/llvm/lib/Target/WebAssembly/ |
D | WebAssemblyExceptionInfo.h | 77 block_iterator block_begin() const { return getBlocks().begin(); } in block_begin() function 80 return make_range(block_begin(), block_end()); in blocks()
|
/external/llvm/include/llvm/Analysis/ |
D | LoopInfoImpl.h | 37 for (block_iterator BI = block_begin(), BE = block_end(); BI != BE; ++BI) in getExitingBlocks() 66 for (block_iterator BI = block_begin(), BE = block_end(); BI != BE; ++BI) in getExitBlocks() 91 for (block_iterator BI = block_begin(), BE = block_end(); BI != BE; ++BI) in getExitEdges() 291 for (block_iterator BI = (*I)->block_begin(), BE = (*I)->block_end(); in verifyLoop()
|
D | RegionInfo.h | 597 block_iterator block_begin() { return block_iterator(getEntry(), getExit()); } 601 const_block_iterator block_begin() const { 611 return block_range(block_begin(), block_end()); 618 return const_block_range(block_begin(), block_end());
|
/external/llvm/include/llvm/Support/ |
D | GCOV.h | 276 BlockIterator block_begin() const { return Blocks.begin(); } in block_begin() function 279 return make_range(block_begin(), block_end()); in blocks()
|
/external/llvm/unittests/Analysis/ |
D | LoopPassManagerTest.cpp | 49 for (auto I = L.block_begin(), E = L.block_end(); I != E; ++I) in run()
|
/external/llvm-project/llvm/lib/Target/AMDGPU/ |
D | AMDGPUAnnotateUniformValues.cpp | 103 Checklist.insert(L->block_begin(), L->block_end()); in isClobberedInFunction()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/ |
D | AMDGPUAnnotateUniformValues.cpp | 102 Checklist.insert(L->block_begin(), L->block_end()); in isClobberedInFunction()
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ProfileData/ |
D | GCOV.h | 291 BlockIterator block_begin() const { return Blocks.begin(); } in block_begin() function 294 return make_range(block_begin(), block_end()); in blocks()
|
/external/llvm/lib/Target/PowerPC/ |
D | PPCLoopPreIncPrep.cpp | 184 for (Loop::block_iterator I = L->block_begin(), IE = L->block_end(); in runOnLoop() 432 for (Loop::block_iterator I = L->block_begin(), IE = L->block_end(); in runOnLoop()
|
/external/llvm-project/llvm/lib/Transforms/Scalar/ |
D | LoopIdiomRecognize.cpp | 861 for (Loop::block_iterator BI = L->block_begin(), E = L->block_end(); BI != E; in mayLoopAccessLocation() 1314 LoopEntry = *(CurLoop->block_begin()); in detectPopcountIdiom() 1446 LoopEntry = *(CurLoop->block_begin()); in detectShiftUntilZeroIdiom() 1620 BasicBlock *LoopBody = *(CurLoop->block_begin()); in recognizePopcount() 1768 BasicBlock *Body = *(CurLoop->block_begin()); in transformLoopToCountable() 1874 BasicBlock *Body = *(CurLoop->block_begin()); in transformLoopToPopcount()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/ |
D | LoopIdiomRecognize.cpp | 820 for (Loop::block_iterator BI = L->block_begin(), E = L->block_end(); BI != E; in mayLoopAccessLocation() 1238 LoopEntry = *(CurLoop->block_begin()); in detectPopcountIdiom() 1370 LoopEntry = *(CurLoop->block_begin()); in detectShiftUntilZeroIdiom() 1542 BasicBlock *LoopBody = *(CurLoop->block_begin()); in recognizePopcount() 1691 BasicBlock *Body = *(CurLoop->block_begin()); in transformLoopToCountable() 1797 BasicBlock *Body = *(CurLoop->block_begin()); in transformLoopToPopcount()
|