Home
last modified time | relevance | path

Searched refs:DTy (Results 1 – 14 of 14) sorted by relevance

/trueos/contrib/llvm/lib/CodeGen/AsmPrinter/
HDDwarfCompileUnit.cpp617 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 …]
HDDwarfCompileUnit.h352 void constructTypeDIE(DIE &Buffer, DIDerivedType DTy);
/trueos/contrib/llvm/tools/clang/lib/Sema/
HDSemaExceptionSpec.cpp939 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()
HDSemaType.cpp4267 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/
HDLinkModules.cpp344 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/
HDDebugInfo.cpp679 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/
HDCFG.cpp3132 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/
HDpatch-r264826-llvm-r202188-variadic-fn-debug-info.diff100 addSourceLine(&Buffer, DTy);
/trueos/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/
HDExprEngine.cpp581 QualType DTy = DE->getDestroyedType(); in ProcessDeleteDtor() local
582 QualType BTy = getContext().getBaseElementType(DTy); in ProcessDeleteDtor()
/trueos/contrib/llvm/include/llvm/CodeGen/
HDSelectionDAG.h534 SDValue getConvertRndSat(EVT VT, SDLoc dl, SDValue Val, SDValue DTy,
/trueos/contrib/llvm/tools/clang/lib/CodeGen/
HDCGDebugInfo.cpp1187 llvm::DIType DTy = in CollectCXXBases() local
1191 EltTys.push_back(DTy); in CollectCXXBases()
HDCGBuiltin.cpp4521 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/
HDAArch64InstrNEON.td3592 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/
HDSelectionDAG.cpp1445 SDValue Val, SDValue DTy, in getConvertRndSat() argument
1450 if (DTy == STy && in getConvertRndSat()
1455 SDValue Ops[] = { Val, DTy, STy, Rnd, Sat }; in getConvertRndSat()