Home
last modified time | relevance | path

Searched defs:ElementType (Results 1 – 25 of 60) 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/include/llvm/Support/
H A DDXILABI.h75 enum class ElementType : uint32_t { enum
99 ElementType = 0, enumerator
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DAddress.h44 llvm::Type *ElementType; variable
137 llvm::Type *ElementType = nullptr; variable
H A DCGExprCXX.cpp996 const CXXNewExpr *E, QualType ElementType, llvm::Type *ElementTy, in EmitNewArrayInitializer()
1317 QualType ElementType, llvm::Type *ElementTy, in EmitNewInitializer()
1878 QualType ElementType; member
1894 QualType ElementType) { in pushCallObjectDeleteCleanup()
1905 QualType ElementType) { in EmitDestroyingObjectDelete()
1921 QualType ElementType, in EmitObjectDelete()
2019 QualType ElementType; member
H A DCGCXXABI.cpp230 QualType ElementType) { in InitializeArrayCookie()
H A DCGExprComplex.cpp291 QualType GetHigherPrecisionFPType(QualType ElementType) { in GetHigherPrecisionFPType()
306 QualType HigherPrecisionTypeForComplexArithmetic(QualType ElementType, in HigherPrecisionTypeForComplexArithmetic()
334 QualType ElementType = CT->getElementType(); in getPromotionType() local
/freebsd/contrib/llvm-project/llvm/lib/Target/SPIRV/
H A DSPIRVCallLowering.cpp207 SPIRVType *ElementType = GR->getOrCreateSPIRVType( in getArgSPIRVType() local
223 SPIRVType *ElementType = in getArgSPIRVType() local
248 SPIRVType *ElementType = GR->getOrCreateSPIRVType(ElementTy, MIRBuilder); in getArgSPIRVType() local
H A DSPIRVDuplicatesTracker.h129 inline SpecialTypeDescriptor make_descr_pointee(const Type *ElementType, in make_descr_pointee()
/freebsd/contrib/llvm-project/llvm/lib/Target/DirectX/
H A DDXILResource.h56 std::optional<dxil::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.cpp2917 Constant *ConstantDataArray::getFP(Type *ElementType, ArrayRef<uint16_t> Elts) { in getFP()
2924 Constant *ConstantDataArray::getFP(Type *ElementType, ArrayRef<uint32_t> Elts) { in getFP()
2930 Constant *ConstantDataArray::getFP(Type *ElementType, ArrayRef<uint64_t> Elts) { in getFP()
2991 Constant *ConstantDataVector::getFP(Type *ElementType, in getFP()
2999 Constant *ConstantDataVector::getFP(Type *ElementType, in getFP()
3006 Constant *ConstantDataVector::getFP(Type *ElementType, in getFP()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DExpandVectorPredication.cpp612 auto *ElementType = in expandPredicationInMemoryIntrinsic() local
620 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 DArrayBoundCheckerV2.cpp69 const std::optional<QualType> ElementType; member in __anonb48263820111::StateUpdateReporter
H A DIteratorModeling.cpp634 QualType ElementType = PtrType->getPointeeType(); in handlePtrIncrOrDecr() local
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DType.cpp179 QualType ElementType, in getNumAddressingBits()
263 DependentVectorType::DependentVectorType(QualType ElementType, in DependentVectorType()
277 QualType ElementType, const Expr *SizeExpr, in Profile()
284 DependentSizedExtVectorType::DependentSizedExtVectorType(QualType ElementType, in DependentSizedExtVectorType()
298 QualType ElementType, Expr *SizeExpr) { in Profile()
351 DependentSizedMatrixType::DependentSizedMatrixType(QualType ElementType, in DependentSizedMatrixType()
362 QualType ElementType, Expr *RowExpr, in Profile()
1576 QualType ElementType = VT->getElementType(); in UseExcessPrecision() local
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DTreeTransform.h5472 QualType ElementType = getDerived().TransformType(TLB, TL.getElementLoc()); in TransformConstantArrayType() local
5518 QualType ElementType = getDerived().TransformType(TLB, TL.getElementLoc()); in TransformIncompleteArrayType() local
5546 QualType ElementType = getDerived().TransformType(TLB, TL.getElementLoc()); in TransformVariableArrayType() local
5593 QualType ElementType = getDerived().TransformType(TLB, TL.getElementLoc()); in TransformDependentSizedArrayType() local
5643 QualType ElementType = getDerived().TransformType(TLB, TL.getElementLoc()); in TransformDependentVectorType() local
5684 QualType ElementType = getDerived().TransformType(TLB, TL.getElementLoc()); in TransformDependentSizedExtVectorType() local
5726 QualType ElementType = getDerived().TransformType(T->getElementType()); in TransformConstantMatrixType() local
5752 QualType ElementType = getDerived().TransformType(T->getElementType()); in TransformDependentSizedMatrixType() local
5851 QualType ElementType = getDerived().TransformType(TLB, TL.getElementLoc()); in TransformVectorType() local
5874 QualType ElementType = getDerived().TransformType(TLB, TL.getElementLoc()); in TransformExtVectorType() local
[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.h787 inline SVal ProgramState::getLValue(QualType ElementType, SVal Idx, SVal Base) const{ in getLValue()
/freebsd/contrib/llvm-project/llvm/lib/Target/NVPTX/
H A DNVPTXISelLowering.cpp1537 static bool adjustElementType(EVT &ElementType) { in adjustElementType()
1561 uint64_t Offset, EVT ElementType, in LowerUnalignedStoreParam()
1592 EVT ElementType, SDValue &InGlue, in LowerUnalignedLoadRetParam()
3368 uint64_t Offset, EVT ElementType, in LowerUnalignedStoreRet()
3457 EVT ElementType = ExtendIntegerRetVal ? MVT::i32 : VTs[i]; in LowerReturn() local
/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

123