Home
last modified time | relevance | path

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

/frameworks/compile/slang/BitWriter_2_9/
DBitcodeWriter.cpp181 switch (T->getTypeID()) { in WriteTypeSymbolTable()
215 NameVals.push_back(VE.getTypeID(TI->second)); in WriteTypeSymbolTable()
314 switch (T->getTypeID()) { in WriteTypeTable()
334 TypeVals.push_back(VE.getTypeID(PTy->getElementType())); in WriteTypeTable()
346 TypeVals.push_back(VE.getTypeID(FT->getReturnType())); in WriteTypeTable()
348 TypeVals.push_back(VE.getTypeID(FT->getParamType(i))); in WriteTypeTable()
359 TypeVals.push_back(VE.getTypeID(*I)); in WriteTypeTable()
368 TypeVals.push_back(VE.getTypeID(AT->getElementType())); in WriteTypeTable()
377 TypeVals.push_back(VE.getTypeID(VT->getElementType())); in WriteTypeTable()
451 MaxGlobalType = std::max(MaxGlobalType, VE.getTypeID(GV->getType())); in WriteModuleInfo()
[all …]
DValueEnumerator.h88 unsigned getTypeID(Type *T) const { in getTypeID() function
DValueEnumerator.cpp142 return VE.getTypeID(LHS.first->getType()) < in operator ()()
143 VE.getTypeID(RHS.first->getType()); in operator ()()
/frameworks/compile/libbcc/lib/CodeGen/
DCodeEmitter.cpp327 switch (Op0->getType()->getTypeID()) { in GetConstantValue()
373 switch (Op0->getType()->getTypeID()) { in GetConstantValue()
532 switch (C->getType()->getTypeID()) { in GetConstantValue()
601 switch (Ty->getTypeID()) { in StoreValueToMemory()