Home
last modified time | relevance | path

Searched refs:BlockIndex (Results 1 – 8 of 8) sorted by relevance

/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/
H A DExpandMemCmp.cpp104 void emitLoadCompareBlock(unsigned BlockIndex);
105 void emitLoadCompareBlockMultipleLoads(unsigned BlockIndex,
335 BasicBlock *BB = LoadCmpBlocks[BlockIndex]; in emitLoadCompareByteBlock()
344 if (BlockIndex < (LoadCmpBlocks.size() - 1)) { in emitLoadCompareByteBlock()
382 Builder.SetInsertPoint(LoadCmpBlocks[BlockIndex]); in getCompareLoadPairs()
438 Value *Cmp = getCompareLoadPairs(BlockIndex, LoadIndex); in emitLoadCompareBlockMultipleLoads()
455 if (BlockIndex == LoadCmpBlocks.size() - 1) { in emitLoadCompareBlockMultipleLoads()
457 PhiRes->addIncoming(Zero, LoadCmpBlocks[BlockIndex]); in emitLoadCompareBlockMultipleLoads()
484 Builder.SetInsertPoint(LoadCmpBlocks[BlockIndex]); in emitLoadCompareBlock()
513 if (BlockIndex == LoadCmpBlocks.size() - 1) { in emitLoadCompareBlock()
[all …]
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/DebugInfo/MSF/
H A DIMSFFile.h32 virtual Expected<ArrayRef<uint8_t>> getBlockData(uint32_t BlockIndex,
34 virtual Error setBlockData(uint32_t BlockIndex, uint32_t Offset,
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DMergeICmps.cpp749 for (int BlockIndex = NumBlocks - 1; BlockIndex > 0; --BlockIndex) { in getOrderedBlocks() local
753 LLVM_DEBUG(dbgs() << "skip: block " << BlockIndex in getOrderedBlocks()
757 Blocks[BlockIndex] = CurBlock; in getOrderedBlocks()
761 LLVM_DEBUG(dbgs() << "skip: block " << BlockIndex in getOrderedBlocks()
767 LLVM_DEBUG(dbgs() << "skip: block " << BlockIndex in getOrderedBlocks()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/
H A DPDBFile.h70 Expected<ArrayRef<uint8_t>> getBlockData(uint32_t BlockIndex,
72 Error setBlockData(uint32_t BlockIndex, uint32_t Offset,
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DBlockFrequencyInfoImpl.h999 const DenseMap<const BlockT *, size_t> &BlockIndex,
1386 DenseMap<const BlockT *, size_t> BlockIndex;
1392 BlockIndex[BB] = I;
1409 initTransitionProbabilities(ReachableBlocks, BlockIndex, ProbMatrix);
1419 if (BlockIndex.count(&BB)) {
1420 Freqs[Node.Index].Scaled = Freq[BlockIndex[&BB]];
1574 const DenseMap<const BlockT *, size_t> &BlockIndex,
1586 if (BlockIndex.find(SI) == BlockIndex.end())
1599 size_t Dst = BlockIndex.find(SI)->second;
1621 size_t EntryIdx = BlockIndex.find(&F->front())->second;
/freebsd-13.1/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DPDBFile.cpp105 Expected<ArrayRef<uint8_t>> PDBFile::getBlockData(uint32_t BlockIndex, in getBlockData() argument
107 uint64_t StreamBlockOffset = msf::blockToOffset(BlockIndex, getBlockSize()); in getBlockData()
115 Error PDBFile::setBlockData(uint32_t BlockIndex, uint32_t Offset, in setBlockData() argument
/freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-pdbutil/
H A DExplainOutputStyle.cpp233 uint32_t BlockIndex = FileOffset / BlockSize; in getOffsetInStream() local
234 uint32_t OffsetInBlock = FileOffset - BlockIndex * BlockSize; in getOffsetInStream()
236 auto Iter = llvm::find(StreamBlocks, BlockIndex); in getOffsetInStream()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp8802 for (size_t BlockIndex = 0; BlockIndex < NumBlocks; BlockIndex++) in isWideDUPMask() local
8804 int Elt = M[BlockIndex * NumEltsPerBlock + I]; in isWideDUPMask()