Home
last modified time | relevance | path

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

/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/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() argument
436 void operator=(const BlockInfo &) = delete; argument
DConsumed.h240 ConsumedBlockInfo BlockInfo; variable
/external/lzma/Java/Tukaani/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;
46 int offset;
47 int arrayStride;
48 int matrixStride;
49 bool isRowMajorMatrix;
DProgram.cpp44 Uniform::BlockInfo::BlockInfo(const glsl::Uniform& uniform, int blockIndex) in BlockInfo() function in es2::Uniform::BlockInfo
/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/llvm/include/llvm/CodeGen/
DMachineTraceMetrics.h303 SmallVector<TraceBlockInfo, 4> BlockInfo; variable
/external/llvm/lib/Target/AArch64/
DAArch64BranchRelaxation.cpp84 SmallVector<BasicBlockInfo, 16> BlockInfo; member in __anon5f73fccb0111::AArch64BranchRelaxation
/external/swiftshader/third_party/LLVM/tools/bugpoint/
DCrashDebugger.cpp315 std::vector<std::pair<std::string, std::string> > BlockInfo; in TestBlocks() local
/external/llvm/lib/Target/ARM/
DThumb2SizeReduction.cpp211 SmallVector<MBBInfo, 8> BlockInfo; member in __anon322b9d8e0111::Thumb2SizeReduce
/external/swiftshader/third_party/subzero/pnacl-llvm/include/llvm/Bitcode/NaCl/
DNaClBitstreamReader.h124 explicit BlockInfo(unsigned BlockID) in BlockInfo() function
/external/clang/lib/Analysis/
DThreadSafety.cpp688 std::vector<CFGBlockInfo> &BlockInfo) { in traverseCFG()
773 std::vector<CFGBlockInfo> &BlockInfo) { in findBlockLocations()
918 std::vector<CFGBlockInfo> BlockInfo; member in __anon6aed21500811::ThreadSafetyAnalyzer
/external/llvm/tools/bugpoint/
DCrashDebugger.cpp392 std::vector<std::pair<std::string, std::string> > BlockInfo; in TestBlocks() local
/external/llvm/lib/CodeGen/MIRParser/
DMIParser.cpp1944 auto BlockInfo = Slots2BasicBlocks.find(Slot); in getIRBlockFromSlot() local
/external/clang/lib/CodeGen/
DCodeGenFunction.h289 const CodeGen::CGBlockInfo *BlockInfo; variable