Home
last modified time | relevance | path

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

123

/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DAddress.h32 llvm::Type *ElementType; variable
36 AddressImpl(llvm::Value *Pointer, llvm::Type *ElementType, in AddressImpl()
48 llvm::PointerIntPair<llvm::Type *, 3, unsigned> ElementType; variable
51 AddressImpl(llvm::Value *Pointer, llvm::Type *ElementType, in AddressImpl()
81 Address(llvm::Value *Pointer, llvm::Type *ElementType, CharUnits Alignment) in Address()
H A DCGExprCXX.cpp989 const CXXNewExpr *E, QualType ElementType, llvm::Type *ElementTy, in EmitNewArrayInitializer()
1294 QualType ElementType, llvm::Type *ElementTy, in EmitNewInitializer()
1854 QualType ElementType; member
1870 QualType ElementType) { in pushCallObjectDeleteCleanup()
1881 QualType ElementType) { in EmitDestroyingObjectDelete()
1896 QualType ElementType, in EmitObjectDelete()
1996 QualType ElementType; member
H A DCGValue.h51 llvm::Type *ElementType; variable
182 llvm::Type *ElementType; variable
H A DCGCXXABI.cpp223 QualType ElementType) { in InitializeArrayCookie()
H A DCGDecl.cpp2330 QualType ElementType; member in __anon67b25ad70411::RegularPartialArrayDestroy
2353 QualType ElementType; member in __anon67b25ad70411::IrregularPartialArrayDestroy
/openbsd-src/gnu/llvm/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
/openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.brendan/
H A Dtemplate29.C5 A(ElementType) {} in A() argument
/openbsd-src/gnu/llvm/llvm/include/llvm/IR/
H A DDerivedTypes.h427 static VectorType *get(Type *ElementType, unsigned NumElements, in get()
433 static VectorType *get(Type *ElementType, const VectorType *Other) { in get()
533 static FixedVectorType *get(Type *ElementType, const FixedVectorType *FVTy) { in get()
580 static ScalableVectorType *get(Type *ElementType, in get()
651 static PointerType *getUnqual(Type *ElementType) { in getUnqual()
/openbsd-src/gnu/llvm/llvm/lib/IR/
H A DType.cpp640 ArrayType *ArrayType::get(Type *ElementType, uint64_t NumElements) { in get()
670 VectorType *VectorType::get(Type *ElementType, ElementCount EC) { in get()
686 FixedVectorType *FixedVectorType::get(Type *ElementType, unsigned NumElts) { in get()
707 ScalableVectorType *ScalableVectorType::get(Type *ElementType, in get()
H A DConstants.cpp2973 Constant *ConstantDataArray::getFP(Type *ElementType, ArrayRef<uint16_t> Elts) { in getFP()
2980 Constant *ConstantDataArray::getFP(Type *ElementType, ArrayRef<uint32_t> Elts) { in getFP()
2986 Constant *ConstantDataArray::getFP(Type *ElementType, ArrayRef<uint64_t> Elts) { in getFP()
3047 Constant *ConstantDataVector::getFP(Type *ElementType, in getFP()
3055 Constant *ConstantDataVector::getFP(Type *ElementType, in getFP()
3062 Constant *ConstantDataVector::getFP(Type *ElementType, in getFP()
/openbsd-src/gnu/llvm/llvm/lib/Target/DirectX/
H A DDXILResource.h80 std::optional<ComponentType> ElementType; member
/openbsd-src/gnu/llvm/llvm/tools/llvm-reduce/deltas/
H A DReduceOperands.cpp107 Type *ElementType = VT->getElementType(); in reduceOperandsOneDeltaPass() local
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DExpandVectorPredication.cpp446 auto *ElementType = in expandPredicationInMemoryIntrinsic() local
454 auto *ElementType = cast<VectorType>(VPI.getType())->getElementType(); in expandPredicationInMemoryIntrinsic() local
/openbsd-src/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/
H A DCheckPlacementNew.cpp75 QualType ElementType = NE->getAllocatedType(); in getExtentSizeOfNewTarget() local
H A DIteratorModeling.cpp638 QualType ElementType = PtrType->getPointeeType(); in handlePtrIncrOrDecr() local
/openbsd-src/gnu/llvm/llvm/include/llvm/Analysis/
H A DIVDescriptors.h399 Type *ElementType = nullptr; variable
/openbsd-src/gnu/llvm/llvm/lib/Analysis/
H A DIVDescriptors.cpp1267 Type *ElementType, in InductionDescriptor()
1573 Type *ElementType = PtrTy->isOpaque() in isInductionPHI() local
/openbsd-src/gnu/llvm/clang/lib/AST/
H A DType.cpp142 QualType ElementType, in getNumAddressingBits()
223 QualType ElementType, in DependentVectorType()
238 QualType ElementType, const Expr *SizeExpr, in Profile()
246 const ASTContext &Context, QualType ElementType, QualType can, in DependentSizedExtVectorType()
259 QualType ElementType, Expr *SizeExpr) { in Profile()
315 const ASTContext &CTX, QualType ElementType, QualType CanonicalType, in DependentSizedMatrixType()
323 QualType ElementType, Expr *RowExpr, in Profile()
/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DTreeTransform.h5280 QualType ElementType = getDerived().TransformType(TLB, TL.getElementLoc()); in TransformConstantArrayType() local
5326 QualType ElementType = getDerived().TransformType(TLB, TL.getElementLoc()); in TransformIncompleteArrayType() local
5354 QualType ElementType = getDerived().TransformType(TLB, TL.getElementLoc()); in TransformVariableArrayType() local
5401 QualType ElementType = getDerived().TransformType(TLB, TL.getElementLoc()); in TransformDependentSizedArrayType() local
5448 QualType ElementType = getDerived().TransformType(TLB, TL.getElementLoc()); in TransformDependentVectorType() local
5489 QualType ElementType = getDerived().TransformType(TLB, TL.getElementLoc()); in TransformDependentSizedExtVectorType() local
5531 QualType ElementType = getDerived().TransformType(T->getElementType()); in TransformConstantMatrixType() local
5557 QualType ElementType = getDerived().TransformType(T->getElementType()); in TransformDependentSizedMatrixType() local
5656 QualType ElementType = getDerived().TransformType(TLB, TL.getElementLoc()); in TransformVectorType() local
5679 QualType ElementType = getDerived().TransformType(TLB, TL.getElementLoc()); in TransformExtVectorType() local
[all …]
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Scalar/
H A DNaryReassociate.cpp432 Type *ElementType = GEP->getResultElementType(); in tryReassociateGEPAtIndex() local
/openbsd-src/gnu/llvm/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DProgramState.h799 inline SVal ProgramState::getLValue(QualType ElementType, SVal Idx, SVal Base) const{ in getLValue()
/openbsd-src/gnu/llvm/llvm/include/llvm/DebugInfo/CodeView/
H A DTypeRecord.h400 ArrayRecord(TypeIndex ElementType, TypeIndex IndexType, uint64_t Size, in ArrayRecord()
410 TypeIndex ElementType; variable
/openbsd-src/gnu/llvm/llvm/include/llvm/Frontend/OpenMP/
H A DOMPIRBuilder.h816 Type *ElementType; member

123