Home
last modified time | relevance | path

Searched defs:BlockIndex (Results 1 – 6 of 6) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DExpandMemCmp.cpp282 void MemCmpExpansion::emitLoadCompareByteBlock(unsigned BlockIndex, in emitLoadCompareByteBlock()
318 Value *MemCmpExpansion::getCompareLoadPairs(unsigned BlockIndex, in getCompareLoadPairs()
408 void MemCmpExpansion::emitLoadCompareBlockMultipleLoads(unsigned BlockIndex, in emitLoadCompareBlockMultipleLoads()
438 void MemCmpExpansion::emitLoadCompareBlock(unsigned BlockIndex) { in emitLoadCompareBlock()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/PDB/Native/
DPDBFile.cpp104 Expected<ArrayRef<uint8_t>> PDBFile::getBlockData(uint32_t BlockIndex, in getBlockData()
114 Error PDBFile::setBlockData(uint32_t BlockIndex, uint32_t Offset, in setBlockData()
/third_party/flutter/skia/modules/skparagraph/src/
DRun.h35 typedef size_t BlockIndex; typedef
/third_party/skia/modules/skparagraph/include/
DTextStyle.h314 typedef size_t BlockIndex; typedef
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DMergeICmps.cpp766 for (int BlockIndex = NumBlocks - 1; BlockIndex > 0; --BlockIndex) { in getOrderedBlocks() local
DRewriteStatepointsForGC.cpp1053 int BlockIndex = BasePHI->getBasicBlockIndex(InBB); in findBasePointer() local