Home
last modified time | relevance | path

Searched defs:BlockInfo (Results 1 – 25 of 29) sorted by relevance

12

/third_party/skia/third_party/externals/tint/src/reader/spirv/
Dfunction.h76 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/
Dresolver.h113 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/
DSplitKit.h120 struct BlockInfo { struct
128 /// isOneInstr - Returns true when this BlockInfo describes a single argument
146 SmallVector<BlockInfo, 8> UseBlocks; argument
DSafeStackColoring.cpp109 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
DStackColoring.cpp543 const BlockLifetimeInfo &BlockInfo = BI->second; in dumpBB() local
717 BlockLifetimeInfo &BlockInfo = BlockLiveness[MBB]; in collectMarkers() local
772 BlockLifetimeInfo &BlockInfo = BI->second; in calculateLocalLiveness() local
DBranchRelaxation.cpp83 SmallVector<BasicBlockInfo, 16> BlockInfo; member in __anondda626630111::BranchRelaxation
/third_party/ffmpeg/libavcodec/
Ddvdec.c54 typedef struct BlockInfo { struct
62 } BlockInfo; argument
Drpzaenc.c72 typedef struct BlockInfo { struct
84 } BlockInfo; argument
Dflashsv.c46 typedef struct BlockInfo { struct
49 } BlockInfo; typedef
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/libGLESv2/
DProgram.h41 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/
DBitstreamReader.h41 struct BlockInfo { struct
49 std::vector<BlockInfo> BlockInfoRecords; argument
357 BitstreamBlockInfo *BlockInfo = nullptr; variable
DBitstreamWriter.h59 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/
DBitstreamRemarkParser.h33 BitstreamBlockInfo &BlockInfo; member
93 BitstreamBlockInfo BlockInfo; member
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DSIWholeQuadMode.cpp132 struct BlockInfo { struct
133 char Needs = 0;
134 char InNeeds = 0;
135 char OutNeeds = 0;
DSIInsertWaitcnts.cpp380 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
DSIModeRegister.cpp122 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/
DAArch64CompressJumpTables.cpp38 SmallVector<int, 8> BlockInfo; member in __anon862c5cf40111::AArch64CompressJumpTables
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Bitcode/
DBitcodeAnalyzer.h51 BitstreamBlockInfo BlockInfo; variable
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Bitcode/Reader/
DBitcodeAnalyzer.cpp25 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/
DMachineTraceMetrics.h324 SmallVector<TraceBlockInfo, 4> BlockInfo; variable
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Remarks/
DBitstreamRemarkParser.cpp38 BitstreamCursor &Stream, BitstreamBlockInfo &BlockInfo) in BitstreamMetaParserHelper()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DADCE.cpp125 MapVector<BasicBlock *, BlockInfoType> BlockInfo; member in __anon77a5e3ca0111::AggressiveDeadCodeElimination
/third_party/skia/third_party/vulkanmemoryallocator/include/
Dvk_mem_alloc.h7120 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/
DNaClBitstreamReader.h121 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/
DThumb2SizeReduction.cpp232 SmallVector<MBBInfo, 8> BlockInfo; member in __anon0d2cfe190111::Thumb2SizeReduce

12