Home
last modified time | relevance | path

Searched refs:block_begin (Results 1 – 25 of 116) sorted by relevance

12345

/external/tensorflow/tensorflow/core/kernels/linalg/
Dcholesky_grad.cc87 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/
Dtsan_debugging.cpp207 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()
Dtsan_external.cpp104 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/
DLoopDeletion.cpp83 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()
DLoopDataPrefetch.cpp188 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/
DMemorySSA.h501 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 …]
DRegionInfo.h611 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/
DMemorySSA.h502 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 …]
DRegionInfo.h609 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/
DMemorySSA.h373 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/
Dnir_control_flow.c678 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/
Drtc_event_log_encoder_legacy.cc696 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()
Drtc_event_log_encoder_new_format.cc277 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/
DWebAssemblyExceptionInfo.h78 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/
DWebAssemblyExceptionInfo.h77 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/
DLoopInfoImpl.h37 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()
DRegionInfo.h597 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/
DGCOV.h276 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/
DLoopPassManagerTest.cpp49 for (auto I = L.block_begin(), E = L.block_end(); I != E; ++I) in run()
/external/llvm-project/llvm/lib/Target/AMDGPU/
DAMDGPUAnnotateUniformValues.cpp103 Checklist.insert(L->block_begin(), L->block_end()); in isClobberedInFunction()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DAMDGPUAnnotateUniformValues.cpp102 Checklist.insert(L->block_begin(), L->block_end()); in isClobberedInFunction()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ProfileData/
DGCOV.h291 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/
DPPCLoopPreIncPrep.cpp184 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/
DLoopIdiomRecognize.cpp861 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/
DLoopIdiomRecognize.cpp820 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()

12345