Home
last modified time | relevance | path

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

/external/llvm-project/llvm/lib/CodeGen/
DExpandMemCmp.cpp99 Value *getCompareLoadPairs(unsigned BlockIndex, unsigned &LoadIndex);
100 void emitLoadCompareBlock(unsigned BlockIndex);
101 void emitLoadCompareBlockMultipleLoads(unsigned BlockIndex,
103 void emitLoadCompareByteBlock(unsigned BlockIndex, unsigned OffsetBytes);
326 void MemCmpExpansion::emitLoadCompareByteBlock(unsigned BlockIndex, in emitLoadCompareByteBlock() argument
328 Builder.SetInsertPoint(LoadCmpBlocks[BlockIndex]); in emitLoadCompareByteBlock()
334 PhiRes->addIncoming(Diff, LoadCmpBlocks[BlockIndex]); in emitLoadCompareByteBlock()
336 if (BlockIndex < (LoadCmpBlocks.size() - 1)) { in emitLoadCompareByteBlock()
342 BranchInst::Create(EndBlock, LoadCmpBlocks[BlockIndex + 1], Cmp); in emitLoadCompareByteBlock()
354 Value *MemCmpExpansion::getCompareLoadPairs(unsigned BlockIndex, in getCompareLoadPairs() argument
[all …]
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
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, in emitLoadCompareByteBlock() argument
284 Builder.SetInsertPoint(LoadCmpBlocks[BlockIndex]); in emitLoadCompareByteBlock()
298 PhiRes->addIncoming(Diff, LoadCmpBlocks[BlockIndex]); in emitLoadCompareByteBlock()
300 if (BlockIndex < (LoadCmpBlocks.size() - 1)) { in emitLoadCompareByteBlock()
306 BranchInst::Create(EndBlock, LoadCmpBlocks[BlockIndex + 1], Cmp); in emitLoadCompareByteBlock()
318 Value *MemCmpExpansion::getCompareLoadPairs(unsigned BlockIndex, in getCompareLoadPairs() argument
[all …]
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/MSF/
DIMSFFile.h32 virtual Expected<ArrayRef<uint8_t>> getBlockData(uint32_t BlockIndex,
34 virtual Error setBlockData(uint32_t BlockIndex, uint32_t Offset,
/external/llvm/include/llvm/DebugInfo/PDB/Raw/
DIPDBFile.h36 virtual Expected<ArrayRef<uint8_t>> getBlockData(uint32_t BlockIndex,
38 virtual Error setBlockData(uint32_t BlockIndex, uint32_t Offset,
DPDBFile.h91 Expected<ArrayRef<uint8_t>> getBlockData(uint32_t BlockIndex,
93 Error setBlockData(uint32_t BlockIndex, uint32_t Offset,
/external/llvm-project/llvm/include/llvm/DebugInfo/MSF/
DIMSFFile.h32 virtual Expected<ArrayRef<uint8_t>> getBlockData(uint32_t BlockIndex,
34 virtual Error setBlockData(uint32_t BlockIndex, uint32_t Offset,
/external/llvm/lib/DebugInfo/PDB/Raw/
DPDBFile.cpp76 Expected<ArrayRef<uint8_t>> PDBFile::getBlockData(uint32_t BlockIndex, in getBlockData() argument
78 uint64_t StreamBlockOffset = blockToOffset(BlockIndex, getBlockSize()); in getBlockData()
86 Error PDBFile::setBlockData(uint32_t BlockIndex, uint32_t Offset, in setBlockData() argument
97 uint64_t StreamBlockOffset = blockToOffset(BlockIndex, getBlockSize()); in setBlockData()
/external/llvm-project/llvm/lib/Transforms/Scalar/
DMergeICmps.cpp767 for (int BlockIndex = NumBlocks - 1; BlockIndex > 0; --BlockIndex) { in getOrderedBlocks() local
771 LLVM_DEBUG(dbgs() << "skip: block " << BlockIndex in getOrderedBlocks()
775 Blocks[BlockIndex] = CurBlock; in getOrderedBlocks()
779 LLVM_DEBUG(dbgs() << "skip: block " << BlockIndex in getOrderedBlocks()
785 LLVM_DEBUG(dbgs() << "skip: block " << BlockIndex in getOrderedBlocks()
DRewriteStatepointsForGC.cpp1108 int BlockIndex = BasePHI->getBasicBlockIndex(InBB); in findBasePointer() local
1109 if (BlockIndex != -1) { in findBasePointer()
1110 Value *OldBase = BasePHI->getIncomingValue(BlockIndex); in findBasePointer()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DMergeICmps.cpp766 for (int BlockIndex = NumBlocks - 1; BlockIndex > 0; --BlockIndex) { in getOrderedBlocks() local
770 LLVM_DEBUG(dbgs() << "skip: block " << BlockIndex in getOrderedBlocks()
774 Blocks[BlockIndex] = CurBlock; in getOrderedBlocks()
778 LLVM_DEBUG(dbgs() << "skip: block " << BlockIndex in getOrderedBlocks()
784 LLVM_DEBUG(dbgs() << "skip: block " << BlockIndex in getOrderedBlocks()
DRewriteStatepointsForGC.cpp1053 int BlockIndex = BasePHI->getBasicBlockIndex(InBB); in findBasePointer() local
1054 if (BlockIndex != -1) { in findBasePointer()
1055 Value *OldBase = BasePHI->getIncomingValue(BlockIndex); in findBasePointer()
/external/llvm/unittests/DebugInfo/PDB/
DMappedBlockStreamTest.cpp64 Expected<ArrayRef<uint8_t>> getBlockData(uint32_t BlockIndex, in getBlockData() argument
66 return ArrayRef<uint8_t>(&Data[BlockIndex], NumBytes); in getBlockData()
69 Error setBlockData(uint32_t BlockIndex, uint32_t Offset, in setBlockData() argument
71 if (BlockIndex >= Blocks.size()) in setBlockData()
75 ::memcpy(&Data[BlockIndex] + Offset, SrcData.data(), SrcData.size()); in setBlockData()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/PDB/Native/
DPDBFile.h70 Expected<ArrayRef<uint8_t>> getBlockData(uint32_t BlockIndex,
72 Error setBlockData(uint32_t BlockIndex, uint32_t Offset,
/external/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/
DPDBFile.h70 Expected<ArrayRef<uint8_t>> getBlockData(uint32_t BlockIndex,
72 Error setBlockData(uint32_t BlockIndex, uint32_t Offset,
/external/llvm-project/llvm/lib/DebugInfo/PDB/Native/
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
/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/PDB/Native/
DPDBFile.cpp104 Expected<ArrayRef<uint8_t>> PDBFile::getBlockData(uint32_t BlockIndex, in getBlockData() argument
106 uint64_t StreamBlockOffset = msf::blockToOffset(BlockIndex, getBlockSize()); in getBlockData()
114 Error PDBFile::setBlockData(uint32_t BlockIndex, uint32_t Offset, in setBlockData() argument
/external/llvm-project/llvm/tools/llvm-pdbutil/
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()
/external/skia/modules/skparagraph/src/
DTextLine.cpp115 for (BlockIndex index = fBlockRange.start; index < fBlockRange.end; ++index) { in TextLine()
755 for (BlockIndex index = fBlockRange.start; index < fBlockRange.end; ++index) { in iterateThroughSingleRunByStyles()
782 const BlockIndex blockRangeSize = fBlockRange.end - fBlockRange.start; in iterateThroughSingleRunByStyles()
783 for (BlockIndex index = 0; index <= blockRangeSize; ++index) { in iterateThroughSingleRunByStyles()
DParagraphImpl.cpp615 BlockIndex begin = EMPTY_BLOCK; in findAllBlocks()
616 BlockIndex end = EMPTY_BLOCK; in findAllBlocks()
838 Block& ParagraphImpl::block(BlockIndex blockIndex) { in block()
DParagraphImpl.h179 Block& block(BlockIndex blockIndex);
/external/skia/modules/skparagraph/include/
DTextStyle.h310 typedef size_t BlockIndex; typedef
/external/llvm-project/llvm/unittests/DebugInfo/MSF/
DMappedBlockStreamTest.cpp494 MATCHER_P3(BlockIsFilledWith, Layout, BlockIndex, Byte, "succeeded") {
495 uint64_t Offset = msf::blockToOffset(BlockIndex, Layout.SB->BlockSize);
/external/llvm/lib/Transforms/Scalar/
DRewriteStatepointsForGC.cpp926 int BlockIndex = BasePHI->getBasicBlockIndex(InBB); in findBasePointer() local
927 if (BlockIndex != -1) { in findBasePointer()
928 Value *OldBase = BasePHI->getIncomingValue(BlockIndex); in findBasePointer()
/external/llvm-project/llvm/lib/Target/AArch64/
DAArch64ISelLowering.cpp8103 for (size_t BlockIndex = 0; BlockIndex < NumBlocks; BlockIndex++) in isWideDUPMask() local
8105 int Elt = M[BlockIndex * NumEltsPerBlock + I]; in isWideDUPMask()