/third_party/skia/third_party/externals/tint/src/reader/spirv/ |
D | function.h | 76 struct BlockInfo { struct 83 const spvtools::opt::BasicBlock* basic_block; 86 uint32_t id = 0; 90 uint32_t pos = kInvalidBlockPos; 93 uint32_t merge_for_header = 0; 96 uint32_t continue_for_header = 0; 98 uint32_t header_for_merge = 0; 101 uint32_t header_for_continue = 0; 105 bool is_continue_entire_loop = false; 109 const Construct* construct = nullptr; [all …]
|
/third_party/skia/third_party/externals/tint/src/resolver/ |
D | resolver.h | 113 struct BlockInfo { struct 116 BlockInfo(const ast::BlockStatement* block, Type type, BlockInfo* parent); argument 120 BlockInfo* FindFirstParent(Pred&& pred) { in FindFirstParent() argument 128 BlockInfo* FindFirstParent(BlockInfo::Type ty) { in FindFirstParent() argument 135 BlockInfo* const parent; argument 136 std::vector<const ast::Variable*> decls; 140 constexpr static size_t kNoContinue = size_t(~0); 141 size_t first_continue = kNoContinue;
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
D | SplitKit.h | 120 struct BlockInfo { struct 128 /// isOneInstr - Returns true when this BlockInfo describes a single argument 146 SmallVector<BlockInfo, 8> UseBlocks; argument
|
D | SafeStackColoring.cpp | 109 BlockLifetimeInfo &BlockInfo = BlockLiveness[BB]; in collectMarkers() local 167 BlockLifetimeInfo &BlockInfo = BlockLiveness[BB]; in calculateLocalLiveness() local 208 BlockLifetimeInfo &BlockInfo = IT.getSecond(); in calculateLiveIntervals() local 265 BlockLifetimeInfo &BlockInfo = BlockLiveness[BB]; in dumpBlockLiveness() local
|
D | StackColoring.cpp | 543 const BlockLifetimeInfo &BlockInfo = BI->second; in dumpBB() local 717 BlockLifetimeInfo &BlockInfo = BlockLiveness[MBB]; in collectMarkers() local 772 BlockLifetimeInfo &BlockInfo = BI->second; in calculateLocalLiveness() local
|
D | BranchRelaxation.cpp | 83 SmallVector<BasicBlockInfo, 16> BlockInfo; member in __anondda626630111::BranchRelaxation
|
/third_party/ffmpeg/libavcodec/ |
D | dvdec.c | 54 typedef struct BlockInfo { struct 62 } BlockInfo; argument
|
D | rpzaenc.c | 72 typedef struct BlockInfo { struct 84 } BlockInfo; argument
|
D | flashsv.c | 46 typedef struct BlockInfo { struct 49 } BlockInfo; typedef
|
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/libGLESv2/ |
D | Program.h | 41 struct BlockInfo struct 45 int index = -1; 46 int offset = -1; 47 int arrayStride = -1; 48 int matrixStride = -1; 49 bool isRowMajorMatrix = false;
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Bitstream/ |
D | BitstreamReader.h | 41 struct BlockInfo { struct 49 std::vector<BlockInfo> BlockInfoRecords; argument 357 BitstreamBlockInfo *BlockInfo = nullptr; variable
|
D | BitstreamWriter.h | 59 struct BlockInfo { struct 63 std::vector<BlockInfo> BlockInfoRecords; argument
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Remarks/ |
D | BitstreamRemarkParser.h | 33 BitstreamBlockInfo &BlockInfo; member 93 BitstreamBlockInfo BlockInfo; member
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/ |
D | SIWholeQuadMode.cpp | 132 struct BlockInfo { struct 133 char Needs = 0; 134 char InNeeds = 0; 135 char OutNeeds = 0;
|
D | SIInsertWaitcnts.cpp | 380 struct BlockInfo { struct in __anon5a05de5b0111::SIInsertWaitcnts 381 MachineBasicBlock *MBB; 382 std::unique_ptr<WaitcntBrackets> Incoming; 383 bool Dirty = true; 385 explicit BlockInfo(MachineBasicBlock *MBB) : MBB(MBB) {} in BlockInfo() function
|
D | SIModeRegister.cpp | 122 std::vector<std::unique_ptr<BlockData>> BlockInfo; member in __anon622f0ec30111::SIModeRegister
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/ |
D | AArch64CompressJumpTables.cpp | 38 SmallVector<int, 8> BlockInfo; member in __anon862c5cf40111::AArch64CompressJumpTables
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Bitcode/ |
D | BitcodeAnalyzer.h | 51 BitstreamBlockInfo BlockInfo; variable
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Bitcode/Reader/ |
D | BitcodeAnalyzer.cpp | 25 const BitstreamBlockInfo &BlockInfo, in GetBlockName() 88 const BitstreamBlockInfo &BlockInfo, in GetCodeName()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/ |
D | MachineTraceMetrics.h | 324 SmallVector<TraceBlockInfo, 4> BlockInfo; variable
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Remarks/ |
D | BitstreamRemarkParser.cpp | 38 BitstreamCursor &Stream, BitstreamBlockInfo &BlockInfo) in BitstreamMetaParserHelper()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/ |
D | ADCE.cpp | 125 MapVector<BasicBlock *, BlockInfoType> BlockInfo; member in __anon77a5e3ca0111::AggressiveDeadCodeElimination
|
/third_party/skia/third_party/vulkanmemoryallocator/include/ |
D | vk_mem_alloc.h | 7120 struct BlockInfo struct 7127 BlockInfo(const VkAllocationCallbacks* pAllocationCallbacks) : in BlockInfo() argument 7155 bool operator()(const BlockInfo* pLhsBlockInfo, const VmaDeviceMemoryBlock* pRhsBlock) const in operator() argument 7227 struct BlockInfo struct 7229 size_t origBlockIndex; 13167 struct BlockInfo in ApplyDefragmentationMovesCpu() struct 13169 uint32_t flags; in ApplyDefragmentationMovesCpu() 13170 void* pMappedData; in ApplyDefragmentationMovesCpu()
|
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/pnacl-llvm/include/llvm/Bitcode/NaCl/ |
D | NaClBitstreamReader.h | 121 explicit BlockInfo(unsigned BlockID) : BlockID(BlockID), Abbrevs() {} in BlockInfo() function
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/ |
D | Thumb2SizeReduction.cpp | 232 SmallVector<MBBInfo, 8> BlockInfo; member in __anon0d2cfe190111::Thumb2SizeReduce
|