Home
last modified time | relevance | path

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

123

/freebsd/contrib/llvm-project/llvm/lib/SandboxIR/
H A DType.cpp56 ArrayType *ArrayType::get(Type *ElementType, uint64_t NumElements) { in get()
71 VectorType *VectorType::get(Type *ElementType, ElementCount EC) { in get()
113 FixedVectorType *FixedVectorType::get(Type *ElementType, unsigned NumElts) { in get()
118 ScalableVectorType *ScalableVectorType::get(Type *ElementType, in get()
/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/SandboxIR/
H A DType.h330 static VectorType *get(Type *ElementType, unsigned NumElements, in get()
337 static VectorType *get(Type *ElementType, const VectorType *Other) { in get()
362 static FixedVectorType *get(Type *ElementType, const FixedVectorType *FVTy) { in get()
407 static ScalableVectorType *get(Type *ElementType, in get()
H A DConstant.h633 static Constant *getFP(Type *ElementType, ArrayRef<uint16_t> Elts) { in getFP()
637 static Constant *getFP(Type *ElementType, ArrayRef<uint32_t> Elts) { in getFP()
641 static Constant *getFP(Type *ElementType, ArrayRef<uint64_t> Elts) { in getFP()
725 static Constant *getFP(Type *ElementType, ArrayRef<uint16_t> Elts) { in getFP()
729 static Constant *getFP(Type *ElementType, ArrayRef<uint32_t> Elts) { in getFP()
733 static Constant *getFP(Type *ElementType, ArrayRef<uint64_t> Elts) { in getFP()
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DDXILABI.h58 enum class ElementType : uint32_t { enum
82 ElementType = 0, enumerator
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DDerivedTypes.h468 static VectorType *get(Type *ElementType, unsigned NumElements, in get()
474 static VectorType *get(Type *ElementType, const VectorType *Other) { in get()
600 static FixedVectorType *get(Type *ElementType, const FixedVectorType *FVTy) { in get()
648 static ScalableVectorType *get(Type *ElementType, in get()
720 static PointerType *getUnqual(Type *ElementType) { in getUnqual()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DAddress.h44 llvm::Type *ElementType; variable
137 llvm::Type *ElementType = nullptr; variable
H A DCGExprCXX.cpp1001 const CXXNewExpr *E, QualType ElementType, llvm::Type *ElementTy, in EmitNewArrayInitializer()
1322 QualType ElementType, llvm::Type *ElementTy, in EmitNewInitializer()
1915 QualType ElementType; member
1931 QualType ElementType) { in pushCallObjectDeleteCleanup()
1942 QualType ElementType) { in EmitDestroyingObjectDelete()
1958 QualType ElementType, in EmitObjectDelete()
2056 QualType ElementType; member
H A DCGCXXABI.cpp228 QualType ElementType) { in InitializeArrayCookie()
H A DCGExprComplex.cpp290 QualType HigherPrecisionTypeForComplexArithmetic(QualType ElementType) { in HigherPrecisionTypeForComplexArithmetic()
323 QualType ElementType = CT->getElementType(); in getPromotionType() local
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DType.cpp756 ArrayType *ArrayType::get(Type *ElementType, uint64_t NumElements) { in get()
785 VectorType *VectorType::get(Type *ElementType, ElementCount EC) { in get()
805 FixedVectorType *FixedVectorType::get(Type *ElementType, unsigned NumElts) { in get()
827 ScalableVectorType *ScalableVectorType::get(Type *ElementType, in get()
H A DConstants.cpp2949 Constant *ConstantDataArray::getFP(Type *ElementType, ArrayRef<uint16_t> Elts) { in getFP()
2956 Constant *ConstantDataArray::getFP(Type *ElementType, ArrayRef<uint32_t> Elts) { in getFP()
2962 Constant *ConstantDataArray::getFP(Type *ElementType, ArrayRef<uint64_t> Elts) { in getFP()
3023 Constant *ConstantDataVector::getFP(Type *ElementType, in getFP()
3031 Constant *ConstantDataVector::getFP(Type *ElementType, in getFP()
3038 Constant *ConstantDataVector::getFP(Type *ElementType, in getFP()
/freebsd/contrib/llvm-project/llvm/lib/Target/SPIRV/
H A DSPIRVLegalizePointerCast.cpp95 Value *loadFirstValueFromAggregate(IRBuilder<> &B, Type *ElementType, in loadFirstValueFromAggregate()
169 Value *makeExtractElement(IRBuilder<> &B, Type *ElementType, Value *Vector, in makeExtractElement()
H A DSPIRVIRMapping.h136 inline IRHandle irhandle_pointee(const Type *ElementType, in irhandle_pointee()
147 inline IRHandle irhandle_vkbuffer(const Type *ElementType, in irhandle_vkbuffer()
/freebsd/contrib/llvm-project/llvm/lib/Target/DirectX/
H A DDXILLegalizePass.cpp96 Type *ElementType = NewOperands[0]->getType(); in fixI8UseChain() local
119 Type *ElementType = Load->getType(); in fixI8UseChain() local
222 Type *ElementType = BasePtr->getType(); in fixI8UseChain() local
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DExpandVectorPredication.cpp453 auto *ElementType = in expandPredicationInMemoryIntrinsic() local
461 auto *ElementType = cast<VectorType>(VPI.getType())->getElementType(); in expandPredicationInMemoryIntrinsic() local
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DCheckPlacementNew.cpp75 QualType ElementType = NE->getAllocatedType(); in getExtentSizeOfNewTarget() local
H A DArrayBoundChecker.cpp83 const std::optional<QualType> ElementType; member in __anon612badfa0111::StateUpdateReporter
H A DIteratorModeling.cpp640 QualType ElementType = PtrType->getPointeeType(); in handlePtrIncrOrDecr() local
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DType.cpp215 QualType ElementType, in getNumAddressingBits()
301 DependentVectorType::DependentVectorType(QualType ElementType, in DependentVectorType()
315 QualType ElementType, const Expr *SizeExpr, in Profile()
322 DependentSizedExtVectorType::DependentSizedExtVectorType(QualType ElementType, in DependentSizedExtVectorType()
335 QualType ElementType, in Profile()
389 DependentSizedMatrixType::DependentSizedMatrixType(QualType ElementType, in DependentSizedMatrixType()
400 QualType ElementType, Expr *RowExpr, in Profile()
1622 QualType ElementType = VT->getElementType(); in UseExcessPrecision() local
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DTreeTransform.h5700 QualType ElementType = getDerived().TransformType(TLB, TL.getElementLoc()); in TransformConstantArrayType() local
5746 QualType ElementType = getDerived().TransformType(TLB, TL.getElementLoc()); in TransformIncompleteArrayType() local
5774 QualType ElementType = getDerived().TransformType(TLB, TL.getElementLoc()); in TransformVariableArrayType() local
5821 QualType ElementType = getDerived().TransformType(TLB, TL.getElementLoc()); in TransformDependentSizedArrayType() local
5871 QualType ElementType = getDerived().TransformType(TLB, TL.getElementLoc()); in TransformDependentVectorType() local
5912 QualType ElementType = getDerived().TransformType(TLB, TL.getElementLoc()); in TransformDependentSizedExtVectorType() local
5954 QualType ElementType = getDerived().TransformType(T->getElementType()); in TransformConstantMatrixType() local
5980 QualType ElementType = getDerived().TransformType(T->getElementType()); in TransformDependentSizedMatrixType() local
6078 QualType ElementType = getDerived().TransformType(TLB, TL.getElementLoc()); in TransformVectorType() local
6101 QualType ElementType = getDerived().TransformType(TLB, TL.getElementLoc()); in TransformExtVectorType() local
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DNaryReassociate.cpp430 Type *ElementType = GEP->getResultElementType(); in tryReassociateGEPAtIndex() local
/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DProgramState.h780 inline SVal ProgramState::getLValue(QualType ElementType, SVal Idx, SVal Base) const{ in getLValue()

123