/freebsd-src/contrib/llvm-project/llvm/tools/llvm-pdbutil/ |
H A D | PrettyVariableDumper.cpp | 115 auto ElementType = Symbol.getElementType(); in dump() local 123 auto ElementType = Symbol.getElementType(); in dumpRight() local
|
H A D | PrettyFunctionDumper.cpp | 211 auto ElementType = Symbol.getElementType(); in dump() local
|
H A D | PrettyTypeDumper.cpp | 301 auto ElementType = Symbol.getElementType(); in dump() local
|
/freebsd-src/contrib/llvm-project/llvm/include/llvm/IR/ |
H A D | DerivedTypes.h | 441 static VectorType *get(Type *ElementType, unsigned NumElements, in get() argument 447 static VectorType *get(Type *ElementType, const VectorType *Other) { in get() argument 547 static FixedVectorType *get(Type *ElementType, const FixedVectorType *FVTy) { in get() argument 594 get(Type * ElementType,const ScalableVectorType * SVTy) get() argument 662 getUnqual(Type * ElementType) getUnqual() argument [all...] |
/freebsd-src/contrib/llvm-project/llvm/lib/Target/DirectX/ |
H A D | DXILResource.h | 55 std::optional<hlsl::ElementType> ElementType; global() member
|
/freebsd-src/contrib/llvm-project/llvm/lib/IR/ |
H A D | Type.cpp | 647 ArrayType *ArrayType::get(Type *ElementType, uint64_t NumElements) { in get() argument 676 VectorType *VectorType::get(Type *ElementType, ElementCount EC) { in get() argument 692 FixedVectorType *FixedVectorType::get(Type *ElementType, unsigned NumElts) { in get() argument 713 get(Type * ElementType,unsigned MinNumElts) get() argument [all...] |
H A D | Constants.cpp | 2772 getFP(Type * ElementType,ArrayRef<uint16_t> Elts) getFP() argument 2779 getFP(Type * ElementType,ArrayRef<uint32_t> Elts) getFP() argument 2785 getFP(Type * ElementType,ArrayRef<uint64_t> Elts) getFP() argument 2846 getFP(Type * ElementType,ArrayRef<uint16_t> Elts) getFP() argument 2854 getFP(Type * ElementType,ArrayRef<uint32_t> Elts) getFP() argument 2861 getFP(Type * ElementType,ArrayRef<uint64_t> Elts) getFP() argument [all...] |
/freebsd-src/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | Address.h | 31 llvm::Type *ElementType; global() variable [all...] |
H A D | CGExprCXX.cpp | 993 EmitNewArrayInitializer(const CXXNewExpr * E,QualType ElementType,llvm::Type * ElementTy,Address BeginPtr,llvm::Value * NumElements,llvm::Value * AllocSizeWithoutCookie) EmitNewArrayInitializer() argument 1313 EmitNewInitializer(CodeGenFunction & CGF,const CXXNewExpr * E,QualType ElementType,llvm::Type * ElementTy,Address NewPtr,llvm::Value * NumElements,llvm::Value * AllocSizeWithoutCookie) EmitNewInitializer() argument 1880 QualType ElementType; global() member 1896 pushCallObjectDeleteCleanup(const FunctionDecl * OperatorDelete,llvm::Value * CompletePtr,QualType ElementType) pushCallObjectDeleteCleanup() argument 1907 EmitDestroyingObjectDelete(CodeGenFunction & CGF,const CXXDeleteExpr * DE,Address Ptr,QualType ElementType) EmitDestroyingObjectDelete() argument 1922 EmitObjectDelete(CodeGenFunction & CGF,const CXXDeleteExpr * DE,Address Ptr,QualType ElementType,llvm::BasicBlock * UnconditionalDeleteBlock) EmitObjectDelete() argument 2022 QualType ElementType; global() member [all...] |
H A D | CGValue.h | 51 llvm::Type *ElementType; global() variable 182 llvm::Type *ElementType; global() variable
|
H A D | CGCXXABI.cpp | 220 InitializeArrayCookie(CodeGenFunction & CGF,Address NewPtr,llvm::Value * NumElements,const CXXNewExpr * expr,QualType ElementType) InitializeArrayCookie() argument
|
H A D | CGDecl.cpp | 2396 QualType ElementType; global() member in __anon840fb2320411::RegularPartialArrayDestroy 2419 QualType ElementType; global() member in __anon840fb2320411::IrregularPartialArrayDestroy
|
/freebsd-src/contrib/llvm-project/llvm/include/llvm/Frontend/HLSL/ |
H A D | HLSLResource.h | 59 enum class ElementType : uint32_t { global() enum
|
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/ |
H A D | ExpandVectorPredication.cpp | 588 auto *ElementType = expandPredicationInMemoryIntrinsic() local 596 auto *ElementType = cast<VectorType>(VPI.getType())->getElementType(); expandPredicationInMemoryIntrinsic() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/Target/SPIRV/ |
H A D | SPIRVDuplicatesTracker.h | 166 const Type *ElementType; global() member
|
/freebsd-src/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/ |
H A D | CheckPlacementNew.cpp | 75 QualType ElementType = NE->getAllocatedType(); in getExtentSizeOfNewTarget() local
|
H A D | IteratorModeling.cpp | 633 QualType ElementType = PtrType->getPointeeType(); handlePtrIncrOrDecr() local
|
/freebsd-src/contrib/llvm-project/clang/lib/AST/ |
H A D | Type.cpp | 268 ElementType->getDependence() | in DependentSizedExtVectorType() argument 163 getNumAddressingBits(const ASTContext & Context,QualType ElementType,const llvm::APInt & NumElements) getNumAddressingBits() argument 247 DependentVectorType(QualType ElementType,QualType CanonType,Expr * SizeExpr,SourceLocation Loc,VectorKind VecKind) DependentVectorType() argument 261 Profile(llvm::FoldingSetNodeID & ID,const ASTContext & Context,QualType ElementType,const Expr * SizeExpr,VectorKind VecKind) Profile() argument 282 Profile(llvm::FoldingSetNodeID & ID,const ASTContext & Context,QualType ElementType,Expr * SizeExpr) Profile() argument 335 DependentSizedMatrixType(QualType ElementType,QualType CanonicalType,Expr * RowExpr,Expr * ColumnExpr,SourceLocation loc) DependentSizedMatrixType() argument 346 Profile(llvm::FoldingSetNodeID & ID,const ASTContext & CTX,QualType ElementType,Expr * RowExpr,Expr * ColumnExpr) Profile() argument 1514 QualType ElementType = VT->getElementType(); UseExcessPrecision() local [all...] |
/freebsd-src/contrib/llvm-project/clang/lib/Sema/ |
H A D | TreeTransform.h | 5375 QualType ElementType = getDerived().TransformType(TLB, TL.getElementLoc()); TransformConstantArrayType() local 5421 QualType ElementType = getDerived().TransformType(TLB, TL.getElementLoc()); TransformIncompleteArrayType() local 5449 QualType ElementType = getDerived().TransformType(TLB, TL.getElementLoc()); TransformVariableArrayType() local 5496 QualType ElementType = getDerived().TransformType(TLB, TL.getElementLoc()); TransformDependentSizedArrayType() local 5546 QualType ElementType = getDerived().TransformType(TLB, TL.getElementLoc()); TransformDependentVectorType() local 5587 QualType ElementType = getDerived().TransformType(TLB, TL.getElementLoc()); TransformDependentSizedExtVectorType() local 5629 QualType ElementType = getDerived().TransformType(T->getElementType()); TransformConstantMatrixType() local 5655 QualType ElementType = getDerived().TransformType(T->getElementType()); TransformDependentSizedMatrixType() local 5754 QualType ElementType = getDerived().TransformType(TLB, TL.getElementLoc()); TransformVectorType() local 5777 QualType ElementType = getDerived().TransformType(TLB, TL.getElementLoc()); TransformExtVectorType() local 12549 QualType ElementType TransformCXXNewExpr() local 15001 RebuildArrayType(QualType ElementType,ArraySizeModifier SizeMod,const llvm::APInt * Size,Expr * SizeExpr,unsigned IndexTypeQuals,SourceRange BracketsRange) RebuildArrayType() argument 15032 RebuildConstantArrayType(QualType ElementType,ArraySizeModifier SizeMod,const llvm::APInt & Size,Expr * SizeExpr,unsigned IndexTypeQuals,SourceRange BracketsRange) RebuildConstantArrayType() argument 15040 RebuildIncompleteArrayType(QualType ElementType,ArraySizeModifier SizeMod,unsigned IndexTypeQuals,SourceRange BracketsRange) RebuildIncompleteArrayType() argument 15048 RebuildVariableArrayType(QualType ElementType,ArraySizeModifier SizeMod,Expr * SizeExpr,unsigned IndexTypeQuals,SourceRange BracketsRange) RebuildVariableArrayType() argument 15057 RebuildDependentSizedArrayType(QualType ElementType,ArraySizeModifier SizeMod,Expr * SizeExpr,unsigned IndexTypeQuals,SourceRange BracketsRange) RebuildDependentSizedArrayType() argument 15072 RebuildVectorType(QualType ElementType,unsigned NumElements,VectorKind VecKind) RebuildVectorType() argument 15081 RebuildDependentVectorType(QualType ElementType,Expr * SizeExpr,SourceLocation AttributeLoc,VectorKind VecKind) RebuildDependentVectorType() argument 15087 RebuildExtVectorType(QualType ElementType,unsigned NumElements,SourceLocation AttributeLoc) RebuildExtVectorType() argument 15100 RebuildDependentSizedExtVectorType(QualType ElementType,Expr * SizeExpr,SourceLocation AttributeLoc) RebuildDependentSizedExtVectorType() argument 15108 RebuildConstantMatrixType(QualType ElementType,unsigned NumRows,unsigned NumColumns) RebuildConstantMatrixType() argument 15115 RebuildDependentSizedMatrixType(QualType ElementType,Expr * RowExpr,Expr * ColumnExpr,SourceLocation AttributeLoc) RebuildDependentSizedMatrixType() argument [all...] |
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
H A D | NaryReassociate.cpp | 432 Type *ElementType = GEP->getResultElementType(); in tryReassociateGEPAtIndex() local
|
/freebsd-src/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
H A D | ProgramState.h | 799 getLValue(QualType ElementType,SVal Idx,SVal Base) getLValue() argument
|
/freebsd-src/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/ |
H A D | TypeRecord.h | 400 ArrayRecord(TypeIndex ElementType, TypeIndex IndexType, uint64_t Size, in ArrayRecord() 410 TypeIndex ElementType; variable
|
/freebsd-src/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/ |
H A D | ExprEngineCallAndReturn.cpp | 212 auto ElementType = ThisElementRegion->getElementType(); in getElementCountOfArrayBeingDestructed() local
|
/freebsd-src/contrib/llvm-project/clang/lib/CodeGen/Targets/ |
H A D | X86.cpp | 1876 QualType ElementType = VT->getElementType(); classify() local 1900 QualType ElementType = VT->getElementType(); classify() local
|
/freebsd-src/contrib/llvm-project/llvm/include/llvm/Frontend/OpenMP/ |
H A D | OMPIRBuilder.h | 1250 Type *ElementType; global() member
|