Home
last modified time | relevance | path

Searched defs:ElementType (Results 1 – 25 of 56) sorted by relevance

123

/freebsd/contrib/llvm-project/llvm/tools/llvm-pdbutil/
H A DPrettyVariableDumper.cpp115 auto ElementType = Symbol.getElementType(); in dump() local
123 auto ElementType = Symbol.getElementType(); in dumpRight() local
H A DPrettyFunctionDumper.cpp211 auto ElementType = Symbol.getElementType(); in dump() local
H A DPrettyTypeDumper.cpp301 auto ElementType = Symbol.getElementType(); in dump() local
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DDerivedTypes.h441 static VectorType *get(Type *ElementType, unsigned NumElements, in get()
447 static VectorType *get(Type *ElementType, const VectorType *Other) { in get()
547 static FixedVectorType *get(Type *ElementType, const FixedVectorType *FVTy) { in get()
594 static ScalableVectorType *get(Type *ElementType, in get()
662 static PointerType *getUnqual(Type *ElementType) { in getUnqual()
/freebsd/contrib/llvm-project/llvm/lib/Target/DirectX/
H A DDXILResource.h55 std::optional<hlsl::ElementType> ElementType; member
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DType.cpp647 ArrayType *ArrayType::get(Type *ElementType, uint64_t NumElements) { in get()
676 VectorType *VectorType::get(Type *ElementType, ElementCount EC) { in get()
692 FixedVectorType *FixedVectorType::get(Type *ElementType, unsigned NumElts) { in get()
713 ScalableVectorType *ScalableVectorType::get(Type *ElementType, in get()
H A DConstants.cpp2772 Constant *ConstantDataArray::getFP(Type *ElementType, ArrayRef<uint16_t> Elts) { in getFP()
2779 Constant *ConstantDataArray::getFP(Type *ElementType, ArrayRef<uint32_t> Elts) { in getFP()
2785 Constant *ConstantDataArray::getFP(Type *ElementType, ArrayRef<uint64_t> Elts) { in getFP()
2846 Constant *ConstantDataVector::getFP(Type *ElementType, in getFP()
2854 Constant *ConstantDataVector::getFP(Type *ElementType, in getFP()
2861 Constant *ConstantDataVector::getFP(Type *ElementType, in getFP()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DAddress.h31 llvm::Type *ElementType; variable
H A DCGExprCXX.cpp993 const CXXNewExpr *E, QualType ElementType, llvm::Type *ElementTy, in EmitNewArrayInitializer()
1313 QualType ElementType, llvm::Type *ElementTy, in EmitNewInitializer()
1880 QualType ElementType; member
1896 QualType ElementType) { in pushCallObjectDeleteCleanup()
1907 QualType ElementType) { in EmitDestroyingObjectDelete()
1922 QualType ElementType, in EmitObjectDelete()
2022 QualType ElementType; member
H A DCGValue.h51 llvm::Type *ElementType; variable
182 llvm::Type *ElementType; variable
H A DCGCXXABI.cpp220 QualType ElementType) { in InitializeArrayCookie()
H A DCGDecl.cpp2396 QualType ElementType; member in __anon9560ee680411::RegularPartialArrayDestroy
2419 QualType ElementType; member in __anon9560ee680411::IrregularPartialArrayDestroy
/freebsd/contrib/llvm-project/llvm/include/llvm/Frontend/HLSL/
H A DHLSLResource.h59 enum class ElementType : uint32_t { enum
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DExpandVectorPredication.cpp588 auto *ElementType = in expandPredicationInMemoryIntrinsic() local
596 auto *ElementType = cast<VectorType>(VPI.getType())->getElementType(); in expandPredicationInMemoryIntrinsic() local
/freebsd/contrib/llvm-project/llvm/lib/Target/SPIRV/
H A DSPIRVDuplicatesTracker.h166 const Type *ElementType; member
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DCheckPlacementNew.cpp75 QualType ElementType = NE->getAllocatedType(); in getExtentSizeOfNewTarget() local
H A DIteratorModeling.cpp633 QualType ElementType = PtrType->getPointeeType(); in handlePtrIncrOrDecr() local
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DType.cpp163 QualType ElementType, in getNumAddressingBits()
247 DependentVectorType::DependentVectorType(QualType ElementType, in DependentVectorType()
261 QualType ElementType, const Expr *SizeExpr, in Profile()
268 DependentSizedExtVectorType::DependentSizedExtVectorType(QualType ElementType, in DependentSizedExtVectorType()
282 QualType ElementType, Expr *SizeExpr) { in Profile()
335 DependentSizedMatrixType::DependentSizedMatrixType(QualType ElementType, in DependentSizedMatrixType()
346 QualType ElementType, Expr *RowExpr, in Profile()
1514 QualType ElementType = VT->getElementType(); in UseExcessPrecision() local
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DTreeTransform.h5375 QualType ElementType = getDerived().TransformType(TLB, TL.getElementLoc()); in TransformConstantArrayType() local
5629 QualType ElementType = getDerived().TransformType(T->getElementType()); in TransformConstantMatrixType() local
5655 QualType ElementType = getDerived().TransformType(T->getElementType()); in TransformDependentSizedMatrixType() local
12549 QualType ElementType in TransformCXXNewExpr() local
15048 QualType ElementType, ArraySizeModifier SizeMod, Expr *SizeExpr, in RebuildVariableArrayType()
15057 QualType ElementType, ArraySizeModifier SizeMod, Expr *SizeExpr, in RebuildDependentSizedArrayType()
15072 QualType TreeTransform<Derived>::RebuildVectorType(QualType ElementType, in RebuildVectorType()
15081 QualType ElementType, Expr *SizeExpr, SourceLocation AttributeLoc, in RebuildDependentVectorType()
15087 QualType TreeTransform<Derived>::RebuildExtVectorType(QualType ElementType, in RebuildExtVectorType()
15108 QualType ElementType, unsigned NumRows, unsigned NumColumns) { in RebuildConstantMatrixType()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DNaryReassociate.cpp432 Type *ElementType = GEP->getResultElementType(); in tryReassociateGEPAtIndex() local
/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DProgramState.h799 inline SVal ProgramState::getLValue(QualType ElementType, SVal Idx, SVal Base) const{ in getLValue()
H A DMemRegion.h1197 QualType ElementType; variable
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DTypeRecord.h400 ArrayRecord(TypeIndex ElementType, TypeIndex IndexType, uint64_t Size, in ArrayRecord()
410 TypeIndex ElementType; variable
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DExprEngineCallAndReturn.cpp212 auto ElementType = ThisElementRegion->getElementType(); in getElementCountOfArrayBeingDestructed() local
/freebsd/contrib/llvm-project/clang/lib/CodeGen/Targets/
H A DX86.cpp1876 QualType ElementType = VT->getElementType(); in classify() local
1900 QualType ElementType = VT->getElementType(); in classify() local

123