Home
last modified time | relevance | path

Searched defs:DTy (Results 1 – 25 of 26) sorted by relevance

12

/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/BPF/
DBTFDebug.cpp46 BTFTypeDerived::BTFTypeDerived(const DIDerivedType *DTy, unsigned Tag, in BTFTypeDerived()
472 BTFTypeTypeTag::BTFTypeTypeTag(const DIDerivedType *DTy, StringRef Tag) in BTFTypeTypeTag()
620 int BTFDebug::genBTFTypeTags(const DIDerivedType *DTy, int BaseTypeId) { in genBTFTypeTags()
786 void BTFDebug::visitDerivedType(const DIDerivedType *DTy, uint32_t &TypeId, in visitDerivedType()
882 if (const auto *DTy = dyn_cast<DIDerivedType>(Ty)) { in visitTypeEntry() local
909 else if (const auto *DTy = dyn_cast<DIDerivedType>(Ty)) in visitTypeEntry() local
928 while (auto *DTy = dyn_cast<DIDerivedType>(Ty)) { in visitMapDefType() local
1595 const DIDerivedType *DTy = TypeInfo.first; in endModule() local
DBPFAbstractMemberAccess.cpp280 DIDerivedType *DTy) { in CheckDerivedType()
301 else if (auto *DTy = dyn_cast<DIDerivedType>(Ty)) in CheckAnonRecordType() local
317 while (auto *DTy = dyn_cast<DIDerivedType>(Ty)) { in stripQualifiers() local
326 while (auto *DTy = dyn_cast<DIDerivedType>(Ty)) { in stripQualifiers() local
921 auto *DTy = cast<DIDerivedType>(Ty); in computeBaseAndAccessKey() local
DBPFPreserveDIType.cpp89 while (auto *DTy = dyn_cast<DIDerivedType>(Ty)) { in BPFPreserveDITypeImpl() local
DBTFDebug.h65 const DIDerivedType *DTy; variable
236 const DIDerivedType *DTy; variable
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/BPF/
DBPFAbstractMemberAccess.cpp202 while (auto *DTy = dyn_cast<DIDerivedType>(Ty)) { in stripQualifiers() local
211 while (auto *DTy = dyn_cast<DIDerivedType>(Ty)) { in stripQualifiers() local
760 auto *DTy = cast<DIDerivedType>(Ty); in computeBaseAndAccessKey() local
DBTFDebug.cpp43 BTFTypeDerived::BTFTypeDerived(const DIDerivedType *DTy, unsigned Tag, in BTFTypeDerived()
549 void BTFDebug::visitDerivedType(const DIDerivedType *DTy, uint32_t &TypeId, in visitDerivedType()
613 else if (const auto *DTy = dyn_cast<DIDerivedType>(Ty)) in visitTypeEntry() local
DBTFDebug.h59 const DIDerivedType *DTy; variable
/external/llvm/lib/Linker/
DIRMover.cpp212 void TypeMapTy::finishType(StructType *DTy, StructType *STy, in finishType()
250 StructType *DTy = StructType::create(Ty->getContext()); in get() local
274 if (auto *DTy = dyn_cast<StructType>(*Entry)) { in get() local
328 StructType *DTy = StructType::create(Ty->getContext()); in get() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Linker/
DIRMover.cpp214 void TypeMapTy::finishType(StructType *DTy, StructType *STy, in finishType()
260 StructType *DTy = StructType::create(Ty->getContext()); in get() local
285 if (auto *DTy = dyn_cast<StructType>(*Entry)) { in get() local
339 StructType *DTy = StructType::create(Ty->getContext()); in get() local
/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/AsmPrinter/
DDebugHandlerBase.cpp198 if (auto *DTy = dyn_cast<DIDerivedType>(Ty)) { in isUnsignedDIType() local
DDwarfUnit.cpp756 void DwarfUnit::constructTypeDIE(DIE &Buffer, const DIDerivedType *DTy) { in constructTypeDIE()
1550 const DIType *DTy = CTy->getBaseType(); in constructEnumTypeDIE() local
DCodeViewDebug.cpp3314 void CodeViewDebug::emitConstantSymbolRecord(const DIType *DTy, APSInt &Value, in emitConstantSymbolRecord()
3336 for (const DIDerivedType *DTy : StaticConstMembers) { in emitStaticConstMemberList() local
3359 if (auto *DTy = dyn_cast<DIDerivedType>(Ty)) { in isFloatDIType() local
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Linker/
DIRMover.cpp227 void TypeMapTy::finishType(StructType *DTy, StructType *STy, in finishType()
264 StructType *DTy = StructType::create(Ty->getContext()); in get() local
289 if (auto *DTy = dyn_cast<StructType>(*Entry)) { in get() local
344 StructType *DTy = StructType::create(Ty->getContext()); in get() local
/external/llvm/lib/CodeGen/AsmPrinter/
DDwarfUnit.cpp448 auto *DTy = cast<DIDerivedType>(Ty); in addBlockByrefAddress() local
527 if (auto *DTy = dyn_cast<DIDerivedType>(Ty)) { in isUnsignedDIType() local
811 void DwarfUnit::constructTypeDIE(DIE &Buffer, const DIDerivedType *DTy) { in constructTypeDIE()
1336 const DIType *DTy = resolve(CTy->getBaseType()); in constructEnumTypeDIE() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/
DDwarfUnit.cpp474 if (auto *DTy = dyn_cast<DIDerivedType>(Ty)) { in isUnsignedDIType() local
788 void DwarfUnit::constructTypeDIE(DIE &Buffer, const DIDerivedType *DTy) { in constructTypeDIE()
1420 const DIType *DTy = CTy->getBaseType(); in constructEnumTypeDIE() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
DDebugify.cpp71 DIType *&DTy = TypeCache[Size]; in applyDebugifyMetadata() local
/external/clang/lib/Sema/
DSemaExceptionSpec.cpp1032 QualType DTy = cast<CXXDeleteExpr>(E)->getDestroyedType(); in canThrow() local
DSemaType.cpp5659 const Type *DTy = Ty->getUnqualifiedDesugaredType(); in FunctionTypeUnwrapper() local
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/Utils/
DDebugify.cpp98 DIType *&DTy = TypeCache[Size]; in applyDebugifyMetadata() local
/external/clang/lib/Analysis/
DCFG.cpp3585 QualType DTy = DE->getDestroyedType(); in VisitCXXDeleteExpr() local
3916 QualType DTy = DE->getDestroyedType(); in getDestructorDecl() local
/external/clang/lib/StaticAnalyzer/Core/
DExprEngine.cpp621 QualType DTy = DE->getDestroyedType(); in ProcessDeleteDtor() local
/external/clang/lib/CodeGen/
DCGDebugInfo.cpp1382 llvm::DIType *DTy = DBuilder.createInheritance( in CollectCXXBases() local
DCGBuiltin.cpp3550 llvm::Type *DTy =llvm::VectorType::getTruncatedElementVectorType(VTy); in EmitCommonNeonBuiltinExpr() local
/external/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAG.cpp1654 SDValue DTy, SDValue STy, SDValue Rnd, in getConvertRndSat()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DScalarEvolution.cpp10372 auto *DTy = Denominator->getType(); in isImpliedViaOperations() local

12