/external/llvm-project/mlir/lib/IR/ |
D | Block.cpp | 322 BlockRange::BlockRange(ArrayRef<Block *> blocks) : BlockRange(nullptr, 0) { in BlockRange() function in BlockRange 327 BlockRange::BlockRange(SuccessorRange successors) in BlockRange() function in BlockRange 328 : BlockRange(successors.begin().getBase(), successors.size()) {} in BlockRange() 331 BlockRange::OwnerT BlockRange::offset_base(OwnerT object, ptrdiff_t index) { in offset_base() 338 Block *BlockRange::dereference_iterator(OwnerT object, ptrdiff_t index) { in dereference_iterator()
|
D | OperationSupport.cpp | 204 BlockRange successors, in OperationState() 219 void OperationState::addSuccessors(BlockRange newSuccessors) { in addSuccessors()
|
D | Operation.cpp | 77 BlockRange successors, unsigned numRegions) { in create() 92 BlockRange successors, RegionRange regions) { in create() 107 BlockRange successors, unsigned numRegions) { in create()
|
/external/llvm-project/mlir/include/mlir/IR/ |
D | BlockSupport.h | 88 class BlockRange final 90 BlockRange, llvm::PointerUnion<BlockOperand *, Block *const *>, 94 BlockRange(ArrayRef<Block *> blocks = llvm::None); 95 BlockRange(SuccessorRange successors); 99 BlockRange(Arg &&arg) in BlockRange() function 100 : BlockRange(ArrayRef<Block *>(std::forward<Arg>(arg))) {} in BlockRange() 101 BlockRange(std::initializer_list<Block *> blocks) in BlockRange() function 102 : BlockRange(ArrayRef<Block *>(blocks)) {} in BlockRange()
|
D | Operation.h | 37 BlockRange successors, unsigned numRegions); 44 BlockRange successors, unsigned numRegions); 53 BlockRange successors = {},
|
D | OperationSupport.h | 408 BlockRange successors = {}, 438 void addSuccessors(BlockRange newSuccessors);
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
D | SafeStackColoring.cpp | 266 auto BlockRange = BlockInstRange[BB]; in dumpBlockLiveness() local 267 dbgs() << " BB [" << BlockRange.first << ", " << BlockRange.second in dumpBlockLiveness()
|
/external/llvm/lib/CodeGen/ |
D | SafeStackColoring.cpp | 248 auto BlockRange = BlockInstRange[BB]; in dumpBlockLiveness() local 249 dbgs() << " BB [" << BlockRange.first << ", " << BlockRange.second in dumpBlockLiveness()
|
/external/skia/modules/skparagraph/include/ |
D | TextStyle.h | 311 typedef SkRange<size_t> BlockRange; typedef 318 BlockRange blocksBefore, TextRange textBefore) in Placeholder() 328 BlockRange fBlocksBefore;
|
/external/skia/modules/skparagraph/src/ |
D | TextLine.h | 49 BlockRange blocks, 134 BlockRange fBlockRange;
|
D | ParagraphImpl.h | 178 SkSpan<Block> blocks(BlockRange blockRange); 214 BlockRange findAllBlocks(TextRange textRange);
|
D | ParagraphBuilderImpl.cpp | 125 BlockRange stylesBefore(fPlaceholders.empty() ? 0 : fPlaceholders.back().fBlocksBefore.end + 1, in addPlaceholder()
|
D | ParagraphImpl.cpp | 614 BlockRange ParagraphImpl::findAllBlocks(TextRange textRange) { in findAllBlocks() 833 SkSpan<Block> ParagraphImpl::blocks(BlockRange blockRange) { in blocks()
|
D | OneLineShaper.cpp | 448 …BlockRange blockRange(std::max(block.fRange.start, textRange.start), std::min(block.fRange.end, te… in iterateThroughFontStyles()
|
D | TextLine.cpp | 84 BlockRange blocks, in TextLine()
|
/external/llvm-project/llvm/lib/Analysis/ |
D | StackLifetime.cpp | 294 auto BlockRange = BlockInstRange.find(BB)->getSecond(); in dumpBlockLiveness() local 295 dbgs() << " BB (" << BB->getName() << ") [" << BlockRange.first << ", " << BlockRange.second in dumpBlockLiveness()
|
/external/llvm-project/clang-tools-extra/clangd/ |
D | ConfigCompile.cpp | 280 llvm::SMRange BlockRange) { in compile() 292 diag(Error, "Exactly one of File or Server must be set.", BlockRange); in compile() 311 diag(Error, "A mountpoint is required.", BlockRange); in compile()
|
/external/llvm-project/clang-tools-extra/modularize/ |
D | Modularize.cpp | 581 SourceRange BlockRange = D->getSourceRange(); in VisitLinkageSpecDecl() local 591 if (!PPTracker.checkForIncludesInBlock(PP, BlockRange, LinkageLabel, in VisitLinkageSpecDecl() 599 SourceRange BlockRange = D->getSourceRange(); in VisitNamespaceDecl() local 603 if (!PPTracker.checkForIncludesInBlock(PP, BlockRange, Label.c_str(), in VisitNamespaceDecl()
|
/external/llvm-project/mlir/include/mlir/Dialect/PDLInterp/IR/ |
D | PDLInterpOps.td | 785 "Block *":$defaultDest, "BlockRange":$dests), [{ 818 "Block *":$defaultDest, "BlockRange":$dests), [{ 852 "Block *":$defaultDest, "BlockRange":$dests), [{ 888 "Block *":$defaultDest, "BlockRange":$dests), [{ 920 "BlockRange":$dests), [{
|
/external/llvm-project/llvm/lib/Transforms/Scalar/ |
D | NewGVN.cpp | 3399 const auto &BlockRange = assignDFSNumbers(B, ICount); in runGVN() local 3400 BlockInstRange.insert({B, BlockRange}); in runGVN() 3401 ICount += BlockRange.second - BlockRange.first; in runGVN()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/ |
D | NewGVN.cpp | 3446 const auto &BlockRange = assignDFSNumbers(B, ICount); in runGVN() local 3447 BlockInstRange.insert({B, BlockRange}); in runGVN() 3448 ICount += BlockRange.second - BlockRange.first; in runGVN()
|
/external/llvm-project/mlir/lib/Dialect/SPIRV/Serialization/ |
D | Serializer.cpp | 67 bool skipHeader = false, BlockRange skipBlocks = {}) { in visitInPrettyBlockOrder()
|