Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/DirectX/DXILWriter/
H A DDXILBitcodeWriter.cpp971 SmallVector<uint64_t, 64> TypeVals; in writeTypeTable() local
1021 TypeVals.push_back(TypeList.size()); in writeTypeTable()
1023 TypeVals.clear(); in writeTypeTable()
1077 TypeVals.push_back(AddressSpace); in writeTypeTable()
1090 TypeVals.push_back(false); in writeTypeTable()
1097 TypeVals.push_back(AddressSpace); in writeTypeTable()
1107 TypeVals.push_back(FT->isVarArg()); in writeTypeTable()
1110 TypeVals.push_back(getTypeID(PTy)); in writeTypeTable()
1117 TypeVals.push_back(ST->isPacked()); in writeTypeTable()
1120 TypeVals.push_back(getTypeID(ElTy)); in writeTypeTable()
[all …]
/llvm-project-15.0.7/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp871 SmallVector<uint64_t, 64> TypeVals; in writeTypeTable() local
927 TypeVals.push_back(TypeList.size()); in writeTypeTable()
929 TypeVals.clear(); in writeTypeTable()
961 TypeVals.push_back(AddressSpace); in writeTypeTable()
968 TypeVals.push_back(AddressSpace); in writeTypeTable()
978 TypeVals.push_back(FT->isVarArg()); in writeTypeTable()
988 TypeVals.push_back(ST->isPacked()); in writeTypeTable()
991 TypeVals.push_back(VE.getTypeID(ET)); in writeTypeTable()
1015 TypeVals.push_back(AT->getNumElements()); in writeTypeTable()
1029 TypeVals.push_back(true); in writeTypeTable()
[all …]