Searched refs:BlockIndex (Results 1 - 7 of 7) sorted by relevance

/freebsd-11-stable/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-11-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DExpandMemCmp.cpp97 Value *getCompareLoadPairs(unsigned BlockIndex, unsigned &LoadIndex);
98 void emitLoadCompareBlock(unsigned BlockIndex);
99 void emitLoadCompareBlockMultipleLoads(unsigned BlockIndex,
101 void emitLoadCompareByteBlock(unsigned BlockIndex, unsigned OffsetBytes);
282 void MemCmpExpansion::emitLoadCompareByteBlock(unsigned BlockIndex, argument
284 Builder.SetInsertPoint(LoadCmpBlocks[BlockIndex]);
298 PhiRes->addIncoming(Diff, LoadCmpBlocks[BlockIndex]);
300 if (BlockIndex < (LoadCmpBlocks.size() - 1)) {
306 BranchInst::Create(EndBlock, LoadCmpBlocks[BlockIndex + 1], Cmp);
318 Value *MemCmpExpansion::getCompareLoadPairs(unsigned BlockIndex, argument
408 emitLoadCompareBlockMultipleLoads(unsigned BlockIndex, unsigned &LoadIndex) argument
438 emitLoadCompareBlock(unsigned BlockIndex) argument
[all...]
/freebsd-11-stable/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-11-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DMergeICmps.cpp766 for (int BlockIndex = NumBlocks - 1; BlockIndex > 0; --BlockIndex) {
770 LLVM_DEBUG(dbgs() << "skip: block " << BlockIndex
774 Blocks[BlockIndex] = CurBlock;
778 LLVM_DEBUG(dbgs() << "skip: block " << BlockIndex
784 LLVM_DEBUG(dbgs() << "skip: block " << BlockIndex
H A DRewriteStatepointsForGC.cpp1053 int BlockIndex = BasePHI->getBasicBlockIndex(InBB); local
1054 if (BlockIndex != -1) {
1055 Value *OldBase = BasePHI->getIncomingValue(BlockIndex);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DPDBFile.cpp104 Expected<ArrayRef<uint8_t>> PDBFile::getBlockData(uint32_t BlockIndex, argument
106 uint64_t StreamBlockOffset = msf::blockToOffset(BlockIndex, getBlockSize());
114 Error PDBFile::setBlockData(uint32_t BlockIndex, uint32_t Offset, argument
/freebsd-11-stable/contrib/llvm-project/llvm/tools/llvm-pdbutil/
H A DExplainOutputStyle.cpp233 uint32_t BlockIndex = FileOffset / BlockSize; local
234 uint32_t OffsetInBlock = FileOffset - BlockIndex * BlockSize;
236 auto Iter = llvm::find(StreamBlocks, BlockIndex);

Completed in 126 milliseconds