Home
last modified time | relevance | path

Searched refs:TyID (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Bitcode/Reader/
H A DValueList.cpp51 unsigned TyID, in getValueFwdRef() argument
80 ValuePtrs[Idx] = {V, TyID}; in getValueFwdRef()
H A DMetadataLoader.cpp1223 Type *Ty, unsigned TyID) { in getValueFwdRef() argument
1224 Value *V = ValueList.getValueFwdRef(Idx, Ty, TyID, in getValueFwdRef()
1349 unsigned TyID = Record[0]; in parseOneMetadata() local
1350 Type *Ty = Callbacks.GetTypeByID(TyID); in parseOneMetadata()
1356 Value *V = ValueList.getValueFwdRef(Record[1], Ty, TyID, in parseOneMetadata()
1373 unsigned TyID = Record[i]; in parseOneMetadata() local
1374 Type *Ty = Callbacks.GetTypeByID(TyID); in parseOneMetadata()
1380 Value *V = getValueFwdRef(ValueList, Record[i + 1], Ty, TyID); in parseOneMetadata()
1386 callMDTypeCallback(&MD, TyID); in parseOneMetadata()
1399 unsigned TyID = Record[0]; in parseOneMetadata() local
[all …]
H A DValueList.h86 Value *getValueFwdRef(unsigned Idx, Type *Ty, unsigned TyID,
H A DBitcodeReader.cpp729 Value *getFnValueByID(unsigned ID, Type *Ty, unsigned TyID, in getFnValueByID() argument
733 return ValueList.getValueFwdRef(ID, Ty, TyID, ConstExprInsertBB); in getFnValueByID()
802 unsigned InstNum, Type *Ty, unsigned TyID, Value *&ResVal, in popValue() argument
804 if (getValue(Record, Slot, InstNum, Ty, TyID, ResVal, ConstExprInsertBB)) in popValue()
813 unsigned InstNum, Type *Ty, unsigned TyID, Value *&ResVal, in getValue() argument
815 ResVal = getValue(Record, Slot, InstNum, Ty, TyID, ConstExprInsertBB); in getValue()
822 unsigned InstNum, Type *Ty, unsigned TyID, in getValue() argument
829 return getFnValueByID(ValNo, Ty, TyID, ConstExprInsertBB); in getValue()
834 unsigned InstNum, Type *Ty, unsigned TyID, in getValueSigned() argument
841 return getFnValueByID(ValNo, Ty, TyID, ConstExprInsertBB); in getValueSigned()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DTargetLibraryInfo.cpp1184 for (auto TyID : ProtoTypes) { in isValidProtoForLibFunc() local
1185 if (Idx && TyID == Void) in isValidProtoForLibFunc()
1190 if (TyID == Ellip) { in isValidProtoForLibFunc()
1198 if (TyID == Same) { in isValidProtoForLibFunc()
1203 if (!Ty || !matchType(TyID, Ty, IntBits, SizeTBits)) in isValidProtoForLibFunc()
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Interpreter/
H A DExecution.cpp104 case Type::TY##TyID: \
359 case Type::TY##TyID: \
1727 case Type::TY##TyID: Dest.TY##Val = Src.TY##Val; break