Home
last modified time | relevance | path

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

123

/external/llvm-project/llvm/lib/CodeGen/
DSplitKit.h121 struct BlockInfo { struct
129 /// isOneInstr - Returns true when this BlockInfo describes a single argument
147 SmallVector<BlockInfo, 8> UseBlocks; argument
/external/llvm/lib/CodeGen/
DSplitKit.h102 struct BlockInfo { struct
110 /// isOneInstr - Returns true when this BlockInfo describes a single argument
128 SmallVector<BlockInfo, 8> UseBlocks; argument
DSafeStackColoring.cpp96 BlockLifetimeInfo &BlockInfo = BlockLiveness[BB]; in collectMarkers() local
154 BlockLifetimeInfo &BlockInfo = BlockLiveness[BB]; in calculateLocalLiveness() local
193 BlockLifetimeInfo &BlockInfo = IT.getSecond(); in calculateLiveIntervals() local
247 BlockLifetimeInfo &BlockInfo = BlockLiveness[BB]; in dumpBlockLiveness() local
/external/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
/external/clang/include/clang/Analysis/Analyses/
DThreadSafetyCommon.h409 struct BlockInfo { struct
415 BlockInfo() in BlockInfo() argument
418 BlockInfo(BlockInfo &&RHS) in BlockInfo() function
436 void operator=(const BlockInfo &) = delete; argument
/external/llvm-project/compiler-rt/lib/scudo/standalone/
Dcommon.h178 struct BlockInfo { struct
179 uptr BlockBegin;
180 uptr BlockSize;
181 uptr RegionBegin;
182 uptr RegionEnd;
/external/scudo/standalone/
Dcommon.h182 struct BlockInfo { struct
183 uptr BlockBegin;
184 uptr BlockSize;
185 uptr RegionBegin;
186 uptr RegionEnd;
/external/xz-java/src/org/tukaani/xz/index/
DBlockInfo.java14 public class BlockInfo { class
23 public BlockInfo(IndexDecoder indexOfFirstStream) { in BlockInfo() method in BlockInfo
/external/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;
/external/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
/external/llvm-project/llvm/include/llvm/Bitstream/
DBitstreamReader.h42 struct BlockInfo { struct
50 std::vector<BlockInfo> BlockInfoRecords; argument
358 BitstreamBlockInfo *BlockInfo = nullptr; variable
DBitstreamWriter.h70 struct BlockInfo { struct
74 std::vector<BlockInfo> BlockInfoRecords; argument
/external/llvm-project/clang/include/clang/Analysis/Analyses/
DThreadSafetyCommon.h435 struct BlockInfo { struct
445 BlockInfo() = default; argument
447 BlockInfo &operator=(BlockInfo &&) = default; argument
/external/llvm-project/llvm/lib/Analysis/
DStackLifetime.cpp134 BlockLifetimeInfo &BlockInfo = in collectMarkers() local
186 BlockLifetimeInfo &BlockInfo = BlockLiveness.find(BB)->getSecond(); in calculateLocalLiveness() local
236 BlockLifetimeInfo &BlockInfo = IT.getSecond(); in calculateLiveIntervals() local
293 const BlockLifetimeInfo &BlockInfo = BlockLiveness.find(BB)->getSecond(); in dumpBlockLiveness() local
/external/llvm/include/llvm/Bitcode/
DBitstreamReader.h36 struct BlockInfo { struct
46 std::vector<BlockInfo> BlockInfoRecords; argument
DBitstreamWriter.h60 struct BlockInfo { struct
64 std::vector<BlockInfo> BlockInfoRecords; argument
/external/llvm/lib/Target/AMDGPU/
DSIWholeQuadMode.cpp77 struct BlockInfo { struct
78 char Needs = 0;
79 char InNeeds = 0;
80 char OutNeeds = 0;
/external/llvm-project/clang-tools-extra/clang-doc/
DBitcodeReader.h68 Optional<llvm::BitstreamBlockInfo> BlockInfo; variable
/external/llvm-project/llvm/include/llvm/Remarks/
DBitstreamRemarkParser.h33 BitstreamBlockInfo &BlockInfo; member
93 BitstreamBlockInfo BlockInfo; member
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Remarks/
DBitstreamRemarkParser.h33 BitstreamBlockInfo &BlockInfo; member
93 BitstreamBlockInfo BlockInfo; member
/external/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 __anon7b44525c0111::SIInsertWaitcnts
381 MachineBasicBlock *MBB;
382 std::unique_ptr<WaitcntBrackets> Incoming;
383 bool Dirty = true;
385 explicit BlockInfo(MachineBasicBlock *MBB) : MBB(MBB) {} in BlockInfo() function
/external/llvm-project/llvm/lib/Target/AMDGPU/
DSIInsertWaitcnts.cpp391 struct BlockInfo { struct in __anon15ccbbe80111::SIInsertWaitcnts
392 MachineBasicBlock *MBB;
393 std::unique_ptr<WaitcntBrackets> Incoming;
394 bool Dirty = true;
396 explicit BlockInfo(MachineBasicBlock *MBB) : MBB(MBB) {} in BlockInfo() function

123