Home
last modified time | relevance | path

Searched refs:BitCode (Results 1 – 3 of 3) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Bitcode/Reader/
DBitcodeReader.cpp192 unsigned BitCode = Stream.readRecord(Entry.ID, Record); in readIdentificationBlock() local
193 switch (BitCode) { in readIdentificationBlock()
652 Error parseGlobalIndirectSymbolRecord(unsigned BitCode,
2163 unsigned BitCode = Stream.readRecord(Entry.ID, Record); in parseConstants() local
2164 switch (BitCode) { in parseConstants()
2260 BitCode == bitc::CST_CODE_CSTRING); in parseConstants()
2368 if (BitCode == bitc::CST_CODE_CE_GEP_WITH_INRANGE_INDEX || in parseConstants()
2374 if (BitCode == bitc::CST_CODE_CE_GEP_WITH_INRANGE_INDEX) { in parseConstants()
2378 } else if (BitCode == bitc::CST_CODE_CE_INBOUNDS_GEP) in parseConstants()
3033 unsigned BitCode, ArrayRef<uint64_t> Record) { in parseGlobalIndirectSymbolRecord() argument
[all …]
/external/llvm/lib/Bitcode/Reader/
DBitcodeReader.cpp2899 unsigned BitCode = Stream.readRecord(Entry.ID, Record); in parseConstants() local
2900 switch (BitCode) { in parseConstants()
2996 BitCode == bitc::CST_CODE_CSTRING); in parseConstants()
3124 BitCode == in parseConstants()
3532 unsigned BitCode = Stream.readRecord(Entry.ID, Record); in parseBitcodeVersion() local
3533 switch (BitCode) { in parseBitcodeVersion()
3704 auto BitCode = Stream.readRecord(Entry.ID, Record); in parseModule() local
3705 switch (BitCode) { in parseModule()
3954 bool NewRecord = BitCode != bitc::MODULE_CODE_ALIAS_OLD; in parseModule()
3976 if (BitCode == bitc::MODULE_CODE_ALIAS || in parseModule()
[all …]
/external/swiftshader/third_party/LLVM/lib/Bitcode/Reader/
DBitcodeReader.cpp1227 unsigned BitCode = Stream.ReadRecord(Code, Record); in ParseConstants() local
1228 switch (BitCode) { in ParseConstants()
1394 BitCode == in ParseConstants()
2108 unsigned BitCode = Stream.ReadRecord(Code, Record); in ParseFunctionBody() local
2109 switch (BitCode) { in ParseFunctionBody()
2224 if (BitCode == bitc::FUNC_CODE_INST_INBOUNDS_GEP) in ParseFunctionBody()