Home
last modified time | relevance | path

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

12

/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DTrailingObjects.h242 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 DAArch64.cpp66 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 DPPC.cpp858 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 DBPFAbstractMemberAccess.cpp729 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 DBTFDebug.cpp308 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 DVPlanAnalysis.cpp65 Type *BaseTy = inferScalarType(R->getOperand(0)); in inferScalarTypeForRecipe() local
/freebsd/contrib/llvm-project/llvm/lib/Target/SPIRV/
H A DSPIRVPreLegalizer.cpp189 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 DPointer.cpp450 QualType BaseTy = Ctx.getASTContext().getRecordType(BD->Decl); in toRValue() local
/freebsd/contrib/llvm-project/llvm/lib/FuzzMutate/
H A DOperations.cpp288 auto *BaseTy = Cur[0]->getType(); in validInsertValueIndex() local
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DABIInfoImpl.cpp439 llvm::Type *BaseTy = llvm::PointerType::getUnqual(ElementTy); in EmitVAArgInstr() local
H A DCGRecordLayoutBuilder.cpp1093 llvm::StructType *BaseTy = nullptr; in ComputeRecordLayout() local
H A DCGExprCXX.cpp146 QualType BaseTy = BaseExpr->getType(); in EmitCXXPseudoDestructorExpr() local
H A DCGExprScalar.cpp175 QualType BaseTy = Base->getType(); in getUnwidenedIntegerType() local
5550 llvm::Type *BaseTy = in EmitObjCIsaExpr() local
H A DCGOpenMPRuntime.cpp896 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 DCGExpr.cpp4378 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 DIndexBody.cpp104 auto BaseTy = ME->getBase()->IgnoreImpCasts()->getType(); in getRolesForRef() local
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaOpenACC.cpp1167 QualType BaseTy = ArraySectionExpr::getBaseOriginalType(ASExpr); in CheckReductionVar() local
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DMVEGatherScatterLowering.cpp1233 Type *BaseTy = Builder.getPtrTy(); in optimiseAddress() local
/freebsd/contrib/llvm-project/clang/utils/TableGen/
H A DClangDiagnosticsEmitter.cpp799 using BaseTy = DiagTextVisitor<DiagTextDocPrinter>; typedef
941 using BaseTy = DiagTextVisitor<DiagTextPrinter>; typedef
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DType.cpp2905 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 DRecordLayoutBuilder.cpp2015 const Type *BaseTy = D->getType()->getBaseElementTypeUnsafe(); in LayoutField() local
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfUnit.cpp1489 DIType *BaseTy = CTy->getBaseType(); in hasVectorBeenPadded() local
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DSROA.cpp3730 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 DDIBuilder.cpp378 DIDerivedType *DIBuilder::createInheritance(DIType *Ty, DIType *BaseTy, in createInheritance()
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DRegionStore.cpp1887 QualType BaseTy = BaseRegion->getValueType(); in getDerivedSymbolForBinding() local

12