Home
last modified time | relevance | path

Searched defs:BlockID (Results 1 – 25 of 26) sorted by relevance

12

/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Bitcode/
DBitstreamWriter.h61 unsigned BlockID; member
188 BlockInfo *getBlockInfo(unsigned BlockID) { in getBlockInfo()
200 void EnterSubblock(unsigned BlockID, unsigned CodeLen) { in EnterSubblock()
513 void SwitchToBlockID(unsigned BlockID) { in SwitchToBlockID()
521 BlockInfo &getOrCreateBlockInfo(unsigned BlockID) { in getOrCreateBlockInfo()
535 unsigned EmitBlockInfoAbbrev(unsigned BlockID, std::shared_ptr<BitCodeAbbrev> Abbv) { in EmitBlockInfoAbbrev()
DBitstreamReader.h43 unsigned BlockID; member
55 const BlockInfo *getBlockInfo(unsigned BlockID) const { in getBlockInfo()
67 BlockInfo &getOrCreateBlockInfo(unsigned BlockID) { in getOrCreateBlockInfo()
/external/swiftshader/third_party/LLVM/include/llvm/Bitcode/
DBitstreamWriter.h57 unsigned BlockID; member
182 BlockInfo *getBlockInfo(unsigned BlockID) { in getBlockInfo()
194 void EnterSubblock(unsigned BlockID, unsigned CodeLen) { in EnterSubblock()
496 void SwitchToBlockID(unsigned BlockID) { in SwitchToBlockID()
504 BlockInfo &getOrCreateBlockInfo(unsigned BlockID) { in getOrCreateBlockInfo()
518 unsigned EmitBlockInfoAbbrev(unsigned BlockID, BitCodeAbbrev *Abbv) { in EmitBlockInfoAbbrev()
DBitstreamReader.h32 unsigned BlockID; member
98 const BlockInfo *getBlockInfo(unsigned BlockID) const { in getBlockInfo()
110 BlockInfo &getOrCreateBlockInfo(unsigned BlockID) { in getOrCreateBlockInfo()
/external/llvm/include/llvm/Bitcode/
DBitstreamWriter.h61 unsigned BlockID; member
192 BlockInfo *getBlockInfo(unsigned BlockID) { in getBlockInfo()
204 void EnterSubblock(unsigned BlockID, unsigned CodeLen) { in EnterSubblock()
516 void SwitchToBlockID(unsigned BlockID) { in SwitchToBlockID()
524 BlockInfo &getOrCreateBlockInfo(unsigned BlockID) { in getOrCreateBlockInfo()
538 unsigned EmitBlockInfoAbbrev(unsigned BlockID, BitCodeAbbrev *Abbv) { in EmitBlockInfoAbbrev()
DBitstreamReader.h37 unsigned BlockID; member
100 const BlockInfo *getBlockInfo(unsigned BlockID) const { in getBlockInfo()
112 BlockInfo &getOrCreateBlockInfo(unsigned BlockID) { in getOrCreateBlockInfo()
/external/clang/lib/StaticAnalyzer/Core/
DBlockCounter.cpp26 unsigned BlockID; member in __anon705b66850111::CountKey
76 unsigned BlockID) { in IncrementCount()
/external/llvm/tools/llvm-bcanalyzer/
Dllvm-bcanalyzer.cpp86 static const char *GetBlockName(unsigned BlockID, in GetBlockName()
130 static const char *GetCodeName(unsigned CodeID, unsigned BlockID, in GetCodeName()
462 static bool decodeBlob(unsigned Code, unsigned BlockID, BitstreamReader &Reader, in decodeBlob()
474 static bool ParseBlock(BitstreamCursor &Stream, unsigned BlockID, in ParseBlock()
787 unsigned BlockID = BlockInfoCursor.ReadSubBlockID(); in AnalyzeBitcode() local
808 unsigned BlockID = Stream.ReadSubBlockID(); in AnalyzeBitcode() local
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-bcanalyzer/
Dllvm-bcanalyzer.cpp87 static const char *GetBlockName(unsigned BlockID, in GetBlockName()
135 static const char *GetCodeName(unsigned CodeID, unsigned BlockID, in GetCodeName()
488 static bool decodeBlob(unsigned Code, unsigned BlockID, StringRef Indent, in decodeBlob()
500 unsigned BlockID, unsigned IndentLevel, in ParseBlock()
853 unsigned BlockID = BlockInfoCursor.ReadSubBlockID(); in AnalyzeBitcode() local
875 unsigned BlockID = Stream.ReadSubBlockID(); in AnalyzeBitcode() local
/external/swiftshader/third_party/subzero/pnacl-llvm/include/llvm/Bitcode/NaCl/
DNaClBitcodeParser.h173 NaClBitcodeBlock(unsigned BlockID, NaClBitstreamCursor &Cursor) in NaClBitcodeBlock()
474 virtual bool ParseBlock(unsigned BlockID) { in ParseBlock()
604 NaClBitcodeParser(unsigned BlockID, NaClBitcodeParser *EnclosingParser) in NaClBitcodeParser()
616 NaClBitcodeParser(unsigned BlockID, NaClBitcodeParser *EnclosingParser, in NaClBitcodeParser()
DNaClBitstreamReader.h124 explicit BlockInfo(unsigned BlockID) in BlockInfo()
172 BlockInfo *getBlockInfo(unsigned BlockID) { in getBlockInfo()
295 BlockInfo *getBlockInfo(unsigned BlockID) { in getBlockInfo()
/external/swiftshader/third_party/LLVM/tools/llvm-bcanalyzer/
Dllvm-bcanalyzer.cpp82 static const char *GetBlockName(unsigned BlockID, in GetBlockName()
118 static const char *GetCodeName(unsigned CodeID, unsigned BlockID, in GetCodeName()
327 unsigned BlockID = Stream.ReadSubBlockID(); in ParseBlock() local
/external/swiftshader/third_party/subzero/pnacl-llvm/
DNaClBitstreamReader.cpp73 bool NaClBitstreamCursor::EnterSubBlock(unsigned BlockID, unsigned *NumWordsP) { in EnterSubBlock()
350 for (size_t BlockID : ValidBlockIDs) { in BlockInfoRecordsMap() local
357 getOrCreateUnknownBlockInfo(unsigned BlockID) { in getOrCreateUnknownBlockInfo()
DNaClBitcodeParser.cpp35 NaClBitcodeBlock::NaClBitcodeBlock(unsigned BlockID, in NaClBitcodeBlock()
/external/swiftshader/third_party/subzero/src/
DPNaClTranslator.cpp666 BlockParserBaseClass(unsigned BlockID, TopLevelParser *Context) in BlockParserBaseClass()
669 BlockParserBaseClass(unsigned BlockID, BlockParserBaseClass *EnclosingParser, in BlockParserBaseClass()
693 BlockParserBaseClass(unsigned BlockID, BlockParserBaseClass *EnclosingParser) in BlockParserBaseClass()
806 bool BlockParserBaseClass::ParseBlock(unsigned BlockID) { in ParseBlock()
833 TypesParser(unsigned BlockID, BlockParserBaseClass *EnclosingParser) in TypesParser()
1037 GlobalsParser(unsigned BlockID, BlockParserBaseClass *EnclosingParser) in GlobalsParser()
1254 ValuesymtabParser(unsigned BlockID, BlockParserBaseClass *EnclosingParser) in ValuesymtabParser()
1357 FunctionParser(unsigned BlockID, BlockParserBaseClass *EnclosingParser, in FunctionParser()
1365 FunctionParser(unsigned BlockID, BlockParserBaseClass *EnclosingParser, in FunctionParser()
2794 ConstantsParser(unsigned BlockID, FunctionParser *FuncParser) in ConstantsParser()
[all …]
/external/llvm/lib/Bitcode/Reader/
DBitstreamReader.cpp28 bool BitstreamCursor::EnterSubBlock(unsigned BlockID, unsigned *NumWordsP) { in EnterSubBlock()
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/Bitcode/
DBitstreamReaderTest.cpp90 const unsigned BlockID = bitc::FIRST_APPLICATION_BLOCKID; in TEST() local
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Bitcode/Reader/
DBitstreamReader.cpp23 bool BitstreamCursor::EnterSubBlock(unsigned BlockID, unsigned *NumWordsP) { in EnterSubBlock()
/external/clang/lib/StaticAnalyzer/Checkers/
DTestAfterDivZeroChecker.cpp30 unsigned BlockID; member in __anonf83547830111::ZeroState
/external/llvm/unittests/Bitcode/
DBitstreamReaderTest.cpp186 const unsigned BlockID = bitc::FIRST_APPLICATION_BLOCKID; in TEST() local
/external/swiftshader/third_party/LLVM/lib/Bitcode/Reader/
DBitcodeReader.cpp1873 unsigned BlockID = Stream.ReadSubBlockID(); in ParseBitcodeInto() local
1987 unsigned BlockID = Stream.ReadSubBlockID(); in ParseTriple() local
/external/clang/lib/Analysis/
DUninitializedValues.cpp636 unsigned BlockID = Block->getBlockID(); in getUninitUse() local
/external/clang/include/clang/Analysis/
DCFG.h413 unsigned BlockID; variable
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Vectorize/
DVPlan.h1189 SmallDenseMap<const VPBlockBase *, unsigned> BlockID; variable
/external/clang/include/clang/Analysis/Analyses/
DThreadSafetyTIL.h1669 int BlockID : 31; // unique id for this BB in the containing CFG. variable

12