Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/DirectX/DXILWriter/
H A DDXILBitcodeWriter.cpp959 SmallVector<uint64_t, 64> TypeVals; in writeTypeTable() local
1009 TypeVals.push_back(TypeList.size()); in writeTypeTable()
1011 TypeVals.clear(); in writeTypeTable()
1066 TypeVals.push_back(AddressSpace); in writeTypeTable()
1076 TypeVals.push_back(false); in writeTypeTable()
1086 TypeVals.push_back(FT->isVarArg()); in writeTypeTable()
1089 TypeVals.push_back(getTypeID(PTy)); in writeTypeTable()
1096 TypeVals.push_back(ST->isPacked()); in writeTypeTable()
1099 TypeVals.push_back(getTypeID(ElTy)); in writeTypeTable()
1123 TypeVals.push_back(AT->getNumElements()); in writeTypeTable()
[all …]
/freebsd-14.2/contrib/llvm-project/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp935 SmallVector<uint64_t, 64> TypeVals; in writeTypeTable() local
984 TypeVals.push_back(TypeList.size()); in writeTypeTable()
986 TypeVals.clear(); in writeTypeTable()
1017 TypeVals.push_back(AddressSpace); in writeTypeTable()
1026 TypeVals.push_back(FT->isVarArg()); in writeTypeTable()
1036 TypeVals.push_back(ST->isPacked()); in writeTypeTable()
1039 TypeVals.push_back(VE.getTypeID(ET)); in writeTypeTable()
1063 TypeVals.push_back(AT->getNumElements()); in writeTypeTable()
1077 TypeVals.push_back(true); in writeTypeTable()
1089 TypeVals.push_back(IntParam); in writeTypeTable()
[all …]