| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | ExpandMemCmp.cpp | 110 Value *getCompareLoadPairs(unsigned BlockIndex, unsigned &LoadIndex); 111 void emitLoadCompareBlock(unsigned BlockIndex); 112 void emitLoadCompareBlockMultipleLoads(unsigned BlockIndex, 114 void emitLoadCompareByteBlock(unsigned BlockIndex, unsigned OffsetBytes); 376 void MemCmpExpansion::emitLoadCompareByteBlock(unsigned BlockIndex, in emitLoadCompareByteBlock() argument 378 BasicBlock *BB = LoadCmpBlocks[BlockIndex]; in emitLoadCompareByteBlock() 387 if (BlockIndex < (LoadCmpBlocks.size() - 1)) { in emitLoadCompareByteBlock() 393 BranchInst::Create(EndBlock, LoadCmpBlocks[BlockIndex + 1], Cmp); in emitLoadCompareByteBlock() 398 {DominatorTree::Insert, BB, LoadCmpBlocks[BlockIndex + 1]}}); in emitLoadCompareByteBlock() 411 Value *MemCmpExpansion::getCompareLoadPairs(unsigned BlockIndex, in getCompareLoadPairs() argument [all …]
|
| H A D | MachineBlockPlacement.cpp | 3682 DenseMap<const MachineBasicBlock *, uint64_t> BlockIndex; in applyExtTsp() local 3683 BlockIndex.reserve(F->size()); in applyExtTsp() 3688 BlockIndex[&MBB] = NumBlocks++; in applyExtTsp() 3700 BlockCounts[BlockIndex[&MBB]] = OptForSize ? 1 : BlockFreq.getFrequency(); in applyExtTsp() 3710 BlockSizes[BlockIndex[&MBB]] = 4 * NumInsts; in applyExtTsp() 3735 JumpCounts.push_back({BlockIndex[&MBB], BlockIndex[Succ], Freq}); in applyExtTsp() 3741 {BlockIndex[&MBB], BlockIndex[Succ], JumpFreq.getFrequency()}); in applyExtTsp()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/ |
| H A D | SampleProfileInference.h | 141 DenseMap<const BasicBlockT *, uint64_t> &BlockIndex); 183 DenseMap<const BasicBlockT *, uint64_t> BlockIndex; in apply() local 185 BlockIndex.reserve(Reachable.size()); in apply() 189 BlockIndex[&BB] = BasicBlocks.size(); in apply() 210 FlowFunction Func = createFlowFunction(BasicBlocks, BlockIndex); in apply() 219 BlockWeights[BB] = Func.Blocks[BlockIndex[BB]].Flow; in apply() 244 DenseMap<const BasicBlockT *, uint64_t> &BlockIndex) { in createFlowFunction() argument 264 if (!BlockIndex.count(Succ)) in createFlowFunction() 267 Jump.Source = BlockIndex[BB]; in createFlowFunction() 268 Jump.Target = BlockIndex[Succ]; in createFlowFunction()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/MSF/ |
| H A D | IMSFFile.h | 32 virtual Expected<ArrayRef<uint8_t>> getBlockData(uint32_t BlockIndex, 34 virtual Error setBlockData(uint32_t BlockIndex, uint32_t Offset,
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
| H A D | MergeICmps.cpp | 752 for (int BlockIndex = NumBlocks - 1; BlockIndex > 0; --BlockIndex) { in getOrderedBlocks() local 756 LLVM_DEBUG(dbgs() << "skip: block " << BlockIndex in getOrderedBlocks() 760 Blocks[BlockIndex] = CurBlock; in getOrderedBlocks() 764 LLVM_DEBUG(dbgs() << "skip: block " << BlockIndex in getOrderedBlocks() 770 LLVM_DEBUG(dbgs() << "skip: block " << BlockIndex in getOrderedBlocks()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/ |
| H A D | PDBFile.h | 69 Expected<ArrayRef<uint8_t>> getBlockData(uint32_t BlockIndex, 71 Error setBlockData(uint32_t BlockIndex, uint32_t Offset,
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/ |
| H A D | BlockFrequencyInfoImpl.h | 990 const DenseMap<const BlockT *, size_t> &BlockIndex, 1374 DenseMap<const BlockT *, size_t> BlockIndex; 1380 BlockIndex[BB] = I; 1397 initTransitionProbabilities(ReachableBlocks, BlockIndex, ProbMatrix); 1407 if (auto It = BlockIndex.find(&BB); It != BlockIndex.end()) 1556 const DenseMap<const BlockT *, size_t> &BlockIndex, 1568 auto BlockIndexIt = BlockIndex.find(SI); 1569 if (BlockIndexIt == BlockIndex.end()) 1603 size_t EntryIdx = BlockIndex.find(&F->front())->second;
|
| /freebsd/contrib/llvm-project/llvm/lib/Object/ |
| H A D | ELF.cpp | 885 for (uint32_t BlockIndex = 0; !MetadataDecodeErr && !ULEBSizeErr && in decodeBBAddrMapImpl() local 886 Cur && (BlockIndex < NumBlocksInBBRange); in decodeBBAddrMapImpl() 887 ++BlockIndex) { in decodeBBAddrMapImpl() 932 for (uint32_t BlockIndex = 0; in decodeBBAddrMapImpl() local 934 !ULEBSizeErr && Cur && (BlockIndex < TotalNumBlocks); in decodeBBAddrMapImpl() 935 ++BlockIndex) { in decodeBBAddrMapImpl()
|
| /freebsd/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/ |
| H A D | PDBFile.cpp | 103 Expected<ArrayRef<uint8_t>> PDBFile::getBlockData(uint32_t BlockIndex, in getBlockData() argument 105 uint64_t StreamBlockOffset = msf::blockToOffset(BlockIndex, getBlockSize()); in getBlockData() 113 Error PDBFile::setBlockData(uint32_t BlockIndex, uint32_t Offset, in setBlockData() argument
|
| /freebsd/contrib/llvm-project/llvm/tools/llvm-pdbutil/ |
| H A D | ExplainOutputStyle.cpp | 235 uint32_t BlockIndex = FileOffset / BlockSize; in getOffsetInStream() local 236 uint32_t OffsetInBlock = FileOffset - BlockIndex * BlockSize; in getOffsetInStream() 238 auto Iter = llvm::find(StreamBlocks, BlockIndex); in getOffsetInStream()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/ |
| H A D | AArch64ISelLowering.cpp | 13316 for (size_t BlockIndex = 0; BlockIndex < NumBlocks; BlockIndex++) in isWideDUPMask() local 13318 int Elt = M[BlockIndex * NumEltsPerBlock + I]; in isWideDUPMask()
|