Home
last modified time | relevance | path

Searched defs:BaseTy (Results 1 – 25 of 52) sorted by relevance

123

/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
H A DTrailingObjects.h259 TrailingObjectsBase::OverloadToken<BaseTy>) { in getTrailingObjectsImpl()
265 TrailingObjectsBase::OverloadToken<BaseTy>) { in getTrailingObjectsImpl()
278 TrailingObjectsBase::OverloadToken<BaseTy>) { in callNumTrailingObjects()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/Support/
DTrailingObjects.h242 TrailingObjectsBase::OverloadToken<BaseTy>) { in getTrailingObjectsImpl()
248 TrailingObjectsBase::OverloadToken<BaseTy>) { in getTrailingObjectsImpl()
261 TrailingObjectsBase::OverloadToken<BaseTy>) { in callNumTrailingObjects()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/Support/
DTrailingObjects.h242 TrailingObjectsBase::OverloadToken<BaseTy>) { in getTrailingObjectsImpl()
248 TrailingObjectsBase::OverloadToken<BaseTy>) { in getTrailingObjectsImpl()
261 TrailingObjectsBase::OverloadToken<BaseTy>) { in callNumTrailingObjects()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/Support/
DTrailingObjects.h242 TrailingObjectsBase::OverloadToken<BaseTy>) { in getTrailingObjectsImpl()
248 TrailingObjectsBase::OverloadToken<BaseTy>) { in getTrailingObjectsImpl()
261 TrailingObjectsBase::OverloadToken<BaseTy>) { in callNumTrailingObjects()
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/Support/
H A DTrailingObjects.h242 TrailingObjectsBase::OverloadToken<BaseTy>) { in getTrailingObjectsImpl()
248 TrailingObjectsBase::OverloadToken<BaseTy>) { in getTrailingObjectsImpl()
261 TrailingObjectsBase::OverloadToken<BaseTy>) { in callNumTrailingObjects()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/Support/
DTrailingObjects.h242 TrailingObjectsBase::OverloadToken<BaseTy>) { in getTrailingObjectsImpl()
248 TrailingObjectsBase::OverloadToken<BaseTy>) { in getTrailingObjectsImpl()
261 TrailingObjectsBase::OverloadToken<BaseTy>) { in callNumTrailingObjects()
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/BPF/
H A DBPFAbstractMemberAccess.cpp746 const DIType *BaseTy; in GetFieldInfo() local
909 DIType *BaseTy = nullptr; in computeBaseAndAccessKey() local
1022 DIType *BaseTy = stripQualifiers(Ty, true); in computeAccessKey() local
1043 DIType *BaseTy = stripQualifiers(Ty, true); in computeAccessKey() local
H A DBTFDebug.cpp306 const auto *BaseTy = DDTy->getBaseType(); in completeType() local
884 const DIType *BaseTy = DTy->getBaseType(); in visitTypeEntry() local
/aosp_15_r20/external/pytorch/torchgen/
H A Dmodel.py1856 def is_base_ty_like(self, base_ty: BaseTy) -> bool:
1876 class BaseTy(Enum): class
1907 def is_base_ty_like(self, base_ty: BaseTy) -> bool:
1928 def is_base_ty_like(self, base_ty: BaseTy) -> bool:
1952 def is_base_ty_like(self, base_ty: BaseTy) -> bool:
1984 def is_base_ty_like(self, base_ty: BaseTy) -> bool:
/aosp_15_r20/frameworks/compile/mclinker/include/mcld/ADT/
DHashTable.h36 typedef HashTableImpl<HashEntryTy, HashFunctionTy> BaseTy; typedef
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/BPF/
H A DBPFAbstractMemberAccess.cpp588 const DIType *BaseTy; in GetFieldInfo() local
748 DIType *BaseTy = nullptr; in computeBaseAndAccessKey() local
H A DBTFDebug.cpp246 const auto *BaseTy = DDTy->getBaseType(); in completeType() local
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/polly/
DScheduleTreeTransform.h130 using BaseTy = ScheduleTreeVisitor<Derived, RetTy, Args...>; member
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/polly/
DScheduleTreeTransform.h130 using BaseTy = ScheduleTreeVisitor<Derived, RetTy, Args...>; member
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/polly/
DScheduleTreeTransform.h130 using BaseTy = ScheduleTreeVisitor<Derived, RetTy, Args...>; member
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/polly/
DScheduleTreeTransform.h130 using BaseTy = ScheduleTreeVisitor<Derived, RetTy, Args...>; member
/aosp_15_r20/external/clang/lib/CodeGen/
H A DTargetInfo.cpp562 llvm::Type *BaseTy = in EmitVAArgInstr() local
4240 llvm::Type *BaseTy = CGT.ConvertType(QualType(Base, 0)); in classifyArgumentType() local
4306 llvm::Type *BaseTy = CGT.ConvertType(QualType(Base, 0)); in classifyReturnType() local
4593 llvm::Type *BaseTy = llvm::Type::getInt64Ty(getVMContext()); in classifyArgumentType() local
4643 llvm::Type *BaseTy = llvm::Type::getInt64Ty(getVMContext()); in classifyReturnType() local
4693 llvm::Type *BaseTy = CGF.ConvertType(Ty); in EmitAAPCSVAArg() local
4832 llvm::Type *BaseTy = CGF.ConvertType(QualType(Base, 0)); in EmitAAPCSVAArg() local
H A DCGRecordLayoutBuilder.cpp692 llvm::StructType *BaseTy = nullptr; in ComputeRecordLayout() local
H A DCGExpr.cpp3001 QualType BaseTy, QualType ElTy, in emitOMPArraySectionBase()
3035 QualType BaseTy; in EmitOMPArraySectionExpr() local
3774 QualType BaseTy = BaseExpr->getType(); in EmitCallExpr() local
/aosp_15_r20/external/clang/lib/Index/
H A DIndexBody.cpp96 auto BaseTy = ME->getBase()->IgnoreImpCasts()->getType(); in getRolesForRef() local
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/FuzzMutate/
H A DOperations.cpp265 auto *BaseTy = Cur[0]->getType(); in validInsertValueIndex() local
/aosp_15_r20/external/clang/lib/AST/
H A DType.cpp2171 const Type *BaseTy = getBaseElementTypeUnsafe(); in isLiteralType() local
2229 const Type *BaseTy = getBaseElementTypeUnsafe(); in isStandardLayoutType() local
2281 const Type *BaseTy = ty->getBaseElementTypeUnsafe(); in isCXX11PODType() local
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/
H A DArgumentPromotion.cpp609 Type *BaseTy = ByValTy; in isSafeToPromoteArgument() local
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/ARM/
H A DMVEGatherScatterLowering.cpp1227 Type *BaseTy = Builder.getInt8PtrTy(); in optimiseAddress() local
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
H A DSROA.cpp3276 Type *BaseTy; member in __anonc8fdb3420b11::AggLoadStoreRewriter::OpSplitter
3287 OpSplitter(Instruction *InsertionPoint, Value *Ptr, Type *BaseTy, in OpSplitter()

123