Home
last modified time | relevance | path

Searched refs:BaseTy (Results 1 – 13 of 13) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
DTrailingObjects.h123 template <int Align, typename BaseTy, typename TopTrailingObj, typename PrevTy,
130 template <int Align, typename BaseTy, typename TopTrailingObj, typename PrevTy,
132 class TrailingObjectsImpl<Align, BaseTy, TopTrailingObj, PrevTy, NextTy,
134 : public TrailingObjectsImpl<Align, BaseTy, TopTrailingObj, NextTy,
137 typedef TrailingObjectsImpl<Align, BaseTy, TopTrailingObj, NextTy, MoreTys...>
162 getTrailingObjectsImpl(const BaseTy *Obj, in getTrailingObjectsImpl()
177 getTrailingObjectsImpl(BaseTy *Obj, in getTrailingObjectsImpl()
206 template <int Align, typename BaseTy, typename TopTrailingObj, typename PrevTy>
207 class TrailingObjectsImpl<Align, BaseTy, TopTrailingObj, PrevTy>
228 template <typename BaseTy, typename... TrailingTys>
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/BPF/
DBPFAbstractMemberAccess.cpp588 const DIType *BaseTy; in GetFieldInfo() local
593 BaseTy = stripQualifiers(CTy->getBaseType()); in GetFieldInfo()
596 BaseTy = stripQualifiers(MemberTy->getBaseType()); in GetFieldInfo()
600 const auto *BTy = dyn_cast<DIBasicType>(BaseTy); in GetFieldInfo()
602 const auto *CompTy = dyn_cast<DICompositeType>(BaseTy); in GetFieldInfo()
606 BaseTy = stripQualifiers(CompTy->getBaseType()); in GetFieldInfo()
607 BTy = dyn_cast<DIBasicType>(BaseTy); in GetFieldInfo()
748 DIType *BaseTy = nullptr; in computeBaseAndAccessKey() local
756 BaseTy = stripQualifiers(CTy->getBaseType()); in computeBaseAndAccessKey()
763 BaseTy = stripQualifiers(DTy->getBaseType()); in computeBaseAndAccessKey()
[all …]
DBTFDebug.cpp246 const auto *BaseTy = DDTy->getBaseType(); in completeType() local
247 BTFMember.Type = BDebug.getTypeId(BaseTy); in completeType()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/
DArgumentPromotion.cpp609 Type *BaseTy = ByValTy; in isSafeToPromoteArgument() local
611 if (BaseTy) in isSafeToPromoteArgument()
612 return BaseTy == NewBaseTy; in isSafeToPromoteArgument()
614 BaseTy = NewBaseTy; in isSafeToPromoteArgument()
615 if (allCallersPassValidPointerForArgument(Arg, BaseTy)) { in isSafeToPromoteArgument()
656 if (BaseTy && LI->getType() != BaseTy) in isSafeToPromoteArgument()
659 BaseTy = LI->getType(); in isSafeToPromoteArgument()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/
DCodeViewDebug.cpp1804 const DIType *BaseTy = Ty; in lowerTypeModifier() local
1805 while (IsModifier && BaseTy) { in lowerTypeModifier()
1807 switch (BaseTy->getTag()) { in lowerTypeModifier()
1826 BaseTy = cast<DIDerivedType>(BaseTy)->getBaseType(); in lowerTypeModifier()
1833 if (BaseTy) { in lowerTypeModifier()
1834 switch (BaseTy->getTag()) { in lowerTypeModifier()
1838 return lowerTypePointer(cast<DIDerivedType>(BaseTy), PO); in lowerTypeModifier()
1840 return lowerTypeMemberPointer(cast<DIDerivedType>(BaseTy), PO); in lowerTypeModifier()
1846 TypeIndex ModifiedTI = getTypeIndex(BaseTy); in lowerTypeModifier()
DDwarfUnit.cpp1374 DIType *BaseTy = CTy->getBaseType(); in hasVectorBeenPadded() local
1375 assert(BaseTy && "Unknown vector element type."); in hasVectorBeenPadded()
1376 const uint64_t ElementSize = BaseTy->getSizeInBits(); in hasVectorBeenPadded()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DSROA.cpp3276 Type *BaseTy; member in __anon644338d20b11::AggLoadStoreRewriter::OpSplitter
3287 OpSplitter(Instruction *InsertionPoint, Value *Ptr, Type *BaseTy, in OpSplitter() argument
3290 BaseTy(BaseTy), BaseAlign(BaseAlign), DL(DL) {} in OpSplitter()
3308 unsigned Offset = DL.getIndexedOffsetInType(BaseTy, GEPIndices); in emitSplitOps()
3350 LoadOpSplitter(Instruction *InsertionPoint, Value *Ptr, Type *BaseTy, in LoadOpSplitter()
3352 : OpSplitter<LoadOpSplitter>(InsertionPoint, Ptr, BaseTy, BaseAlign, in LoadOpSplitter()
3362 IRB.CreateInBoundsGEP(BaseTy, Ptr, GEPIndices, Name + ".gep"); in emitFunc()
3391 StoreOpSplitter(Instruction *InsertionPoint, Value *Ptr, Type *BaseTy, in StoreOpSplitter()
3393 : OpSplitter<StoreOpSplitter>(InsertionPoint, Ptr, BaseTy, BaseAlign, in StoreOpSplitter()
3408 IRB.CreateInBoundsGEP(BaseTy, Ptr, GEPIndices, Name + ".gep"); in emitFunc()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DDIBuilder.h256 DIDerivedType *createInheritance(DIType *Ty, DIType *BaseTy,
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm-c/
DDebugInfo.h891 LLVMMetadataRef Ty, LLVMMetadataRef BaseTy,
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DDIBuilder.cpp323 DIDerivedType *DIBuilder::createInheritance(DIType *Ty, DIType *BaseTy, in createInheritance() argument
331 0, Ty, BaseTy, 0, 0, BaseOffset, None, in createInheritance()
DDebugInfo.cpp1119 LLVMMetadataRef Ty, LLVMMetadataRef BaseTy, in LLVMDIBuilderCreateInheritance() argument
1123 unwrapDI<DIType>(Ty), unwrapDI<DIType>(BaseTy), in LLVMDIBuilderCreateInheritance()
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/
DPNaClTranslator.cpp942 Ice::Type BaseTy = Context->getSimpleTypeByID(Values[1]); in ProcessRecord() local
944 switch (BaseTy) { in ProcessRecord()
990 StrBuf << "Invalid type vector record: <" << Values[0] << " x " << BaseTy in ProcessRecord()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DCodeGenPrepare.cpp5034 Type *BaseTy = AddrMode.BaseReg ? AddrMode.BaseReg->getType() : nullptr; in optimizeMemoryInst() local
5036 PointerType *BasePtrTy = dyn_cast_or_null<PointerType>(BaseTy); in optimizeMemoryInst()