/external/llvm-project/llvm/lib/CodeGen/ |
D | SplitKit.h | 121 struct BlockInfo { struct 129 /// isOneInstr - Returns true when this BlockInfo describes a single argument 147 SmallVector<BlockInfo, 8> UseBlocks; argument
|
/external/llvm/lib/CodeGen/ |
D | SplitKit.h | 102 struct BlockInfo { struct 110 /// isOneInstr - Returns true when this BlockInfo describes a single argument 128 SmallVector<BlockInfo, 8> UseBlocks; argument
|
D | SafeStackColoring.cpp | 96 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/ |
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
|
/external/clang/include/clang/Analysis/Analyses/ |
D | ThreadSafetyCommon.h | 409 struct BlockInfo { struct 415 BlockInfo() in BlockInfo() argument 418 BlockInfo(BlockInfo &&RHS) in BlockInfo() argument 436 void operator=(const BlockInfo &) = delete; argument
|
/external/llvm-project/compiler-rt/lib/scudo/standalone/ |
D | common.h | 178 struct BlockInfo { struct 179 uptr BlockBegin; 180 uptr BlockSize; 181 uptr RegionBegin; 182 uptr RegionEnd;
|
/external/scudo/standalone/ |
D | common.h | 182 struct BlockInfo { struct 183 uptr BlockBegin; 184 uptr BlockSize; 185 uptr RegionBegin; 186 uptr RegionEnd;
|
/external/xz-java/src/org/tukaani/xz/index/ |
D | BlockInfo.java | 14 public class BlockInfo { class 23 public BlockInfo(IndexDecoder indexOfFirstStream) { in BlockInfo() method in BlockInfo
|
/external/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;
|
/external/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
|
/external/llvm-project/llvm/include/llvm/Bitstream/ |
D | BitstreamReader.h | 42 struct BlockInfo { struct 50 std::vector<BlockInfo> BlockInfoRecords; argument 358 BitstreamBlockInfo *BlockInfo = nullptr; variable
|
D | BitstreamWriter.h | 70 struct BlockInfo { struct 74 std::vector<BlockInfo> BlockInfoRecords; argument
|
/external/llvm-project/clang/include/clang/Analysis/Analyses/ |
D | ThreadSafetyCommon.h | 435 struct BlockInfo { struct 445 BlockInfo() = default; argument 447 BlockInfo &operator=(BlockInfo &&) = default; argument
|
/external/llvm-project/llvm/lib/Analysis/ |
D | StackLifetime.cpp | 134 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/ |
D | BitstreamReader.h | 36 struct BlockInfo { struct 46 std::vector<BlockInfo> BlockInfoRecords; argument
|
D | BitstreamWriter.h | 60 struct BlockInfo { struct 64 std::vector<BlockInfo> BlockInfoRecords; argument
|
/external/llvm/lib/Target/AMDGPU/ |
D | SIWholeQuadMode.cpp | 77 struct BlockInfo { struct 78 char Needs = 0; 79 char InNeeds = 0; 80 char OutNeeds = 0;
|
/external/llvm-project/clang-tools-extra/clang-doc/ |
D | BitcodeReader.h | 68 Optional<llvm::BitstreamBlockInfo> BlockInfo; variable
|
/external/llvm-project/llvm/include/llvm/Remarks/ |
D | BitstreamRemarkParser.h | 33 BitstreamBlockInfo &BlockInfo; member 93 BitstreamBlockInfo BlockInfo; member
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Remarks/ |
D | BitstreamRemarkParser.h | 33 BitstreamBlockInfo &BlockInfo; member 93 BitstreamBlockInfo BlockInfo; member
|
/external/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 __anon7b44525c0111::SIInsertWaitcnts 381 MachineBasicBlock *MBB; 382 std::unique_ptr<WaitcntBrackets> Incoming; 383 bool Dirty = true; 385 explicit BlockInfo(MachineBasicBlock *MBB) : MBB(MBB) {} in BlockInfo() argument
|
/external/llvm-project/llvm/lib/Target/AMDGPU/ |
D | SIInsertWaitcnts.cpp | 391 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
|