/external/swiftshader/third_party/LLVM/tools/bugpoint/ |
CrashDebugger.cpp | 315 std::vector<std::pair<std::string, std::string> > BlockInfo;
319 BlockInfo.push_back(std::make_pair((*I)->getParent()->getName(),
342 for (unsigned i = 0, e = BlockInfo.size(); i != e; ++i) {
343 Function *F = cast<Function>(GST.lookup(BlockInfo[i].first));
345 Value* V = ST.lookup(BlockInfo[i].second);
|
/external/swiftshader/third_party/LLVM/tools/llvm-bcanalyzer/ |
llvm-bcanalyzer.cpp | 91 // Check to see if we have a blockinfo record for this block, with a name.
92 if (const BitstreamReader::BlockInfo *Info =
133 // Check to see if we have a blockinfo record for this record, with a name.
134 if (const BitstreamReader::BlockInfo *Info =
334 // BLOCKINFO is a special part of the stream.
|
/external/llvm/include/llvm/CodeGen/ |
MachineTraceMetrics.h | 241 unsigned getBlockNum() const { return &TBI - &TE.BlockInfo[0]; } 303 SmallVector<TraceBlockInfo, 4> BlockInfo; 366 SmallVector<FixedBlockInfo, 4> BlockInfo;
|
/external/llvm/lib/Bitcode/Reader/ |
BitstreamReader.cpp | 34 if (const BitstreamReader::BlockInfo *Info = 329 BitstreamReader::BlockInfo *CurBlockInfo = nullptr; 352 // appropriate BlockInfo.
|
/external/swiftshader/third_party/LLVM/lib/CodeGen/ |
RegAllocGreedy.cpp | 674 ArrayRef<SplitAnalysis::BlockInfo> UseBlocks = SA->getUseBlocks(); 680 const SplitAnalysis::BlockInfo &BI = UseBlocks[i]; 877 ArrayRef<SplitAnalysis::BlockInfo> UseBlocks = SA->getUseBlocks(); 879 const SplitAnalysis::BlockInfo &BI = UseBlocks[i]; 898 ArrayRef<SplitAnalysis::BlockInfo> UseBlocks = SA->getUseBlocks(); 900 const SplitAnalysis::BlockInfo &BI = UseBlocks[i]; [all...] |
SplitKit.cpp | 165 BlockInfo BI; [all...] |
/external/llvm/tools/llvm-bcanalyzer/ |
llvm-bcanalyzer.cpp | 96 // Check to see if we have a blockinfo record for this block, with a name. 97 if (const BitstreamReader::BlockInfo *Info = 146 // Check to see if we have a blockinfo record for this record, with a name. 147 if (const BitstreamReader::BlockInfo *Info = 484 // BLOCKINFO is a special part of the stream. 490 // It's not really interesting to dump the contents of the blockinfo block. [all...] |
/external/clang/lib/CodeGen/ |
CGObjCRuntime.h | 275 const CodeGen::CGBlockInfo &blockInfo) = 0; 277 const CodeGen::CGBlockInfo &blockInfo) = 0;
|
CGObjCMac.cpp | [all...] |
/external/deqp/modules/gles31/functional/ |
es31fShaderAtomicOpTests.cpp | 196 const InterfaceBlockInfo blockInfo = getProgramInterfaceBlockInfo(gl, program, GL_SHADER_STORAGE_BLOCK, blockNdx); 213 vector<deUint8> bufData(blockInfo.dataSize); 225 gl.bufferData(GL_SHADER_STORAGE_BUFFER, blockInfo.dataSize, &bufData[0], GL_STATIC_READ); 234 const void* resPtr = gl.mapBufferRange(GL_SHADER_STORAGE_BUFFER, 0, blockInfo.dataSize, GL_MAP_READ_BIT); [all...] |
/external/lzma/Java/Tukaani/ |
fileset-src.txt | 68 src/org/tukaani/xz/index/BlockInfo.java
|
/external/swiftshader/third_party/LLVM/lib/Analysis/ |
ProfileInfoLoader.cpp | 133 case BlockInfo:
|
/external/llvm/docs/ |
BitCodeFormat.rst | 189 inside a `BLOCKINFO`_ block, in which case they are defined in all blocks 190 that match the ID that the ``BLOCKINFO`` block is describing. 308 ``BLOCKINFO`` record for the particular block type receive IDs first, in order, 406 #0 - BLOCKINFO Block 409 The ``BLOCKINFO`` block allows the description of metadata for other blocks. 424 Standard ``DEFINE_ABBREV`` records can occur inside ``BLOCKINFO`` blocks, but 426 matching the block ID we are describing, *not* the ``BLOCKINFO`` block 427 itself. The abbreviations defined in ``BLOCKINFO`` blocks receive abbreviation 439 Note that although the data in ``BLOCKINFO`` blocks is described as "metadata," 563 * `BLOCKINFO` [all...] |
/external/llvm/tools/bugpoint/ |
CrashDebugger.cpp | 392 std::vector<std::pair<std::string, std::string> > BlockInfo; 395 BlockInfo.emplace_back(BB->getParent()->getName(), BB->getName()); 417 for (unsigned i = 0, e = BlockInfo.size(); i != e; ++i) { 418 Function *F = cast<Function>(GST.lookup(BlockInfo[i].first)); 420 Value* V = ST.lookup(BlockInfo[i].second); [all...] |
/external/clang/include/clang/Analysis/Analyses/ |
Consumed.h | 240 ConsumedBlockInfo BlockInfo;
|
/external/clang/lib/Frontend/ |
SerializedDiagnosticReader.cpp | 271 return "Malformed BlockInfo block";
|
SerializedDiagnosticPrinter.cpp | 186 /// \brief Emit the BLOCKINFO block. 323 /// \brief Emits a block ID in the BLOCKINFO block. 343 /// \brief Emits a record ID in the BLOCKINFO block. [all...] |
/external/llvm/lib/CodeGen/ |
RegAllocGreedy.cpp | [all...] |
SplitKit.cpp | 203 BlockInfo BI; [all...] |
/external/valgrind/docs/lib/ |
vg-html-common.xsl | 221 <xsl:variable name="title" select="(blockinfo/title|title)[1]"/> 248 <xsl:if test="blockinfo/title|title"> 254 <xsl:apply-templates select="(blockinfo/title|title)[1]"/>
|
/external/llvm/lib/Target/ARM/ |
Thumb2SizeReduction.cpp | 211 SmallVector<MBBInfo, 8> BlockInfo; [all...] |
/art/compiler/optimizing/ |
ssa_liveness_analysis.h | 31 class BlockInfo : public ArenaObject<kArenaAllocSsaLiveness> { 33 BlockInfo(ArenaAllocator* allocator, const HBasicBlock& block, size_t number_of_ssa_values) 52 DISALLOW_COPY_AND_ASSIGN(BlockInfo); [all...] |
ssa_liveness_analysis.cc | 92 new (graph_->GetArena()) BlockInfo(graph_->GetArena(), *block, number_of_ssa_values_);
|
/external/swiftshader/src/OpenGL/compiler/ |
OutputASM.h | 70 BlockMemberInfo blockInfo;
|
/external/mesa3d/src/gallium/drivers/radeon/ |
AMDILCFGStructurizer.cpp | 283 typedef BlockInformation<InstrT> BlockInfo; 284 typedef std::map<BlockT *, BlockInfo *> BlockInfoMap; [all...] |