/external/llvm/lib/Linker/ |
D | IRMover.cpp | 68 void finishType(StructType *DTy, StructType *STy, ArrayRef<Type *> ETypes); 212 void TypeMapTy::finishType(StructType *DTy, StructType *STy, in finishType() argument 214 DTy->setBody(ETypes, STy->isPacked()); in finishType() 220 DTy->setName(TmpName); in finishType() 223 DstStructTypesSet.addNonOpaque(DTy); in finishType() 250 StructType *DTy = StructType::create(Ty->getContext()); in get() local 251 return *Entry = DTy; in get() 274 if (auto *DTy = dyn_cast<StructType>(*Entry)) { in get() local 275 if (DTy->isOpaque()) { in get() 277 finishType(DTy, STy, ElementTypes); in get() [all …]
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/AsmPrinter/ |
D | DwarfUnit.cpp | 481 auto *DTy = cast<DIDerivedType>(Ty); in addBlockByrefAddress() local 482 TmpTy = resolve(DTy->getBaseType()); in addBlockByrefAddress() 561 if (auto *DTy = dyn_cast<DIDerivedType>(Ty)) { in isUnsignedDIType() local 576 DITypeRef Deriv = DTy->getBaseType(); in isUnsignedDIType() 856 void DwarfUnit::constructTypeDIE(DIE &Buffer, const DIDerivedType *DTy) { in constructTypeDIE() argument 858 StringRef Name = DTy->getName(); in constructTypeDIE() 859 uint64_t Size = DTy->getSizeInBits() >> 3; in constructTypeDIE() 863 const DIType *FromTy = resolve(DTy->getBaseType()); in constructTypeDIE() 881 *getOrCreateTypeDIE(resolve(cast<DIDerivedType>(DTy)->getClassType()))); in constructTypeDIE() 883 if (!DTy->isForwardDecl()) in constructTypeDIE() [all …]
|
D | DwarfUnit.h | 344 void constructTypeDIE(DIE &Buffer, const DIDerivedType *DTy);
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Linker/ |
D | IRMover.cpp | 68 void finishType(StructType *DTy, StructType *STy, ArrayRef<Type *> ETypes); 215 void TypeMapTy::finishType(StructType *DTy, StructType *STy, in finishType() argument 217 DTy->setBody(ETypes, STy->isPacked()); in finishType() 223 DTy->setName(TmpName); in finishType() 226 DstStructTypesSet.addNonOpaque(DTy); in finishType() 261 StructType *DTy = StructType::create(Ty->getContext()); in get() local 262 return *Entry = DTy; in get() 286 if (auto *DTy = dyn_cast<StructType>(*Entry)) { in get() local 287 if (DTy->isOpaque()) { in get() 289 finishType(DTy, STy, ElementTypes); in get() [all …]
|
/external/llvm/lib/CodeGen/AsmPrinter/ |
D | DwarfUnit.cpp | 448 auto *DTy = cast<DIDerivedType>(Ty); in addBlockByrefAddress() local 449 TmpTy = resolve(DTy->getBaseType()); in addBlockByrefAddress() 527 if (auto *DTy = dyn_cast<DIDerivedType>(Ty)) { in isUnsignedDIType() local 542 DITypeRef Deriv = DTy->getBaseType(); in isUnsignedDIType() 811 void DwarfUnit::constructTypeDIE(DIE &Buffer, const DIDerivedType *DTy) { in constructTypeDIE() argument 813 StringRef Name = DTy->getName(); in constructTypeDIE() 814 uint64_t Size = DTy->getSizeInBits() >> 3; in constructTypeDIE() 818 const DIType *FromTy = resolve(DTy->getBaseType()); in constructTypeDIE() 836 *getOrCreateTypeDIE(resolve(cast<DIDerivedType>(DTy)->getClassType()))); in constructTypeDIE() 838 if (!DTy->isForwardDecl()) in constructTypeDIE() [all …]
|
D | DwarfUnit.h | 336 void constructTypeDIE(DIE &Buffer, const DIDerivedType *DTy); 337 void constructTypeDIE(DIE &Buffer, const DISubroutineType *DTy);
|
/external/swiftshader/third_party/llvm-7.0/llvm/tools/opt/ |
D | Debugify.cpp | 79 DIType *&DTy = TypeCache[Size]; in applyDebugifyMetadata() local 80 if (!DTy) { in applyDebugifyMetadata() 82 DTy = DIB.createBasicType(Name, Size, dwarf::DW_ATE_unsigned); in applyDebugifyMetadata() 84 return DTy; in applyDebugifyMetadata()
|
/external/swiftshader/third_party/LLVM/lib/CodeGen/AsmPrinter/ |
D | DwarfCompileUnit.cpp | 363 DIDerivedType DTy = DIDerivedType(Ty); in addBlockByrefAddress() local 364 TmpTy = DTy.getTypeDerivedFrom(); in addBlockByrefAddress() 682 void CompileUnit::constructTypeDIE(DIE &Buffer, DIDerivedType DTy) { in constructTypeDIE() argument 684 StringRef Name = DTy.getName(); in constructTypeDIE() 685 uint64_t Size = DTy.getSizeInBits() >> 3; in constructTypeDIE() 686 unsigned Tag = DTy.getTag(); in constructTypeDIE() 694 DIType FromTy = DTy.getTypeDerivedFrom(); in constructTypeDIE() 706 if (!DTy.isForwardDecl()) in constructTypeDIE() 707 addSourceLine(&Buffer, DTy); in constructTypeDIE()
|
D | DwarfCompileUnit.h | 264 DIDerivedType DTy);
|
D | DwarfDebug.cpp | 101 DIDerivedType DTy = DIDerivedType(Ty); in getType() local 102 subType = DTy.getTypeDerivedFrom(); in getType()
|
/external/clang/lib/Sema/ |
D | SemaExceptionSpec.cpp | 1032 QualType DTy = cast<CXXDeleteExpr>(E)->getDestroyedType(); in canThrow() local 1033 if (DTy.isNull() || DTy->isDependentType()) { in canThrow() 1038 if (const RecordType *RT = DTy->getAs<RecordType>()) { in canThrow()
|
D | SemaType.cpp | 5659 const Type *DTy = Ty->getUnqualifiedDesugaredType(); in FunctionTypeUnwrapper() local 5660 if (Ty == DTy) { in FunctionTypeUnwrapper() 5665 T = QualType(DTy, 0); in FunctionTypeUnwrapper()
|
/external/swiftshader/third_party/LLVM/lib/Analysis/ |
D | DebugInfo.cpp | 351 DIDerivedType DTy(DbgNode); in isUnsignedDIType() local 352 if (DTy.Verify()) in isUnsignedDIType() 353 return DTy.getTypeDerivedFrom().isUnsignedDIType(); in isUnsignedDIType()
|
/external/clang/lib/Analysis/ |
D | CFG.cpp | 3585 QualType DTy = DE->getDestroyedType(); in VisitCXXDeleteExpr() local 3586 DTy = DTy.getNonReferenceType(); in VisitCXXDeleteExpr() 3587 CXXRecordDecl *RD = Context->getBaseElementType(DTy)->getAsCXXRecordDecl(); in VisitCXXDeleteExpr() 3916 QualType DTy = DE->getDestroyedType(); in getDestructorDecl() local 3917 DTy = DTy.getNonReferenceType(); in getDestructorDecl() 3919 astContext.getBaseElementType(DTy)->getAsCXXRecordDecl(); in getDestructorDecl()
|
/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/ |
D | SelectionDAG.h | 442 SDValue getConvertRndSat(EVT VT, DebugLoc dl, SDValue Val, SDValue DTy,
|
/external/clang/lib/StaticAnalyzer/Core/ |
D | ExprEngine.cpp | 621 QualType DTy = DE->getDestroyedType(); in ProcessDeleteDtor() local 622 QualType BTy = getContext().getBaseElementType(DTy); in ProcessDeleteDtor()
|
/external/llvm/include/llvm/CodeGen/ |
D | SelectionDAG.h | 629 SDValue getConvertRndSat(EVT VT, const SDLoc &dl, SDValue Val, SDValue DTy,
|
/external/clang/lib/CodeGen/ |
D | CGDebugInfo.cpp | 1382 llvm::DIType *DTy = DBuilder.createInheritance( in CollectCXXBases() local 1384 EltTys.push_back(DTy); in CollectCXXBases()
|
D | CGBuiltin.cpp | 3550 llvm::Type *DTy =llvm::VectorType::getTruncatedElementVectorType(VTy); in EmitCommonNeonBuiltinExpr() local 3551 Ops[0] = Builder.CreateBitCast(Ops[0], DTy); in EmitCommonNeonBuiltinExpr()
|
/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/ |
D | SelectionDAG.cpp | 1335 SDValue Val, SDValue DTy, in getConvertRndSat() argument 1340 if (DTy == STy && in getConvertRndSat() 1345 SDValue Ops[] = { Val, DTy, STy, Rnd, Sat }; in getConvertRndSat()
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | SelectionDAG.cpp | 1654 SDValue DTy, SDValue STy, SDValue Rnd, in getConvertRndSat() argument 1658 if (DTy == STy && in getConvertRndSat() 1663 SDValue Ops[] = { Val, DTy, STy, Rnd, Sat }; in getConvertRndSat()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/ |
D | ScalarEvolution.cpp | 10051 auto *DTy = Denominator->getType(); in isImpliedViaOperations() local 10053 if (DTy->isPointerTy() != FRHSTy->isPointerTy()) in isImpliedViaOperations() 10062 auto *WTy = getWiderType(DTy, FRHSTy); in isImpliedViaOperations()
|