Home
last modified time | relevance | path

Searched defs:Block (Results 1 – 25 of 143) sorted by relevance

123456

/external/skia/src/sksl/ir/
DSkSLBlock.h19 struct Block : public Statement { struct
22 : INHERITED(position, kBlock_Kind) in INHERITED() argument
26 bool isEmpty() const override { in isEmpty()
35 String description() const override { in description()
47 const std::shared_ptr<SymbolTable> fSymbols;
48 std::vector<std::unique_ptr<Statement>> fStatements;
50 typedef Statement INHERITED;
/external/skia/src/core/
DSkDeque.cpp11 struct SkDeque::Block { struct in SkDeque
12 Block* fNext;
13 Block* fPrev;
14 char* fBegin; // start of used section in this chunk
15 char* fEnd; // end of used section in this chunk
16 char* fStop; // end of the allocated chunk
18 char* start() { return (char*)(this + 1); } in start()
19 const char* start() const { return (const char*)(this + 1); } in start()
21 void init(size_t size) { in init()
DSkStream.cpp431 struct SkDynamicMemoryWStream::Block { struct in SkDynamicMemoryWStream
432 Block* fNext;
433 char* fCurr;
434 char* fStop;
436 const char* start() const { return (const char*)(this + 1); } in start()
437 char* start() { return (char*)(this + 1); } in start()
438 size_t avail() const { return fStop - fCurr; } in avail()
439 size_t written() const { return fCurr - this->start(); } in written()
441 void init(size_t size) { in init()
447 const void* append(const void* data, size_t size) { in append()
DSkTLList.h220 struct Block { struct
227 fFirstBlock.fNodesInUse = 0; in delayedInit() argument
/external/clang/docs/
DPCHInternals.rst199 .. _pchinternals-sourcemgr:
227 .. _pchinternals-preprocessor:
240 .. _pchinternals-types:
263 .. _pchinternals-decls:
394 .. _pchinternals-method-pool:
/external/deqp/framework/delibs/decpp/
DdeAppendList.hpp68 struct Block struct in de::AppendList
70 const size_t blockNdx;
71 ElementType* elements;
72 Block* volatile next;
74 Block (size_t blockNdx_, size_t size) in Block() argument
82 ~Block (void) in ~Block()
/external/clang/lib/Analysis/
DThreadSafetyTIL.cpp171 for (auto *Block : successors()) in topologicalSort() local
264 for (auto *Block : Blocks) in renumberInstrs() local
309 for (auto *Block : Blocks) in computeNormalForm() local
322 for (auto *Block : Blocks.reverse()) { in computeNormalForm() local
328 for (auto *Block : Blocks) { in computeNormalForm() local
333 for (auto *Block : Blocks.reverse()) { in computeNormalForm() local
/external/llvm/lib/Target/AMDGPU/
DSIMachineScheduler.cpp1090 SIScheduleBlock *Block = CurrentBlocks[i]; in createBlocksForVariant() local
1140 SIScheduleBlock *Block = CurrentBlocks[i]; in topologicalSort() local
1151 SIScheduleBlock *Block = CurrentBlocks[i]; in topologicalSort() local
1164 SIScheduleBlock *Block = CurrentBlocks[i]; in topologicalSort() local
1185 SIScheduleBlock *Block = CurrentBlocks[i]; in scheduleInsideBlocks() local
1201 SIScheduleBlock *Block = CurrentBlocks[BlockIndice]; in scheduleInsideBlocks() local
1232 SIScheduleBlock *Block = CurrentBlocks[i]; in scheduleInsideBlocks() local
1264 SIScheduleBlock *Block = CurrentBlocks[BlockIndice]; in fillStats() local
1279 SIScheduleBlock *Block = CurrentBlocks[BlockIndice]; in fillStats() local
1314 SIScheduleBlock *Block = Blocks[i]; in SIScheduleBlockScheduler() local
[all …]
/external/llvm/lib/IR/
DGCOV.cpp209 GCOVBlock &Block = *Blocks[BlockNo]; in readGCNO() local
317 GCOVBlock &Block = *Blocks[BlockNo]; in readGCDA() local
351 for (const auto &Block : Blocks) in dump() local
363 for (const auto &Block : Blocks) in collectLineCounts() local
610 for (const GCOVBlock *Block : Blocks) { in print() local
667 for (const GCOVBlock *Block : Blocks) { in print() local
699 for (const GCOVBlock &Block : Func->blocks()) in printFunctionSummary() local
711 void FileInfo::printBlockInfo(raw_ostream &OS, const GCOVBlock &Block, in printBlockInfo()
721 void FileInfo::printBranchInfo(raw_ostream &OS, const GCOVBlock &Block, in printBranchInfo()
/external/clang/include/clang/Analysis/Analyses/
DPostOrderCFGView.h50 std::pair<llvm::NoneType, bool> insert(const CFGBlock *Block) { in insert()
66 bool alreadySet(const CFGBlock *Block) { in alreadySet()
/external/skia/src/gpu/vk/
DGrVkMemory.h80 struct Block { struct
84 typedef SkTLList<Block, 16> FreeList; argument
/external/swiftshader/third_party/LLVM/include/llvm/Bitcode/
DBitstreamWriter.h44 struct Block { struct
48 Block(unsigned PCS, unsigned SSW) : PrevCodeSize(PCS), StartSizeWord(SSW) {} in Block() argument
DBitstreamReader.h142 struct Block { struct
145 explicit Block(unsigned PCS) : PrevCodeSize(PCS) {} in Block() function
/external/llvm/include/llvm/Bitcode/
DBitstreamWriter.h48 struct Block { struct
52 Block(unsigned PCS, size_t SSW) : PrevCodeSize(PCS), StartSizeWord(SSW) {} in Block() argument
DBitstreamReader.h421 struct Block { struct
424 explicit Block(unsigned PCS) : PrevCodeSize(PCS) {} in Block() function
/external/llvm/lib/Target/SystemZ/
DSystemZLongBranch.cpp180 MBBInfo &Block) { in skipNonTerminators()
277 MBBInfo &Block = MBBs[I]; in initMBBInfo() local
339 for (auto &Block : MBBs) { in setWorstCaseAddresses() local
440 for (auto &Block : MBBs) { in relaxBranches() local
/external/clang/test/SemaObjC/
Darc-type-conversion.m64 typedef void (^Block)(); typedef
/external/clang/test/SemaObjCXX/
Darc-type-conversion.mm195 typedef void (^Block)(); typedef
/external/llvm/lib/CodeGen/
DLexicalScopes.cpp151 if (auto *Block = dyn_cast<DILexicalBlockBase>(Scope)) in getOrCreateRegularScope() local
179 if (auto *Block = dyn_cast<DILexicalBlockBase>(Scope)) in getOrCreateInlinedScope() local
203 if (auto *Block = dyn_cast<DILexicalBlockBase>(Scope)) in getOrCreateAbstractScope() local
/external/clang/test/Index/
Dcomment-c-decls.c97 int (^Block) (int i, int j); variable
Dformat-comment-cdecls.c92 int (^Block) (int i, int j); variable
/external/swiftshader/third_party/LLVM/lib/CodeGen/AsmPrinter/
DDwarfCompileUnit.cpp105 DIEBlock *Block) { in addBlock()
244 DIEBlock *Block = new (DIEValueAllocator) DIEBlock(); in addAddress() local
263 DIEBlock *Block = new (DIEValueAllocator) DIEBlock(); in addComplexAddress() local
396 DIEBlock *Block = new (DIEValueAllocator) DIEBlock(); in addBlockByrefAddress() local
462 DIEBlock *Block = new (DIEValueAllocator) DIEBlock(); in addConstantValue() local
483 DIEBlock *Block = new (DIEValueAllocator) DIEBlock(); in addConstantFPValue() local
526 DIEBlock *Block = new (DIEValueAllocator) DIEBlock(); in addConstantValue() local
969 DIEBlock *Block = getDIEBlock(); in getOrCreateSubprogramDIE() local
1080 DIEBlock *Block = new (DIEValueAllocator) DIEBlock(); in createGlobalVariableDIE() local
1104 DIEBlock *Block = new (DIEValueAllocator) DIEBlock(); in createGlobalVariableDIE() local
/external/clang/test/PCH/
Dtypes.h16 typedef int (^Block)(int, float); typedef
/external/llvm/lib/Support/
DScopedPrinter.cpp24 ArrayRef<uint8_t> Data, bool Block) { in printBinaryImpl()
/external/llvm/lib/Transforms/Scalar/
DLoopVersioningLICM.cpp381 for (auto *Block : CurLoop->getBlocks()) in legalLoopInstructions() local
486 for (auto *Block : CurLoop->getBlocks()) { in setNoAliasToLoop() local
527 for (auto *Block : L->getBlocks()) { in runOnLoop() local

123456