Home
last modified time | relevance | path

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

/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()