| /trueos/contrib/llvm/lib/CodeGen/AsmPrinter/ |
| HD | DwarfCompileUnit.cpp | 617 DIDerivedType DTy(Ty); in addBlockByrefAddress() local 618 TmpTy = resolve(DTy.getTypeDerivedFrom()); in addBlockByrefAddress() 697 DIDerivedType DTy(Ty); in isUnsignedDIType() local 698 if (DTy.isDerivedType()) in isUnsignedDIType() 699 return isUnsignedDIType(DD, DD->resolve(DTy.getTypeDerivedFrom())); in isUnsignedDIType() 1092 void CompileUnit::constructTypeDIE(DIE &Buffer, DIDerivedType DTy) { in constructTypeDIE() argument 1094 StringRef Name = DTy.getName(); in constructTypeDIE() 1095 uint64_t Size = DTy.getSizeInBits() >> 3; in constructTypeDIE() 1099 DIType FromTy = resolve(DTy.getTypeDerivedFrom()); in constructTypeDIE() 1113 getOrCreateTypeDIE(resolve(DTy.getClassType()))); in constructTypeDIE() [all …]
|
| HD | DwarfCompileUnit.h | 352 void constructTypeDIE(DIE &Buffer, DIDerivedType DTy);
|
| /trueos/contrib/llvm/tools/clang/lib/Sema/ |
| HD | SemaExceptionSpec.cpp | 939 QualType DTy = cast<CXXDeleteExpr>(E)->getDestroyedType(); in canThrow() local 940 if (DTy.isNull() || DTy->isDependentType()) { in canThrow() 945 if (const RecordType *RT = DTy->getAs<RecordType>()) { in canThrow()
|
| HD | SemaType.cpp | 4267 const Type *DTy = Ty->getUnqualifiedDesugaredType(); in FunctionTypeUnwrapper() local 4268 if (Ty == DTy) { in FunctionTypeUnwrapper() 4273 T = QualType(DTy, 0); in FunctionTypeUnwrapper()
|
| /trueos/contrib/llvm/lib/Linker/ |
| HD | LinkModules.cpp | 344 StructType *DTy = StructType::create(STy->getContext()); in getImpl() local 347 DstStructTypesSet.insert(DTy); in getImpl() 348 DstResolvedOpaqueTypes.insert(DTy); in getImpl() 349 return *Entry = DTy; in getImpl()
|
| /trueos/contrib/llvm/lib/IR/ |
| HD | DebugInfo.cpp | 679 DICompositeType DTy(DbgNode); in getRef() local 680 if (!DTy.getIdentifier()) in getRef() 682 return DIScopeRef(DTy.getIdentifier()); in getRef()
|
| /trueos/contrib/llvm/tools/clang/lib/Analysis/ |
| HD | CFG.cpp | 3132 QualType DTy = DE->getDestroyedType(); in VisitCXXDeleteExpr() local 3133 DTy = DTy.getNonReferenceType(); in VisitCXXDeleteExpr() 3134 CXXRecordDecl *RD = Context->getBaseElementType(DTy)->getAsCXXRecordDecl(); in VisitCXXDeleteExpr() 3445 QualType DTy = DE->getDestroyedType(); in getDestructorDecl() local 3446 DTy = DTy.getNonReferenceType(); in getDestructorDecl() 3448 astContext.getBaseElementType(DTy)->getAsCXXRecordDecl(); in getDestructorDecl()
|
| /trueos/contrib/llvm/patches/ |
| HD | patch-r264826-llvm-r202188-variadic-fn-debug-info.diff | 100 addSourceLine(&Buffer, DTy);
|
| /trueos/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/ |
| HD | ExprEngine.cpp | 581 QualType DTy = DE->getDestroyedType(); in ProcessDeleteDtor() local 582 QualType BTy = getContext().getBaseElementType(DTy); in ProcessDeleteDtor()
|
| /trueos/contrib/llvm/include/llvm/CodeGen/ |
| HD | SelectionDAG.h | 534 SDValue getConvertRndSat(EVT VT, SDLoc dl, SDValue Val, SDValue DTy,
|
| /trueos/contrib/llvm/tools/clang/lib/CodeGen/ |
| HD | CGDebugInfo.cpp | 1187 llvm::DIType DTy = in CollectCXXBases() local 1191 EltTys.push_back(DTy); in CollectCXXBases()
|
| HD | CGBuiltin.cpp | 4521 llvm::Type *DTy =llvm::VectorType::getTruncatedElementVectorType(VTy); in EmitARMBuiltinExpr() local 4522 Ops[0] = Builder.CreateBitCast(Ops[0], DTy); in EmitARMBuiltinExpr()
|
| /trueos/contrib/llvm/lib/Target/AArch64/ |
| HD | AArch64InstrNEON.td | 3592 class LD1R_pattern <ValueType VTy, ValueType DTy, PatFrag LoadOp, 3594 : Pat<(VTy (Neon_vdup (DTy (LoadOp GPR64xsp:$Rn)))), 3687 multiclass LD1LN_patterns<ValueType VTy, ValueType VTy2, ValueType DTy, 3691 (DTy (LoadOp GPR64xsp:$Rn)), (ImmOp:$lane))), 3699 (DTy (LoadOp GPR64xsp:$Rn)), (ImmOp2:$lane))), 3771 multiclass ST1LN_patterns<ValueType VTy, ValueType VTy2, ValueType DTy, 3774 def : Pat<(StoreOp (DTy (vector_extract (VTy VPR64:$Rt), ImmOp:$lane)), 3780 def : Pat<(StoreOp (DTy (vector_extract (VTy2 VPR128:$Rt), ImmOp2:$lane)),
|
| /trueos/contrib/llvm/lib/CodeGen/SelectionDAG/ |
| HD | SelectionDAG.cpp | 1445 SDValue Val, SDValue DTy, in getConvertRndSat() argument 1450 if (DTy == STy && in getConvertRndSat() 1455 SDValue Ops[] = { Val, DTy, STy, Rnd, Sat }; in getConvertRndSat()
|