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

/openbsd-current/gnu/llvm/llvm/lib/Bitcode/Reader/
H A DValueList.cpp56 unsigned TyID,
85 ValuePtrs[Idx] = {V, TyID};
55 getValueFwdRef(unsigned Idx, Type *Ty, unsigned TyID, BasicBlock *ConstExprInsertBB) argument
H A DValueList.h86 Value *getValueFwdRef(unsigned Idx, Type *Ty, unsigned TyID,
H A DMetadataLoader.cpp1232 unsigned TyID = Record[0]; local
1233 Type *Ty = Callbacks.GetTypeByID(TyID);
1239 Value *V = ValueList.getValueFwdRef(Record[1], Ty, TyID,
1256 unsigned TyID = Record[i]; local
1257 Type *Ty = Callbacks.GetTypeByID(TyID);
1263 Value *V = ValueList.getValueFwdRef(Record[i + 1], Ty, TyID,
1270 callMDTypeCallback(&MD, TyID);
1283 unsigned TyID = Record[0]; local
1284 Type *Ty = Callbacks.GetTypeByID(TyID);
1288 Value *V = ValueList.getValueFwdRef(Record[1], Ty, TyID,
[all...]
H A DBitcodeReader.cpp717 Value *getFnValueByID(unsigned ID, Type *Ty, unsigned TyID, argument
721 return ValueList.getValueFwdRef(ID, Ty, TyID, ConstExprInsertBB);
772 unsigned InstNum, Type *Ty, unsigned TyID, Value *&ResVal,
774 if (getValue(Record, Slot, InstNum, Ty, TyID, ResVal, ConstExprInsertBB))
783 unsigned InstNum, Type *Ty, unsigned TyID, Value *&ResVal,
785 ResVal = getValue(Record, Slot, InstNum, Ty, TyID, ConstExprInsertBB);
792 unsigned InstNum, Type *Ty, unsigned TyID,
799 return getFnValueByID(ValNo, Ty, TyID, ConstExprInsertBB);
804 unsigned InstNum, Type *Ty, unsigned TyID,
811 return getFnValueByID(ValNo, Ty, TyID, ConstExprInsertB
771 popValue(const SmallVectorImpl<uint64_t> &Record, unsigned &Slot, unsigned InstNum, Type *Ty, unsigned TyID, Value *&ResVal, BasicBlock *ConstExprInsertBB) argument
782 getValue(const SmallVectorImpl<uint64_t> &Record, unsigned Slot, unsigned InstNum, Type *Ty, unsigned TyID, Value *&ResVal, BasicBlock *ConstExprInsertBB) argument
791 getValue(const SmallVectorImpl<uint64_t> &Record, unsigned Slot, unsigned InstNum, Type *Ty, unsigned TyID, BasicBlock *ConstExprInsertBB) argument
803 getValueSigned(const SmallVectorImpl<uint64_t> &Record, unsigned Slot, unsigned InstNum, Type *Ty, unsigned TyID, BasicBlock *ConstExprInsertBB) argument
3820 unsigned TyID = Record[0]; local
4921 unsigned TyID; local
5755 unsigned TyID = Record[0]; local
5901 unsigned TyID = Record[0]; local
[all...]
/openbsd-current/gnu/llvm/llvm/lib/Analysis/
H A DTargetLibraryInfo.cpp1060 for (auto TyID : ProtoTypes) {
1061 if (Idx && TyID == Void)
1066 if (TyID == Ellip) {
1074 if (TyID == Same) {
1079 if (!Ty || !matchType(TyID, Ty, IntBits, SizeTBits))
/openbsd-current/gnu/llvm/llvm/lib/ExecutionEngine/Interpreter/
H A DExecution.cpp104 case Type::TY##TyID: \
359 case Type::TY##TyID: \
1763 case Type::TY##TyID: Dest.TY##Val = Src.TY##Val; break

Completed in 145 milliseconds