/freebsd/contrib/llvm-project/llvm/include/llvm/Support/ |
H A D | TrailingObjects.h | 242 getTrailingObjectsImpl(const BaseTy * Obj,TrailingObjectsBase::OverloadToken<BaseTy>) getTrailingObjectsImpl() argument 248 getTrailingObjectsImpl(BaseTy * Obj,TrailingObjectsBase::OverloadToken<BaseTy>) getTrailingObjectsImpl() argument 261 callNumTrailingObjects(const BaseTy * Obj,TrailingObjectsBase::OverloadToken<BaseTy>) callNumTrailingObjects() argument [all...] |
/freebsd/contrib/llvm-project/clang/lib/CodeGen/Targets/ |
H A D | AArch64.cpp | 66 llvm::Type *BaseTy = CGF.ConvertType(Ty); in EmitVAArg() local 376 llvm::Type *BaseTy = llvm::Type::getIntNTy(getVMContext(), Alignment); in classifyArgumentType() local 451 llvm::Type *BaseTy = llvm::Type::getInt64Ty(getVMContext()); in classifyReturnType() local 547 llvm::Type *BaseTy = CGF.ConvertType(Ty); in EmitAAPCSVAArg() local 680 llvm::Type *BaseTy = CGF.ConvertType(QualType(Base, 0)); in EmitAAPCSVAArg() local
|
H A D | PPC.cpp | 858 llvm::Type *BaseTy = CGT.ConvertType(QualType(Base, 0)); in classifyArgumentType() local 928 llvm::Type *BaseTy = CGT.ConvertType(QualType(Base, 0)); in classifyReturnType() local
|
/freebsd/contrib/llvm-project/llvm/lib/Target/BPF/ |
H A D | BPFAbstractMemberAccess.cpp | 729 const DIType *BaseTy; in GetFieldInfo() local 892 DIType *BaseTy = nullptr; in computeBaseAndAccessKey() local 1005 DIType *BaseTy = stripQualifiers(Ty, true); in computeAccessKey() local 1026 DIType *BaseTy = stripQualifiers(Ty, true); in computeAccessKey() local
|
H A D | BTFDebug.cpp | 308 const auto *BaseTy = DDTy->getBaseType(); in completeType() local 899 const DIType *BaseTy = DTy->getBaseType(); in visitTypeEntry() local
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/ |
H A D | VPlanAnalysis.cpp | 65 Type *BaseTy = inferScalarType(R->getOperand(0)); in inferScalarTypeForRecipe() local
|
/freebsd/contrib/llvm-project/llvm/lib/Target/SPIRV/ |
H A D | SPIRVPreLegalizer.cpp | 189 SPIRVType *BaseTy = GR->getOrCreateSPIRVType(ElemTy, MIB); in insertBitcasts() local 456 SPIRVType *BaseTy = GR->getOrCreateSPIRVType(ElementTy, MIB); in generateAssignInstrs() local
|
/freebsd/contrib/llvm-project/clang/lib/AST/Interp/ |
H A D | Pointer.cpp | 450 QualType BaseTy = Ctx.getASTContext().getRecordType(BD->Decl); in toRValue() local
|
/freebsd/contrib/llvm-project/llvm/lib/FuzzMutate/ |
H A D | Operations.cpp | 288 auto *BaseTy = Cur[0]->getType(); in validInsertValueIndex() local
|
/freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | ABIInfoImpl.cpp | 439 llvm::Type *BaseTy = llvm::PointerType::getUnqual(ElementTy); in EmitVAArgInstr() local
|
H A D | CGRecordLayoutBuilder.cpp | 1093 llvm::StructType *BaseTy = nullptr; in ComputeRecordLayout() local
|
H A D | CGExprCXX.cpp | 146 QualType BaseTy = BaseExpr->getType(); in EmitCXXPseudoDestructorExpr() local
|
H A D | CGExprScalar.cpp | 175 QualType BaseTy = Base->getType(); in getUnwidenedIntegerType() local 5550 llvm::Type *BaseTy = in EmitObjCIsaExpr() local
|
H A D | CGOpenMPRuntime.cpp | 896 static LValue loadToBegin(CodeGenFunction &CGF, QualType BaseTy, QualType ElTy, in loadToBegin() 915 static Address castToBase(CodeGenFunction &CGF, QualType BaseTy, QualType ElTy, in castToBase() 6685 QualType BaseTy = ArraySectionExpr::getBaseOriginalType( in getExprTypeSize() local 7738 QualType BaseTy = I.getType(); in getPlainLayout() local 7753 QualType BaseTy = I.getType(); in getPlainLayout() local
|
H A D | CGExpr.cpp | 4378 QualType BaseTy, QualType ElTy, in emitOMPArraySectionBase() 4420 QualType BaseTy = ArraySectionExpr::getBaseOriginalType(E->getBase()); in EmitArraySectionExpr() local
|
/freebsd/contrib/llvm-project/clang/lib/Index/ |
H A D | IndexBody.cpp | 104 auto BaseTy = ME->getBase()->IgnoreImpCasts()->getType(); in getRolesForRef() local
|
/freebsd/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaOpenACC.cpp | 1167 QualType BaseTy = ArraySectionExpr::getBaseOriginalType(ASExpr); in CheckReductionVar() local
|
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/ |
H A D | MVEGatherScatterLowering.cpp | 1233 Type *BaseTy = Builder.getPtrTy(); in optimiseAddress() local
|
/freebsd/contrib/llvm-project/clang/utils/TableGen/ |
H A D | ClangDiagnosticsEmitter.cpp | 799 using BaseTy = DiagTextVisitor<DiagTextDocPrinter>; typedef 941 using BaseTy = DiagTextVisitor<DiagTextPrinter>; typedef
|
/freebsd/contrib/llvm-project/clang/lib/AST/ |
H A D | Type.cpp | 2905 const Type *BaseTy = getBaseElementTypeUnsafe(); in isLiteralType() local 2978 const Type *BaseTy = getBaseElementTypeUnsafe(); in isStandardLayoutType() local 3017 const Type *BaseTy = ty->getBaseElementTypeUnsafe(); in isCXX11PODType() local
|
H A D | RecordLayoutBuilder.cpp | 2015 const Type *BaseTy = D->getType()->getBaseElementTypeUnsafe(); in LayoutField() local
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/ |
H A D | DwarfUnit.cpp | 1489 DIType *BaseTy = CTy->getBaseType(); in hasVectorBeenPadded() local
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
H A D | SROA.cpp | 3730 Type *BaseTy; member in __anondf5662880d11::AggLoadStoreRewriter::OpSplitter 3741 OpSplitter(Instruction *InsertionPoint, Value *Ptr, Type *BaseTy, in OpSplitter()
|
/freebsd/contrib/llvm-project/llvm/lib/IR/ |
H A D | DIBuilder.cpp | 378 DIDerivedType *DIBuilder::createInheritance(DIType *Ty, DIType *BaseTy, in createInheritance()
|
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/ |
H A D | RegionStore.cpp | 1887 QualType BaseTy = BaseRegion->getValueType(); in getDerivedSymbolForBinding() local
|