Searched defs:TyID (Results 1 – 4 of 4) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Bitcode/Reader/ |
H A D | ValueList.cpp | 56 getValueFwdRef(unsigned Idx,Type * Ty,unsigned TyID,BasicBlock * ConstExprInsertBB) getValueFwdRef() argument
|
H A D | MetadataLoader.cpp | 1225 Type *Ty, unsigned TyID) { in getValueFwdRef() 1344 unsigned TyID = Record[0]; in parseOneMetadata() local 1368 unsigned TyID = Record[i]; in parseOneMetadata() local 1394 unsigned TyID = Record[0]; in parseOneMetadata() local
|
H A D | BitcodeReader.cpp | 744 Value *getFnValueByID(unsigned ID, Type *Ty, unsigned TyID, in getFnValueByID() 799 unsigned InstNum, Type *Ty, unsigned TyID, Value *&ResVal, in popValue() 810 unsigned InstNum, Type *Ty, unsigned TyID, Value *&ResVal, in getValue() 819 unsigned InstNum, Type *Ty, unsigned TyID, in getValue() 831 unsigned InstNum, Type *Ty, unsigned TyID, in getValueSigned() 4007 unsigned TyID = Record[0]; in parseGlobalVarRecord() local 5140 unsigned TyID; in parseFunctionBody() local 5976 unsigned TyID = Record[0]; in parseFunctionBody() local 6122 unsigned TyID = Record[0]; in parseFunctionBody() local 6579 unsigned TyID = 0; in parseFunctionBody() local
|
/freebsd/contrib/llvm-project/llvm/lib/Analysis/ |
H A D | TargetLibraryInfo.cpp | 1112 for (auto TyID : ProtoTypes) { in isValidProtoForLibFunc() local
|