HomeSort by relevance Sort by last modified time
    Searched defs:BlockInfo (Results 51 - 75 of 121) sorted by null

1 23 4 5

  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/Bitcode/
BitstreamWriter.h 58 /// BlockInfo - This contains information emitted to BLOCKINFO_BLOCK blocks.
60 struct BlockInfo {
64 std::vector<BlockInfo> BlockInfoRecords;
188 BlockInfo *getBlockInfo(unsigned BlockID) {
221 // If there is a blockinfo for this BlockID, add all the predefined abbrevs
223 if (BlockInfo *Info = getBlockInfo(BlockID)) {
501 // BlockInfo Block Emission
521 BlockInfo &getOrCreateBlockInfo(unsigned BlockID) {
522 if (BlockInfo *BI = getBlockInfo(BlockID))
540 BlockInfo &Info = getOrCreateBlockInfo(BlockID)
    [all...]
BitstreamReader.h 42 struct BlockInfo {
50 std::vector<BlockInfo> BlockInfoRecords;
55 const BlockInfo *getBlockInfo(unsigned BlockID) const {
67 BlockInfo &getOrCreateBlockInfo(unsigned BlockID) {
68 if (const BlockInfo *BI = getBlockInfo(BlockID))
69 return *const_cast<BlockInfo*>(BI);
330 BitstreamBlockInfo *BlockInfo = nullptr;
495 /// the BlockInfo block. Only llvm-bcanalyzer uses this.
501 void setBlockInfo(BitstreamBlockInfo *BI) { BlockInfo = BI; }
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/CodeGen/
MachineTraceMetrics.h 260 unsigned getBlockNum() const { return &TBI - &TE.BlockInfo[0]; }
325 SmallVector<TraceBlockInfo, 4> BlockInfo;
402 SmallVector<FixedBlockInfo, 4> BlockInfo;
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/Bitcode/
BitstreamWriter.h 58 /// BlockInfo - This contains information emitted to BLOCKINFO_BLOCK blocks.
60 struct BlockInfo {
64 std::vector<BlockInfo> BlockInfoRecords;
188 BlockInfo *getBlockInfo(unsigned BlockID) {
221 // If there is a blockinfo for this BlockID, add all the predefined abbrevs
223 if (BlockInfo *Info = getBlockInfo(BlockID)) {
501 // BlockInfo Block Emission
521 BlockInfo &getOrCreateBlockInfo(unsigned BlockID) {
522 if (BlockInfo *BI = getBlockInfo(BlockID))
540 BlockInfo &Info = getOrCreateBlockInfo(BlockID)
    [all...]
BitstreamReader.h 42 struct BlockInfo {
50 std::vector<BlockInfo> BlockInfoRecords;
55 const BlockInfo *getBlockInfo(unsigned BlockID) const {
67 BlockInfo &getOrCreateBlockInfo(unsigned BlockID) {
68 if (const BlockInfo *BI = getBlockInfo(BlockID))
69 return *const_cast<BlockInfo*>(BI);
330 BitstreamBlockInfo *BlockInfo = nullptr;
495 /// the BlockInfo block. Only llvm-bcanalyzer uses this.
501 void setBlockInfo(BitstreamBlockInfo *BI) { BlockInfo = BI; }
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/CodeGen/
MachineTraceMetrics.h 260 unsigned getBlockNum() const { return &TBI - &TE.BlockInfo[0]; }
325 SmallVector<TraceBlockInfo, 4> BlockInfo;
402 SmallVector<FixedBlockInfo, 4> BlockInfo;
  /external/swiftshader/third_party/subzero/pnacl-llvm/include/llvm/Bitcode/NaCl/
NaClBitstreamReader.h 120 class BlockInfo {
121 BlockInfo &operator=(const BlockInfo&) = delete;
123 BlockInfo() = default;
124 explicit BlockInfo(unsigned BlockID)
126 BlockInfo(const BlockInfo&) = default;
130 ~BlockInfo() {}
139 // Holds the global abbreviations in the BlockInfo block of the bitcode file.
143 // Note: The BlockInfo block must be parsed before sharing of th
    [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/swiftshader/src/OpenGL/libGLESv2/
Program.h 41 struct BlockInfo
43 BlockInfo(const glsl::Uniform& uniform, int blockIndex);
52 Uniform(const glsl::Uniform &uniform, const BlockInfo &blockInfo);
64 const BlockInfo blockInfo;
239 bool defineUniform(GLenum shader, const glsl::Uniform &uniform, const Uniform::BlockInfo& blockInfo);
  /external/swiftshader/third_party/LLVM/include/llvm/Bitcode/
BitstreamReader.h 29 /// BlockInfo - This contains information emitted to BLOCKINFO_BLOCK blocks.
31 struct BlockInfo {
43 std::vector<BlockInfo> BlockInfoRecords;
46 /// block/record name information in the BlockInfo block. Only llvm-bcanalyzer
70 BlockInfo &Info = BlockInfoRecords.back();
71 // Free blockinfo abbrev info.
98 const BlockInfo *getBlockInfo(unsigned BlockID) const {
110 BlockInfo &getOrCreateBlockInfo(unsigned BlockID) {
111 if (const BlockInfo *BI = getBlockInfo(BlockID))
112 return *const_cast<BlockInfo*>(BI)
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Bitcode/
BitstreamReader.h 42 struct BlockInfo {
50 std::vector<BlockInfo> BlockInfoRecords;
55 const BlockInfo *getBlockInfo(unsigned BlockID) const {
67 BlockInfo &getOrCreateBlockInfo(unsigned BlockID) {
68 if (const BlockInfo *BI = getBlockInfo(BlockID))
69 return *const_cast<BlockInfo*>(BI);
330 BitstreamBlockInfo *BlockInfo = nullptr;
495 /// the BlockInfo block. Only llvm-bcanalyzer uses this.
501 void setBlockInfo(BitstreamBlockInfo *BI) { BlockInfo = BI; }
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/Bitcode/
BitstreamReader.h 42 struct BlockInfo {
50 std::vector<BlockInfo> BlockInfoRecords;
55 const BlockInfo *getBlockInfo(unsigned BlockID) const {
67 BlockInfo &getOrCreateBlockInfo(unsigned BlockID) {
68 if (const BlockInfo *BI = getBlockInfo(BlockID))
69 return *const_cast<BlockInfo*>(BI);
330 BitstreamBlockInfo *BlockInfo = nullptr;
495 /// the BlockInfo block. Only llvm-bcanalyzer uses this.
501 void setBlockInfo(BitstreamBlockInfo *BI) { BlockInfo = BI; }
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/Bitcode/
BitstreamReader.h 42 struct BlockInfo {
50 std::vector<BlockInfo> BlockInfoRecords;
55 const BlockInfo *getBlockInfo(unsigned BlockID) const {
67 BlockInfo &getOrCreateBlockInfo(unsigned BlockID) {
68 if (const BlockInfo *BI = getBlockInfo(BlockID))
69 return *const_cast<BlockInfo*>(BI);
330 BitstreamBlockInfo *BlockInfo = nullptr;
495 /// the BlockInfo block. Only llvm-bcanalyzer uses this.
501 void setBlockInfo(BitstreamBlockInfo *BI) { BlockInfo = BI; }
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/Bitcode/
BitstreamReader.h 42 struct BlockInfo {
50 std::vector<BlockInfo> BlockInfoRecords;
55 const BlockInfo *getBlockInfo(unsigned BlockID) const {
67 BlockInfo &getOrCreateBlockInfo(unsigned BlockID) {
68 if (const BlockInfo *BI = getBlockInfo(BlockID))
69 return *const_cast<BlockInfo*>(BI);
330 BitstreamBlockInfo *BlockInfo = nullptr;
495 /// the BlockInfo block. Only llvm-bcanalyzer uses this.
501 void setBlockInfo(BitstreamBlockInfo *BI) { BlockInfo = BI; }
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/Bitcode/
BitstreamReader.h 42 struct BlockInfo {
50 std::vector<BlockInfo> BlockInfoRecords;
55 const BlockInfo *getBlockInfo(unsigned BlockID) const {
67 BlockInfo &getOrCreateBlockInfo(unsigned BlockID) {
68 if (const BlockInfo *BI = getBlockInfo(BlockID))
69 return *const_cast<BlockInfo*>(BI);
330 BitstreamBlockInfo *BlockInfo = nullptr;
495 /// the BlockInfo block. Only llvm-bcanalyzer uses this.
501 void setBlockInfo(BitstreamBlockInfo *BI) { BlockInfo = BI; }
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/Bitcode/
BitstreamReader.h 42 struct BlockInfo {
50 std::vector<BlockInfo> BlockInfoRecords;
55 const BlockInfo *getBlockInfo(unsigned BlockID) const {
67 BlockInfo &getOrCreateBlockInfo(unsigned BlockID) {
68 if (const BlockInfo *BI = getBlockInfo(BlockID))
69 return *const_cast<BlockInfo*>(BI);
330 BitstreamBlockInfo *BlockInfo = nullptr;
495 /// the BlockInfo block. Only llvm-bcanalyzer uses this.
501 void setBlockInfo(BitstreamBlockInfo *BI) { BlockInfo = BI; }
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/Bitcode/
BitstreamReader.h 42 struct BlockInfo {
50 std::vector<BlockInfo> BlockInfoRecords;
55 const BlockInfo *getBlockInfo(unsigned BlockID) const {
67 BlockInfo &getOrCreateBlockInfo(unsigned BlockID) {
68 if (const BlockInfo *BI = getBlockInfo(BlockID))
69 return *const_cast<BlockInfo*>(BI);
330 BitstreamBlockInfo *BlockInfo = nullptr;
495 /// the BlockInfo block. Only llvm-bcanalyzer uses this.
501 void setBlockInfo(BitstreamBlockInfo *BI) { BlockInfo = BI; }
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Bitcode/
BitstreamReader.h 42 struct BlockInfo {
50 std::vector<BlockInfo> BlockInfoRecords;
55 const BlockInfo *getBlockInfo(unsigned BlockID) const {
67 BlockInfo &getOrCreateBlockInfo(unsigned BlockID) {
68 if (const BlockInfo *BI = getBlockInfo(BlockID))
69 return *const_cast<BlockInfo*>(BI);
330 BitstreamBlockInfo *BlockInfo = nullptr;
495 /// the BlockInfo block. Only llvm-bcanalyzer uses this.
501 void setBlockInfo(BitstreamBlockInfo *BI) { BlockInfo = BI; }
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/Bitcode/
BitstreamReader.h 42 struct BlockInfo {
50 std::vector<BlockInfo> BlockInfoRecords;
55 const BlockInfo *getBlockInfo(unsigned BlockID) const {
67 BlockInfo &getOrCreateBlockInfo(unsigned BlockID) {
68 if (const BlockInfo *BI = getBlockInfo(BlockID))
69 return *const_cast<BlockInfo*>(BI);
330 BitstreamBlockInfo *BlockInfo = nullptr;
495 /// the BlockInfo block. Only llvm-bcanalyzer uses this.
501 void setBlockInfo(BitstreamBlockInfo *BI) { BlockInfo = BI; }
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/Bitcode/
BitstreamReader.h 42 struct BlockInfo {
50 std::vector<BlockInfo> BlockInfoRecords;
55 const BlockInfo *getBlockInfo(unsigned BlockID) const {
67 BlockInfo &getOrCreateBlockInfo(unsigned BlockID) {
68 if (const BlockInfo *BI = getBlockInfo(BlockID))
69 return *const_cast<BlockInfo*>(BI);
330 BitstreamBlockInfo *BlockInfo = nullptr;
495 /// the BlockInfo block. Only llvm-bcanalyzer uses this.
501 void setBlockInfo(BitstreamBlockInfo *BI) { BlockInfo = BI; }
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/Bitcode/
BitstreamReader.h 42 struct BlockInfo {
50 std::vector<BlockInfo> BlockInfoRecords;
55 const BlockInfo *getBlockInfo(unsigned BlockID) const {
67 BlockInfo &getOrCreateBlockInfo(unsigned BlockID) {
68 if (const BlockInfo *BI = getBlockInfo(BlockID))
69 return *const_cast<BlockInfo*>(BI);
330 BitstreamBlockInfo *BlockInfo = nullptr;
495 /// the BlockInfo block. Only llvm-bcanalyzer uses this.
501 void setBlockInfo(BitstreamBlockInfo *BI) { BlockInfo = BI; }
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/Bitcode/
BitstreamReader.h 42 struct BlockInfo {
50 std::vector<BlockInfo> BlockInfoRecords;
55 const BlockInfo *getBlockInfo(unsigned BlockID) const {
67 BlockInfo &getOrCreateBlockInfo(unsigned BlockID) {
68 if (const BlockInfo *BI = getBlockInfo(BlockID))
69 return *const_cast<BlockInfo*>(BI);
330 BitstreamBlockInfo *BlockInfo = nullptr;
495 /// the BlockInfo block. Only llvm-bcanalyzer uses this.
501 void setBlockInfo(BitstreamBlockInfo *BI) { BlockInfo = BI; }
  /external/clang/include/clang/Analysis/Analyses/
ThreadSafetyCommon.h 409 struct BlockInfo {
415 BlockInfo()
418 BlockInfo(BlockInfo &&RHS)
424 BlockInfo &operator=(BlockInfo &&RHS) {
435 BlockInfo(const BlockInfo &) = delete;
436 void operator=(const BlockInfo &) = delete;
485 std::vector<BlockInfo> BBInfo; // Extra information per BB
    [all...]
  /external/llvm/include/llvm/Bitcode/
BitstreamReader.h 36 struct BlockInfo {
46 std::vector<BlockInfo> BlockInfoRecords;
49 /// information in the BlockInfo block. Only llvm-bcanalyzer uses this.
100 const BlockInfo *getBlockInfo(unsigned BlockID) const {
112 BlockInfo &getOrCreateBlockInfo(unsigned BlockID) {
113 if (const BlockInfo *BI = getBlockInfo(BlockID))
114 return *const_cast<BlockInfo*>(BI);
124 /// This is a "take" operation because BlockInfo records are non-trivial, and
  /external/llvm/lib/CodeGen/
StackColoring.cpp 401 const BlockLifetimeInfo &BlockInfo = BI->second;
403 dumpBV("BEGIN", BlockInfo.Begin);
404 dumpBV("END", BlockInfo.End);
405 dumpBV("LIVE_IN", BlockInfo.LiveIn);
406 dumpBV("LIVE_OUT", BlockInfo.LiveOut);
583 BlockLifetimeInfo &BlockInfo = BlockLiveness[MBB];
585 BlockInfo.Begin.resize(NumSlot);
586 BlockInfo.End.resize(NumSlot);
596 if (BlockInfo.Begin.test(Slot)) {
597 BlockInfo.Begin.reset(Slot)
    [all...]

Completed in 935 milliseconds

1 23 4 5