Home
last modified time | relevance | path

Searched refs:getTypeInfo (Results 1 – 25 of 28) sorted by relevance

12

/external/llvm/tools/opt/
DPassPrinters.cpp45 getAnalysisID<Pass>(PassToPrint->getTypeInfo()).print(Out, F.getParent()); in runOnFunction()
52 AU.addRequiredID(PassToPrint->getTypeInfo()); in getAnalysisUsage()
80 getAnalysisID<Pass>(PassToPrint->getTypeInfo()) in runOnSCC()
89 AU.addRequiredID(PassToPrint->getTypeInfo()); in getAnalysisUsage()
114 getAnalysisID<Pass>(PassToPrint->getTypeInfo()).print(Out, &M); in runOnModule()
121 AU.addRequiredID(PassToPrint->getTypeInfo()); in getAnalysisUsage()
146 getAnalysisID<Pass>(PassToPrint->getTypeInfo()) in runOnLoop()
154 AU.addRequiredID(PassToPrint->getTypeInfo()); in getAnalysisUsage()
181 getAnalysisID<Pass>(PassToPrint->getTypeInfo()) in runOnRegion()
189 AU.addRequiredID(PassToPrint->getTypeInfo()); in getAnalysisUsage()
[all …]
/external/llvm/tools/llc/
Dllc.cpp362 StopAfterID = StartBeforeID = PI->getTypeInfo(); in compileModule()
370 StartAfterID = PI->getTypeInfo(); in compileModule()
378 StopAfterID = PI->getTypeInfo(); in compileModule()
/external/llvm/lib/IR/
DPass.cpp249 CFGOnlyList.push_back(P->getTypeInfo()); in passEnumerate()
272 if (PI) Preserved.push_back(PI->getTypeInfo()); in addPreserved()
DPassRegistry.cpp60 PassInfoMap.insert(std::make_pair(PI.getTypeInfo(), &PI)).second; in registerPass()
DLegacyPassManager.cpp753 ImmutablePassMap[ImmPI->getTypeInfo()] = P; in addImmutablePass()
840 AvailableAnalysis[II[i]->getTypeInfo()] = P; in recordAvailableAnalysis()
978 AvailableAnalysis.find(II[i]->getTypeInfo()); in freePass()
/external/llvm/include/llvm/
DPassInfo.h76 const void *getTypeInfo() const { return PassID; } in getTypeInfo() function
DPassSupport.h163 &Interface::ID, RPB.getTypeInfo(), in RegisterAnalysisGroup()
/external/clang/include/clang/AST/
DASTContext.h1781 TypeInfo getTypeInfo(const Type *T) const;
1782 TypeInfo getTypeInfo(QualType T) const { return getTypeInfo(T.getTypePtr()); } in getTypeInfo() function
1788 uint64_t getTypeSize(QualType T) const { return getTypeInfo(T).Width; } in getTypeSize()
1789 uint64_t getTypeSize(const Type *T) const { return getTypeInfo(T).Width; } in getTypeSize()
1809 unsigned getTypeAlign(QualType T) const { return getTypeInfo(T).Align; } in getTypeAlign()
1810 unsigned getTypeAlign(const Type *T) const { return getTypeInfo(T).Align; } in getTypeAlign()
/external/llvm/lib/CodeGen/
DPasses.cpp525 const char *TID = (const char *)(TPI->getTypeInfo()); in addMachinePasses()
526 const char *IID = (const char *)(IPI->getTypeInfo()); in addMachinePasses()
/external/clang/lib/AST/
DASTContext.cpp1494 TypeInfo Info = getTypeInfo(T); in getTypeInfoInChars()
1505 return getTypeInfo(T).AlignIsRequired; in isAlignmentRequired()
1512 TypeInfo ASTContext::getTypeInfo(const Type *T) const { in getTypeInfo() function in ASTContext
1541 return getTypeInfo(cast<Class##Type>(T)->desugar().getTypePtr()); in getTypeInfoImpl()
1561 TypeInfo EltInfo = getTypeInfo(CAT->getElementType()); in getTypeInfoImpl()
1575 TypeInfo EltInfo = getTypeInfo(VT->getElementType()); in getTypeInfoImpl()
1738 TypeInfo EltInfo = getTypeInfo(cast<ComplexType>(T)->getElementType()); in getTypeInfoImpl()
1744 return getTypeInfo(cast<ObjCObjectType>(T)->getBaseType().getTypePtr()); in getTypeInfoImpl()
1747 return getTypeInfo(cast<AdjustedType>(T)->getAdjustedType().getTypePtr()); in getTypeInfoImpl()
1768 getTypeInfo(ED->getIntegerType()->getUnqualifiedDesugaredType()); in getTypeInfoImpl()
[all …]
DRecordLayoutBuilder.cpp1440 TypeInfo FieldInfo = Context.getTypeInfo(D->getType()); in LayoutBitField()
/external/clang/lib/Sema/
DSemaDeclObjC.cpp3036 TypeInfo LeftTI = Context.getTypeInfo(left); in matchTypes()
3037 TypeInfo RightTI = Context.getTypeInfo(right); in matchTypes()
3093 TypeInfo LeftTI = Context.getTypeInfo(lt); in tryMatchRecordTypes()
3094 TypeInfo RightTI = Context.getTypeInfo(rt); in tryMatchRecordTypes()
/external/clang/lib/CodeGen/
DCGAtomic.cpp58 TypeInfo ValueTI = C.getTypeInfo(ValueTy); in AtomicInfo()
62 TypeInfo AtomicTI = C.getTypeInfo(AtomicTy); in AtomicInfo()
DCGDebugInfo.cpp906 TypeInfo TI = CGM.getContext().getTypeInfo(type); in createFieldType()
3244 TypeInfo PtrInfo = C.getTypeInfo(C.VoidPtrTy); in EmitDeclareOfBlockLiteralArgVariable()
DTargetInfo.cpp3348 TypeInfo Info = getContext().getTypeInfo(Ty); in classify()
DCGBuiltin.cpp302 unsigned Width = Type->isBooleanType() ? 1 : context.getTypeInfo(Type).Width; in getIntegerWidthAndSignedness()
/external/javasqlite/src/main/java/SQLite/JDBC2z/
DJDBCDatabaseMetaData.java1140 public ResultSet getTypeInfo() throws SQLException { in getTypeInfo() method in JDBCDatabaseMetaData
/external/robolectric/v1/lib/main/
Dsqlite-jdbc-3.7.2.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/maven/ META- ...
Dh2-1.2.147.jarMETA-INF/MANIFEST.MF META-INF/services/java.sql.Driver org ...
Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/ ...
/external/llvm/lib/Target/
DREADME.txt117 For vector types, DataLayout.cpp::getTypeInfo() returns alignment that is equal
/external/guice/extensions/persist/lib/
Dhsqldb.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/hsqldb/ org/ ...
/external/robolectric/v3/runtime/
Dandroid-all-4.1.2_r1-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/ ...
Dandroid-all-4.2.2_r1.2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/ ...
Dandroid-all-4.3_r2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/ ...

12