Home
last modified time | relevance | path

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

/aosp12/frameworks/compile/slang/BitWriter_2_9/
H A DBitcodeWriter.cpp178 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 …]
H A DValueEnumerator.h120 unsigned getTypeID(llvm::Type *T) const { in getTypeID() function
H A DValueEnumerator.cpp200 return VE.getTypeID(LHS.first->getType()) < in operator ()()
201 VE.getTypeID(RHS.first->getType()); in operator ()()
/aosp12/frameworks/compile/slang/BitWriter_2_9_func/
H A DBitcodeWriter.cpp250 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 …]
H A DValueEnumerator.h120 unsigned getTypeID(llvm::Type *T) const { in getTypeID() function
H A DValueEnumerator.cpp200 return VE.getTypeID(LHS.first->getType()) < in operator ()()
201 VE.getTypeID(RHS.first->getType()); in operator ()()
/aosp12/frameworks/compile/slang/BitWriter_3_2/
H A DBitcodeWriter.cpp252 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 …]
H A DValueEnumerator.h123 unsigned getTypeID(llvm::Type *T) const { in getTypeID() function
H A DValueEnumerator.cpp200 return VE.getTypeID(LHS.first->getType()) < in operator ()()
201 VE.getTypeID(RHS.first->getType()); in operator ()()