Searched refs:getTypeByID (Results 1 – 7 of 7) sorted by relevance
/external/llvm/lib/Bitcode/Reader/ |
D | BitcodeReader.cpp | 337 Type *getTypeByID(unsigned ID); 376 ResVal = getFnValueByID(ValNo, getTypeByID(TypeNo)); in getValueTypePair() 1259 Type *BitcodeReader::getTypeByID(unsigned ID) { in getTypeByID() function in BitcodeReader 1683 ResultTy = getTypeByID(Record[0]); in parseTypeTableBody() 1697 if (Type *T = getTypeByID(Record[i])) in parseTypeTableBody() 1703 ResultTy = getTypeByID(Record[2]); in parseTypeTableBody() 1716 if (Type *T = getTypeByID(Record[i])) { in parseTypeTableBody() 1725 ResultTy = getTypeByID(Record[1]); in parseTypeTableBody() 1737 if (Type *T = getTypeByID(Record[i])) in parseTypeTableBody() 1770 if (Type *T = getTypeByID(Record[i])) in parseTypeTableBody() [all …]
|
/external/llvm-project/llvm/lib/Bitcode/Reader/ |
D | MetadataLoader.h | 42 std::function<Type *(unsigned)> getTypeByID);
|
D | BitcodeReader.cpp | 620 Type *getTypeByID(unsigned ID) { in getTypeByID() function in __anon6307d9380411::BitcodeReader 670 ResVal = getFnValueByID(ValNo, getTypeByID(TypeNo)); in getValueTypePair() 1658 B.addByValAttr(HasType ? getTypeByID(Record[++i]) : nullptr); in parseAttributeGroupBlock() 1660 B.addStructRetAttr(HasType ? getTypeByID(Record[++i]) : nullptr); in parseAttributeGroupBlock() 1662 B.addByRefAttr(getTypeByID(Record[++i])); in parseAttributeGroupBlock() 1664 B.addPreallocatedAttr(getTypeByID(Record[++i])); in parseAttributeGroupBlock() 1783 ResultTy = getTypeByID(Record[0]); in parseTypeTableBody() 1797 if (Type *T = getTypeByID(Record[i])) in parseTypeTableBody() 1803 ResultTy = getTypeByID(Record[2]); in parseTypeTableBody() 1816 if (Type *T = getTypeByID(Record[i])) { in parseTypeTableBody() [all …]
|
D | MetadataLoader.cpp | 424 std::function<Type *(unsigned)> getTypeByID; member in MetadataLoader::MetadataLoaderImpl 648 std::function<Type *(unsigned)> getTypeByID, in MetadataLoaderImpl() argument 652 TheModule(TheModule), getTypeByID(std::move(getTypeByID)), in MetadataLoaderImpl() 1238 Type *Ty = getTypeByID(Record[0]); in parseOneMetadata() 1258 Type *Ty = getTypeByID(Record[i]); in parseOneMetadata() 1280 Type *Ty = getTypeByID(Record[0]); in parseOneMetadata() 2296 std::function<Type *(unsigned)> getTypeByID) in MetadataLoader() argument 2298 Stream, TheModule, ValueList, std::move(getTypeByID), IsImporting)) {} in MetadataLoader()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Bitcode/Reader/ |
D | MetadataLoader.h | 44 std::function<Type *(unsigned)> getTypeByID);
|
D | MetadataLoader.cpp | 427 std::function<Type *(unsigned)> getTypeByID; member in MetadataLoader::MetadataLoaderImpl 637 std::function<Type *(unsigned)> getTypeByID, in MetadataLoaderImpl() argument 641 TheModule(TheModule), getTypeByID(std::move(getTypeByID)), in MetadataLoaderImpl() 1152 Type *Ty = getTypeByID(Record[0]); in parseOneMetadata() 1172 Type *Ty = getTypeByID(Record[i]); in parseOneMetadata() 1194 Type *Ty = getTypeByID(Record[0]); in parseOneMetadata() 2135 std::function<Type *(unsigned)> getTypeByID) in MetadataLoader() argument 2137 Stream, TheModule, ValueList, std::move(getTypeByID), IsImporting)) {} in MetadataLoader()
|
D | BitcodeReader.cpp | 620 Type *getTypeByID(unsigned ID) { in getTypeByID() function in __anon9c8db84c0411::BitcodeReader 670 ResVal = getFnValueByID(ValNo, getTypeByID(TypeNo)); in getValueTypePair() 1660 B.addByValAttr(HasType ? getTypeByID(Record[++i]) : nullptr); in parseAttributeGroupBlock() 1775 ResultTy = getTypeByID(Record[0]); in parseTypeTableBody() 1789 if (Type *T = getTypeByID(Record[i])) in parseTypeTableBody() 1795 ResultTy = getTypeByID(Record[2]); in parseTypeTableBody() 1808 if (Type *T = getTypeByID(Record[i])) { in parseTypeTableBody() 1817 ResultTy = getTypeByID(Record[1]); in parseTypeTableBody() 1829 if (Type *T = getTypeByID(Record[i])) in parseTypeTableBody() 1862 if (Type *T = getTypeByID(Record[i])) in parseTypeTableBody() [all …]
|