| /freebsd/contrib/llvm-project/llvm/lib/SandboxIR/ |
| H A D | Type.cpp | 56 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 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/contrib/llvm-project/llvm/include/llvm/SandboxIR/ |
| H A D | Type.h | 330 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 D | Constant.h | 633 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 D | DXILABI.h | 58 enum class ElementType : uint32_t { enum 82 ElementType = 0, enumerator
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/IR/ |
| H A D | DerivedTypes.h | 468 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 D | Address.h | 44 llvm::Type *ElementType; variable 137 llvm::Type *ElementType = nullptr; variable
|
| H A D | CGExprCXX.cpp | 1001 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 D | CGCXXABI.cpp | 228 QualType ElementType) { in InitializeArrayCookie()
|
| H A D | CGExprComplex.cpp | 290 QualType HigherPrecisionTypeForComplexArithmetic(QualType ElementType) { in HigherPrecisionTypeForComplexArithmetic() 323 QualType ElementType = CT->getElementType(); in getPromotionType() local
|
| /freebsd/contrib/llvm-project/llvm/lib/IR/ |
| H A D | Type.cpp | 756 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 D | Constants.cpp | 2949 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 D | SPIRVLegalizePointerCast.cpp | 95 Value *loadFirstValueFromAggregate(IRBuilder<> &B, Type *ElementType, in loadFirstValueFromAggregate() 169 Value *makeExtractElement(IRBuilder<> &B, Type *ElementType, Value *Vector, in makeExtractElement()
|
| H A D | SPIRVIRMapping.h | 136 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 D | DXILLegalizePass.cpp | 96 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 D | ExpandVectorPredication.cpp | 453 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 D | CheckPlacementNew.cpp | 75 QualType ElementType = NE->getAllocatedType(); in getExtentSizeOfNewTarget() local
|
| H A D | ArrayBoundChecker.cpp | 83 const std::optional<QualType> ElementType; member in __anon612badfa0111::StateUpdateReporter
|
| H A D | IteratorModeling.cpp | 640 QualType ElementType = PtrType->getPointeeType(); in handlePtrIncrOrDecr() local
|
| /freebsd/contrib/llvm-project/clang/lib/AST/ |
| H A D | Type.cpp | 215 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 D | TreeTransform.h | 5700 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 D | NaryReassociate.cpp | 430 Type *ElementType = GEP->getResultElementType(); in tryReassociateGEPAtIndex() local
|
| /freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
| H A D | ProgramState.h | 780 inline SVal ProgramState::getLValue(QualType ElementType, SVal Idx, SVal Base) const{ in getLValue()
|