Home
last modified time | relevance | path

Searched refs:getTypeID (Results 1 – 9 of 9) sorted by relevance

/frameworks/compile/slang/BitWriter_2_9/
DBitcodeWriter.cpp178 switch (T->getTypeID()) { in WriteTypeSymbolTable()
212 NameVals.push_back(VE.getTypeID(TI->second)); in WriteTypeSymbolTable()
312 switch (T->getTypeID()) { in WriteTypeTable()
332 TypeVals.push_back(VE.getTypeID(PTy->getElementType())); in WriteTypeTable()
344 TypeVals.push_back(VE.getTypeID(FT->getReturnType())); in WriteTypeTable()
346 TypeVals.push_back(VE.getTypeID(FT->getParamType(i))); in WriteTypeTable()
357 TypeVals.push_back(VE.getTypeID(*I)); in WriteTypeTable()
366 TypeVals.push_back(VE.getTypeID(AT->getElementType())); in WriteTypeTable()
375 TypeVals.push_back(VE.getTypeID(VT->getElementType())); in WriteTypeTable()
446 MaxGlobalType = std::max(MaxGlobalType, VE.getTypeID(GV->getType())); in WriteModuleInfo()
[all …]
DValueEnumerator.h100 unsigned getTypeID(llvm::Type *T) const { in getTypeID() function
DValueEnumerator.cpp182 return VE.getTypeID(LHS.first->getType()) < in operator ()()
183 VE.getTypeID(RHS.first->getType()); in operator ()()
/frameworks/compile/slang/BitWriter_2_9_func/
DBitcodeWriter.cpp252 switch (T->getTypeID()) { in WriteTypeTable()
272 TypeVals.push_back(VE.getTypeID(PTy->getElementType())); in WriteTypeTable()
284 TypeVals.push_back(VE.getTypeID(FT->getReturnType())); in WriteTypeTable()
286 TypeVals.push_back(VE.getTypeID(FT->getParamType(i))); in WriteTypeTable()
297 TypeVals.push_back(VE.getTypeID(*I)); in WriteTypeTable()
322 TypeVals.push_back(VE.getTypeID(AT->getElementType())); in WriteTypeTable()
331 TypeVals.push_back(VE.getTypeID(VT->getElementType())); in WriteTypeTable()
400 MaxGlobalType = std::max(MaxGlobalType, VE.getTypeID(GV->getType())); in WriteModuleInfo()
468 Vals.push_back(VE.getTypeID(GV->getType())); in WriteModuleInfo()
493 Vals.push_back(VE.getTypeID(F->getType())); in WriteModuleInfo()
[all …]
DValueEnumerator.h100 unsigned getTypeID(llvm::Type *T) const { in getTypeID() function
DValueEnumerator.cpp182 return VE.getTypeID(LHS.first->getType()) < in operator ()()
183 VE.getTypeID(RHS.first->getType()); in operator ()()
/frameworks/compile/slang/BitWriter_3_2/
DBitcodeWriter.cpp257 switch (T->getTypeID()) { in WriteTypeTable()
278 TypeVals.push_back(VE.getTypeID(PTy->getElementType())); in WriteTypeTable()
289 TypeVals.push_back(VE.getTypeID(FT->getReturnType())); in WriteTypeTable()
291 TypeVals.push_back(VE.getTypeID(FT->getParamType(i))); in WriteTypeTable()
302 TypeVals.push_back(VE.getTypeID(*I)); in WriteTypeTable()
327 TypeVals.push_back(VE.getTypeID(AT->getElementType())); in WriteTypeTable()
336 TypeVals.push_back(VE.getTypeID(VT->getElementType())); in WriteTypeTable()
416 MaxGlobalType = std::max(MaxGlobalType, VE.getTypeID(GV->getType())); in WriteModuleInfo()
485 Vals.push_back(VE.getTypeID(GV->getType())); in WriteModuleInfo()
511 Vals.push_back(VE.getTypeID(F->getType())); in WriteModuleInfo()
[all …]
DValueEnumerator.h100 unsigned getTypeID(llvm::Type *T) const { in getTypeID() function
DValueEnumerator.cpp182 return VE.getTypeID(LHS.first->getType()) < in operator ()()
183 VE.getTypeID(RHS.first->getType()); in operator ()()