/external/swiftshader/third_party/LLVM/lib/CodeGen/ |
D | SplitKit.h | 69 struct BlockInfo { struct 77 /// isOneInstr - Returns true when this BlockInfo describes a single argument 95 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
|
D | StackColoring.cpp | 401 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/ |
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
|
D | Consumed.h | 240 ConsumedBlockInfo BlockInfo; variable
|
/external/lzma/Java/Tukaani/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; 46 int offset; 47 int arrayStride; 48 int matrixStride; 49 bool isRowMajorMatrix;
|
D | Program.cpp | 44 Uniform::BlockInfo::BlockInfo(const glsl::Uniform& uniform, int blockIndex) in BlockInfo() function in es2::Uniform::BlockInfo
|
/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/swiftshader/third_party/LLVM/include/llvm/Bitcode/ |
D | BitstreamReader.h | 31 struct BlockInfo { struct 43 std::vector<BlockInfo> BlockInfoRecords; argument
|
D | BitstreamWriter.h | 56 struct BlockInfo { struct 60 std::vector<BlockInfo> BlockInfoRecords; argument
|
/external/swiftshader/third_party/LLVM/include/llvm/Analysis/ |
D | ProfileInfoTypes.h | 33 BlockInfo = 3, /* Block profiling information */ enumerator
|
/external/llvm/include/llvm/CodeGen/ |
D | MachineTraceMetrics.h | 303 SmallVector<TraceBlockInfo, 4> BlockInfo; variable
|
/external/llvm/lib/Target/AArch64/ |
D | AArch64BranchRelaxation.cpp | 84 SmallVector<BasicBlockInfo, 16> BlockInfo; member in __anon5f73fccb0111::AArch64BranchRelaxation
|
/external/swiftshader/third_party/LLVM/tools/bugpoint/ |
D | CrashDebugger.cpp | 315 std::vector<std::pair<std::string, std::string> > BlockInfo; in TestBlocks() local
|
/external/llvm/lib/Target/ARM/ |
D | Thumb2SizeReduction.cpp | 211 SmallVector<MBBInfo, 8> BlockInfo; member in __anon322b9d8e0111::Thumb2SizeReduce
|
/external/swiftshader/third_party/subzero/pnacl-llvm/include/llvm/Bitcode/NaCl/ |
D | NaClBitstreamReader.h | 124 explicit BlockInfo(unsigned BlockID) in BlockInfo() function
|
/external/clang/lib/Analysis/ |
D | ThreadSafety.cpp | 688 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/ |
D | CrashDebugger.cpp | 392 std::vector<std::pair<std::string, std::string> > BlockInfo; in TestBlocks() local
|
/external/llvm/lib/CodeGen/MIRParser/ |
D | MIParser.cpp | 1944 auto BlockInfo = Slots2BasicBlocks.find(Slot); in getIRBlockFromSlot() local
|
/external/clang/lib/CodeGen/ |
D | CodeGenFunction.h | 289 const CodeGen::CGBlockInfo *BlockInfo; variable
|