Home
last modified time | relevance | path

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

12

/external/swiftshader/third_party/LLVM/lib/CodeGen/
DSplitKit.h69 struct BlockInfo { struct
77 /// isOneInstr - Returns true when this BlockInfo describes a single argument
95 SmallVector<BlockInfo, 8> UseBlocks; argument
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DSplitKit.h108 struct BlockInfo { struct
116 /// isOneInstr - Returns true when this BlockInfo describes a single argument
134 SmallVector<BlockInfo, 8> UseBlocks; argument
DSafeStackColoring.cpp111 BlockLifetimeInfo &BlockInfo = BlockLiveness[BB]; in collectMarkers() local
169 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/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/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/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-7.0/llvm/include/llvm/Bitcode/
DBitstreamReader.h42 struct BlockInfo { struct
50 std::vector<BlockInfo> BlockInfoRecords; argument
330 BitstreamBlockInfo *BlockInfo = nullptr; variable
DBitstreamWriter.h60 struct BlockInfo { struct
64 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/include/llvm/Bitcode/
DBitstreamReader.h31 struct BlockInfo { struct
43 std::vector<BlockInfo> BlockInfoRecords; argument
DBitstreamWriter.h56 struct BlockInfo { struct
60 std::vector<BlockInfo> BlockInfoRecords; argument
/external/swiftshader/third_party/LLVM/include/llvm/Analysis/
DProfileInfoTypes.h33 BlockInfo = 3, /* Block profiling information */ enumerator
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-bcanalyzer/
Dllvm-bcanalyzer.cpp88 const BitstreamBlockInfo &BlockInfo, in GetBlockName()
136 const BitstreamBlockInfo &BlockInfo, in GetCodeName()
499 static bool ParseBlock(BitstreamCursor &Stream, BitstreamBlockInfo &BlockInfo, in ParseBlock()
832 BitstreamBlockInfo BlockInfo; in AnalyzeBitcode() local
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/
DSIWholeQuadMode.cpp132 struct BlockInfo { struct
133 char Needs = 0;
134 char InNeeds = 0;
135 char OutNeeds = 0;
/external/v8/src/asmjs/
Dasm-parser.h110 struct BlockInfo { struct
111 BlockKind kind;
112 AsmJsScanner::token_t label;
/external/swiftshader/third_party/llvm-7.0/llvm/tools/bugpoint/
DCrashDebugger.cpp430 std::vector<std::pair<std::string, std::string>> BlockInfo; in TestBlocks() local
537 std::vector<std::pair<std::string, std::string>> BlockInfo; in TestBlocks() local
627 std::vector<std::pair<std::string, std::string>> BlockInfo; in TestBlocks() local
/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 __anon359f2a570111::AArch64BranchRelaxation

12