Home
last modified time | relevance | path

Searched refs:BlockMap (Results 1 – 20 of 20) sorted by relevance

/external/ruy/ruy/
Dblock_map.h82 struct BlockMap { struct
121 const CpuCacheParams& cpu_cache_params, BlockMap* block_map);
124 void GetBlockByIndex(const BlockMap& block_map, int index,
131 void GetBlockMatrixCoords(Side side, const BlockMap& block_map, int block,
137 void GetBlockMatrixCoords(const BlockMap& block_map, const SidePair<int>& block,
142 inline int NumBlocksPerSide(Side side, const BlockMap& block_map) { in NumBlocksPerSide()
154 inline int NumBlocks(const BlockMap& block_map) { in NumBlocks()
Dblock_map.cc92 void GetBlockByIndex(const BlockMap& block_map, int index, in GetBlockByIndex()
341 const CpuCacheParams& cpu_cache_params, BlockMap* block_map) { in MakeBlockMap()
472 void GetBlockMatrixCoords(Side side, const BlockMap& block_map, int block, in GetBlockMatrixCoords()
489 void GetBlockMatrixCoords(const BlockMap& block_map, const SidePair<int>& block, in GetBlockMatrixCoords()
Dblock_map_test.cc44 BlockMap block_map; in MakeBlockMapTuningTest()
155 BlockMap block_map; in GetBlockByIndexSquareTest()
Dtrmul.cc58 TrMulTask(TrMulParams* params, const BlockMap& block_map, in TrMulTask()
235 const BlockMap& block_map_;
338 BlockMap block_map; in TrMul()
/external/llvm-project/lldb/include/lldb/Target/
DMemory.h47 typedef std::map<lldb::addr_t, lldb::DataBufferSP> BlockMap; typedef
52 BlockMap m_L1_cache; // A first level memory cache whose chunk sizes vary that
55 BlockMap m_L2_cache; // A memory cache of fixed size chinks
/external/llvm-project/llvm/lib/IR/
DSafepointIRVerifier.cpp449 DenseMap<const BasicBlock *, BasicBlockState *> BlockMap; member in __anon4ae1c8d10311::GCPtrTracker
481 return BlockMap.find(BB) != BlockMap.end(); in isMapped()
547 BlockMap[&BB] = BBS; in GCPtrTracker()
552 for (auto &BBI : BlockMap) { in GCPtrTracker()
564 auto it = BlockMap.find(BB); in getBasicBlockState()
565 return it != BlockMap.end() ? it->second : nullptr; in getBasicBlockState()
611 for (auto &BBI : BlockMap) in recalculateBBsStates()
680 if (BlockMap[InBB]->AvailableOut.count(InValue)) in removeValidUnrelocatedDefs()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DSafepointIRVerifier.cpp448 DenseMap<const BasicBlock *, BasicBlockState *> BlockMap; member in __anon92b42b450311::GCPtrTracker
480 return BlockMap.find(BB) != BlockMap.end(); in isMapped()
546 BlockMap[&BB] = BBS; in GCPtrTracker()
551 for (auto &BBI : BlockMap) { in GCPtrTracker()
563 auto it = BlockMap.find(BB); in getBasicBlockState()
564 return it != BlockMap.end() ? it->second : nullptr; in getBasicBlockState()
610 for (auto &BBI : BlockMap) in recalculateBBsStates()
679 if (BlockMap[InBB]->AvailableOut.count(InValue)) in removeValidUnrelocatedDefs()
/external/tensorflow/tensorflow/core/platform/cloud/
Dram_file_block_cache.h189 typedef std::map<Key, std::shared_ptr<Block>> BlockMap; typedef
216 void RemoveBlock(BlockMap::iterator entry) TF_EXCLUSIVE_LOCKS_REQUIRED(mu_);
228 BlockMap block_map_ TF_GUARDED_BY(mu_);
Dram_file_block_cache.cc292 void RamFileBlockCache::RemoveBlock(BlockMap::iterator entry) { in RemoveBlock()
/external/tensorflow/tensorflow/c/experimental/filesystem/plugins/gcs/
Dram_file_block_cache.h205 typedef std::map<Key, std::shared_ptr<Block>> BlockMap; typedef
232 void RemoveBlock(BlockMap::iterator entry) ABSL_EXCLUSIVE_LOCKS_REQUIRED(mu_);
244 BlockMap block_map_ ABSL_GUARDED_BY(mu_);
Dram_file_block_cache.cc299 void RamFileBlockCache::RemoveBlock(BlockMap::iterator entry) { in RemoveBlock()
/external/llvm-project/clang-tools-extra/clang-tidy/bugprone/
DUseAfterMoveCheck.cpp84 std::unique_ptr<StmtToBlockMap> BlockMap; member in clang::tidy::bugprone::__anonbf36c75a0111::UseAfterMoveFinder
128 BlockMap = std::make_unique<StmtToBlockMap>(TheCFG.get(), Context); in find()
131 const CFGBlock *Block = BlockMap->blockContainingStmt(MovingCall); in find()
264 if (DeclRef && BlockMap->blockContainingStmt(DeclRef) == Block) { in getDeclRefs()
364 if (TheStmt && BlockMap->blockContainingStmt(TheStmt) == Block) { in getReinits()
/external/llvm-project/lldb/source/Target/
DMemory.cpp61 BlockMap::iterator pos = m_L1_cache.upper_bound(addr); in Flush()
93 BlockMap::iterator pos = m_L2_cache.find(curr_addr); in Flush()
139 BlockMap::iterator pos = m_L1_cache.upper_bound(addr); in Read()
181 BlockMap::const_iterator pos = m_L2_cache.find(curr_addr); in Read()
182 BlockMap::const_iterator end = m_L2_cache.end(); in Read()
/external/llvm-project/clang/include/clang/Analysis/Analyses/
DThreadSafetyCommon.h385 return BlockMap[B->getBlockID()]; in lookupBlock()
501 std::vector<til::BasicBlock *> BlockMap; variable
/external/clang/include/clang/Analysis/Analyses/
DThreadSafetyCommon.h364 return BlockMap[B->getBlockID()]; in lookupBlock()
484 std::vector<til::BasicBlock *> BlockMap; // Map from clang to til BBs. variable
/external/llvm-project/clang/lib/Analysis/
DThreadSafetyCommon.cpp817 BlockMap.resize(NBlocks, nullptr); in enterCFG()
822 BlockMap[B->getBlockID()] = BB; in enterCFG()
858 CurrentBB->addPredecessor(BlockMap[Pred->getBlockID()]); in handlePredecessor()
/external/clang/lib/Analysis/
DThreadSafetyCommon.cpp795 BlockMap.resize(NBlocks, nullptr); in enterCFG()
800 BlockMap[B->getBlockID()] = BB; in enterCFG()
836 CurrentBB->addPredecessor(BlockMap[Pred->getBlockID()]); in handlePredecessor()
/external/llvm/lib/Analysis/
DMemoryDependenceAnalysis.cpp1462 NonLocalDepInfo &BlockMap = NLDI->second.first; in removeInstruction() local
1463 for (auto &Entry : BlockMap) in removeInstruction()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DMemoryDependenceAnalysis.cpp1547 NonLocalDepInfo &BlockMap = NLDI->second.first; in removeInstruction() local
1548 for (auto &Entry : BlockMap) in removeInstruction()
/external/llvm-project/llvm/lib/Analysis/
DMemoryDependenceAnalysis.cpp1527 NonLocalDepInfo &BlockMap = NLDI->second.first; in removeInstruction() local
1528 for (auto &Entry : BlockMap) in removeInstruction()