Searched refs:getTypeID (Results 1 – 9 of 9) sorted by relevance
178 switch (T->getTypeID()) { in WriteTypeSymbolTable()265 switch (T->getTypeID()) { in WriteTypeTable()310 TypeVals.push_back(VE.getTypeID(*I)); in WriteTypeTable()473 Vals.push_back(VE.getTypeID(GV.getType())); in WriteModuleInfo()498 Vals.push_back(VE.getTypeID(F.getType())); in WriteModuleInfo()516 Vals.push_back(VE.getTypeID(A.getType())); in WriteModuleInfo()548 Record.push_back(VE.getTypeID(V->getType())); in WriteValueAsMetadata()569 Record.push_back(VE.getTypeID( in WriteMDTuple()818 Record.push_back(VE.getTypeID(LastTy)); in WriteConstants()1055 Vals.push_back(VE.getTypeID(V->getType())); in PushValueAndType()[all …]
120 unsigned getTypeID(llvm::Type *T) const { in getTypeID() function
200 return VE.getTypeID(LHS.first->getType()) < in operator ()()201 VE.getTypeID(RHS.first->getType()); in operator ()()
250 switch (T->getTypeID()) { in WriteTypeTable()295 TypeVals.push_back(VE.getTypeID(*I)); in WriteTypeTable()471 Vals.push_back(VE.getTypeID(GV.getType())); in WriteModuleInfo()496 Vals.push_back(VE.getTypeID(F.getType())); in WriteModuleInfo()514 Vals.push_back(VE.getTypeID(A.getType())); in WriteModuleInfo()546 Record.push_back(VE.getTypeID(V->getType())); in WriteValueAsMetadata()567 Record.push_back(VE.getTypeID( in WriteMDTuple()816 Record.push_back(VE.getTypeID(LastTy)); in WriteConstants()1053 Vals.push_back(VE.getTypeID(V->getType())); in PushValueAndType()1231 Vals.push_back(VE.getTypeID(PN.getType())); in WriteInstruction()[all …]
252 switch (T->getTypeID()) { in WriteTypeTable()297 TypeVals.push_back(VE.getTypeID(*I)); in WriteTypeTable()484 Vals.push_back(VE.getTypeID(GV.getType())); in WriteModuleInfo()511 Vals.push_back(VE.getTypeID(F.getType())); in WriteModuleInfo()530 Vals.push_back(VE.getTypeID(A.getType())); in WriteModuleInfo()576 Record.push_back(VE.getTypeID(V->getType())); in WriteValueAsMetadata()597 Record.push_back(VE.getTypeID( in WriteMDTuple()853 Record.push_back(VE.getTypeID(LastTy)); in WriteConstants()1086 Vals.push_back(VE.getTypeID(V->getType())); in PushValueAndType()1264 Vals.push_back(VE.getTypeID(PN.getType())); in WriteInstruction()[all …]
123 unsigned getTypeID(llvm::Type *T) const { in getTypeID() function