/external/llvm-project/llvm/lib/CodeGen/ |
D | ExpandMemCmp.cpp | 99 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/ |
D | ExpandMemCmp.cpp | 97 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/ |
D | IMSFFile.h | 32 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/ |
D | IPDBFile.h | 36 virtual Expected<ArrayRef<uint8_t>> getBlockData(uint32_t BlockIndex, 38 virtual Error setBlockData(uint32_t BlockIndex, uint32_t Offset,
|
D | PDBFile.h | 91 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/ |
D | IMSFFile.h | 32 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/ |
D | PDBFile.cpp | 76 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/ |
D | MergeICmps.cpp | 767 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()
|
D | RewriteStatepointsForGC.cpp | 1108 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/ |
D | MergeICmps.cpp | 766 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()
|
D | RewriteStatepointsForGC.cpp | 1053 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/ |
D | MappedBlockStreamTest.cpp | 64 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/ |
D | PDBFile.h | 70 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/ |
D | PDBFile.h | 70 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/ |
D | PDBFile.cpp | 105 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/ |
D | PDBFile.cpp | 104 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/ |
D | ExplainOutputStyle.cpp | 233 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/ |
D | TextLine.cpp | 115 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()
|
D | ParagraphImpl.cpp | 615 BlockIndex begin = EMPTY_BLOCK; in findAllBlocks() 616 BlockIndex end = EMPTY_BLOCK; in findAllBlocks() 838 Block& ParagraphImpl::block(BlockIndex blockIndex) { in block()
|
D | ParagraphImpl.h | 179 Block& block(BlockIndex blockIndex);
|
/external/skia/modules/skparagraph/include/ |
D | TextStyle.h | 310 typedef size_t BlockIndex; typedef
|
/external/llvm-project/llvm/unittests/DebugInfo/MSF/ |
D | MappedBlockStreamTest.cpp | 494 MATCHER_P3(BlockIsFilledWith, Layout, BlockIndex, Byte, "succeeded") { 495 uint64_t Offset = msf::blockToOffset(BlockIndex, Layout.SB->BlockSize);
|
/external/llvm/lib/Transforms/Scalar/ |
D | RewriteStatepointsForGC.cpp | 926 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/ |
D | AArch64ISelLowering.cpp | 8103 for (size_t BlockIndex = 0; BlockIndex < NumBlocks; BlockIndex++) in isWideDUPMask() local 8105 int Elt = M[BlockIndex * NumEltsPerBlock + I]; in isWideDUPMask()
|