/freebsd-src/contrib/llvm-project/llvm/include/llvm/Support/ |
H A D | TrailingObjects.h | 242 TrailingObjectsBase::OverloadToken<BaseTy>) { in getTrailingObjectsImpl() 248 TrailingObjectsBase::OverloadToken<BaseTy>) { in getTrailingObjectsImpl() 261 TrailingObjectsBase::OverloadToken<BaseTy>) { in callNumTrailingObjects()
|
/freebsd-src/contrib/llvm-project/clang/lib/CodeGen/Targets/ |
H A D | AArch64.cpp | 61 llvm::Type *BaseTy = CGF.ConvertType(Ty); EmitVAArg() local 360 llvm::Type *BaseTy = llvm::Type::getIntNTy(getVMContext(), Alignment); classifyArgumentType() local 435 llvm::Type *BaseTy = llvm::Type::getInt64Ty(getVMContext()); classifyReturnType() local 530 llvm::Type *BaseTy = CGF.ConvertType(Ty); EmitAAPCSVAArg() local 662 llvm::Type *BaseTy = CGF.ConvertType(QualType(Base, 0)); EmitAAPCSVAArg() local [all...] |
H A D | PPC.cpp | 801 llvm::Type *BaseTy = CGT.ConvertType(QualType(Base, 0)); classifyArgumentType() local 871 llvm::Type *BaseTy = CGT.ConvertType(QualType(Base, 0)); classifyReturnType() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/Target/BPF/ |
H A D | BPFAbstractMemberAccess.cpp | 728 const DIType *BaseTy; GetFieldInfo() local 891 DIType *BaseTy = nullptr; computeBaseAndAccessKey() local 1004 DIType *BaseTy = stripQualifiers(Ty, true); computeAccessKey() local 1025 DIType *BaseTy = stripQualifiers(Ty, true); computeAccessKey() local [all...] |
H A D | BTFDebug.cpp | 307 const auto *BaseTy = DDTy->getBaseType(); completeType() local 898 const DIType *BaseTy = DTy->getBaseType(); visitTypeEntry() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/Target/SPIRV/ |
H A D | SPIRVPreLegalizer.cpp | 140 SPIRVType *BaseTy = GR->getOrCreateSPIRVType( insertBitcasts() local 268 SPIRVType *BaseTy = GR->getOrCreateSPIRVType( generateAssignInstrs() local
|
H A D | SPIRVBuiltins.cpp | 1507 Type *BaseTy = IntegerType::get(MF.getFunction().getContext(), BitWidth); buildNDRange() local
|
/freebsd-src/contrib/llvm-project/clang/lib/AST/Interp/ |
H A D | Pointer.cpp | 299 QualType BaseTy = Ctx.getASTContext().getRecordType(BD->Decl); toRValue() local
|
/freebsd-src/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | ABIInfoImpl.cpp | 401 llvm::Type *BaseTy = llvm::PointerType::getUnqual(ElementTy); EmitVAArgInstr() local
|
H A D | CGRecordLayoutBuilder.cpp | 896 llvm::StructType *BaseTy = nullptr; ComputeRecordLayout() local
|
H A D | CGExprCXX.cpp | 146 QualType BaseTy = BaseExpr->getType(); in EmitCXXPseudoDestructorExpr() local
|
H A D | CGExprScalar.cpp | 161 QualType BaseTy = Base->getType(); getUnwidenedIntegerType() local 5210 llvm::Type *BaseTy = EmitObjCIsaExpr() local
|
H A D | CGExpr.cpp | 4336 emitOMPArraySectionBase(CodeGenFunction & CGF,const Expr * Base,LValueBaseInfo & BaseInfo,TBAAAccessInfo & TBAAInfo,QualType BaseTy,QualType ElTy,bool IsLowerBound) emitOMPArraySectionBase() argument 4374 QualType BaseTy = OMPArraySectionExpr::getBaseOriginalType(E->getBase()); EmitOMPArraySectionExpr() local [all...] |
/freebsd-src/contrib/llvm-project/llvm/lib/FuzzMutate/ |
H A D | Operations.cpp | 288 auto *BaseTy = Cur[0]->getType(); in validInsertValueIndex() local
|
/freebsd-src/contrib/llvm-project/clang/lib/Index/ |
H A D | IndexBody.cpp | 104 auto BaseTy = ME->getBase()->IgnoreImpCasts()->getType(); in getRolesForRef() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/Target/ARM/ |
H A D | MVEGatherScatterLowering.cpp | 1227 Type *BaseTy = Builder.getPtrTy(); optimiseAddress() local
|
/freebsd-src/contrib/llvm-project/clang/utils/TableGen/ |
H A D | ClangDiagnosticsEmitter.cpp | 799 using BaseTy = DiagTextVisitor<DiagTextDocPrinter>; typedef 945 using BaseTy = DiagTextVisitor<DiagTextPrinter>; global() typedef
|
/freebsd-src/contrib/llvm-project/clang/lib/AST/ |
H A D | Type.cpp | 2843 const Type *BaseTy = getBaseElementTypeUnsafe(); isLiteralType() local 2916 const Type *BaseTy = getBaseElementTypeUnsafe(); isStandardLayoutType() local 2955 const Type *BaseTy = ty->getBaseElementTypeUnsafe(); isCXX11PODType() local [all...] |
H A D | RecordLayoutBuilder.cpp | 2008 const Type *BaseTy = D->getType()->getBaseElementTypeUnsafe(); LayoutField() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/ |
H A D | DwarfUnit.cpp | 1456 DIType *BaseTy = CTy->getBaseType(); hasVectorBeenPadded() local
|
H A D | CodeViewDebug.cpp | 2014 const DIType *BaseTy = Ty; in lowerTypeModifier() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
H A D | SROA.cpp | 3763 Type *BaseTy; global() member in __anon971df9da0d11::AggLoadStoreRewriter::OpSplitter 3774 OpSplitter(Instruction * InsertionPoint,Value * Ptr,Type * BaseTy,Align BaseAlign,const DataLayout & DL,IRBuilderTy & IRB) OpSplitter() argument [all...] |
/freebsd-src/contrib/llvm-project/llvm/lib/IR/ |
H A D | DIBuilder.cpp | 352 createInheritance(DIType * Ty,DIType * BaseTy,uint64_t BaseOffset,uint32_t VBPtrOffset,DINode::DIFlags Flags) createInheritance() argument
|
/freebsd-src/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/ |
H A D | RegionStore.cpp | 1887 QualType BaseTy = BaseRegion->getValueType(); in getDerivedSymbolForBinding() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Vectorize/ |
H A D | VPlan.h | 3035 using BaseTy = std::conditional_t<std::is_const<BlockTy>::value, blocksOnly() local
|