Home
last modified time | relevance | path

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

12

/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
DStackColoring.cpp401 const BlockLifetimeInfo &BlockInfo = BI->second; in dumpBB() local
583 BlockLifetimeInfo &BlockInfo = BlockLiveness[MBB]; in collectMarkers() local
638 BlockLifetimeInfo &BlockInfo = BI->second; in calculateLocalLiveness() 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
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
/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
DConsumed.h240 ConsumedBlockInfo BlockInfo; variable
/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/scudo/standalone/
Dcommon.h201 struct BlockInfo { struct
202 uptr BlockBegin;
203 uptr BlockSize;
204 uptr RegionBegin;
205 uptr RegionEnd;
/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/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/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 __anon36df1a7a0111::SIInsertWaitcnts
381 MachineBasicBlock *MBB;
382 std::unique_ptr<WaitcntBrackets> Incoming;
383 bool Dirty = true;
385 explicit BlockInfo(MachineBasicBlock *MBB) : MBB(MBB) {} in BlockInfo() argument
DSIModeRegister.cpp122 std::vector<std::unique_ptr<BlockData>> BlockInfo; member in __anon54fcb7220111::SIModeRegister
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/
DAArch64CompressJumpTables.cpp38 SmallVector<int, 8> BlockInfo; member in __anone6fa8bd30111::AArch64CompressJumpTables
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Bitcode/
DBitcodeAnalyzer.h51 BitstreamBlockInfo BlockInfo; variable
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Bitcode/Reader/
DBitcodeAnalyzer.cpp25 const BitstreamBlockInfo &BlockInfo, in GetBlockName()
88 const BitstreamBlockInfo &BlockInfo, in GetCodeName()
/external/llvm/include/llvm/CodeGen/
DMachineTraceMetrics.h303 SmallVector<TraceBlockInfo, 4> BlockInfo; variable
/external/llvm/lib/Target/AArch64/
DAArch64BranchRelaxation.cpp84 SmallVector<BasicBlockInfo, 16> BlockInfo; member in __anon5c2107930111::AArch64BranchRelaxation
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DMachineTraceMetrics.h324 SmallVector<TraceBlockInfo, 4> BlockInfo; variable

12