Home
last modified time | relevance | path

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

123

/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
/llvm-project/clang/test/CodeGenCUDA/
H A Dtexture.cu16 ElementType = 0, enumerator
/llvm-project/llvm/include/llvm/IR/
H A DDerivedTypes.h441 get(Type * ElementType,unsigned NumElements,bool Scalable) get() argument
447 get(Type * ElementType,const VectorType * Other) get() argument
547 get(Type * ElementType,const FixedVectorType * FVTy) get() argument
594 get(Type * ElementType,const ScalableVectorType * SVTy) get() argument
662 getUnqual(Type * ElementType) getUnqual() argument
[all...]
/llvm-project/llvm/lib/Target/DirectX/
H A DDXILResource.h56 std::optional<dxil::ElementType> ElementType; member
/llvm-project/clang/lib/CodeGen/
H A DAddress.h43 llvm::Type *ElementType; global() variable
120 llvm::Type *ElementType = nullptr; global() variable
[all...]
H A DCGExprCXX.cpp996 EmitNewArrayInitializer(const CXXNewExpr * E,QualType ElementType,llvm::Type * ElementTy,Address BeginPtr,llvm::Value * NumElements,llvm::Value * AllocSizeWithoutCookie) EmitNewArrayInitializer() argument
1317 EmitNewInitializer(CodeGenFunction & CGF,const CXXNewExpr * E,QualType ElementType,llvm::Type * ElementTy,Address NewPtr,llvm::Value * NumElements,llvm::Value * AllocSizeWithoutCookie) EmitNewInitializer() argument
1878 QualType ElementType; global() member
1894 pushCallObjectDeleteCleanup(const FunctionDecl * OperatorDelete,llvm::Value * CompletePtr,QualType ElementType) pushCallObjectDeleteCleanup() argument
1905 EmitDestroyingObjectDelete(CodeGenFunction & CGF,const CXXDeleteExpr * DE,Address Ptr,QualType ElementType) EmitDestroyingObjectDelete() argument
1921 EmitObjectDelete(CodeGenFunction & CGF,const CXXDeleteExpr * DE,Address Ptr,QualType ElementType,llvm::BasicBlock * UnconditionalDeleteBlock) EmitObjectDelete() argument
2019 QualType ElementType; global() member
[all...]
H A DCGExprComplex.cpp291 GetHigherPrecisionFPType(QualType ElementType) GetHigherPrecisionFPType() argument
306 HigherPrecisionTypeForComplexArithmetic(QualType ElementType,bool IsDivOpCode) HigherPrecisionTypeForComplexArithmetic() argument
333 QualType ElementType = CT->getElementType(); getPromotionType() local
H A DCGCXXABI.cpp230 QualType ElementType) { in InitializeArrayCookie()
/llvm-project/llvm/lib/Target/SPIRV/
H A DSPIRVCallLowering.cpp207 SPIRVType *ElementType = GR->getOrCreateSPIRVType( getArgSPIRVType() local
223 SPIRVType *ElementType = getArgSPIRVType() local
248 SPIRVType *ElementType = GR->getOrCreateSPIRVType(ElementTy, MIRBuilder); getArgSPIRVType() local
H A DSPIRVDuplicatesTracker.h129 make_descr_pointee(const Type * ElementType,unsigned AddressSpace) make_descr_pointee() argument
/llvm-project/llvm/lib/IR/
H A DType.cpp647 get(Type * ElementType,uint64_t NumElements) get() argument
676 get(Type * ElementType,ElementCount EC) get() argument
692 get(Type * ElementType,unsigned NumElts) get() argument
713 get(Type * ElementType,unsigned MinNumElts) get() argument
[all...]
H A DConstants.cpp2917 getFP(Type * ElementType,ArrayRef<uint16_t> Elts) getFP() argument
2924 getFP(Type * ElementType,ArrayRef<uint32_t> Elts) getFP() argument
2930 getFP(Type * ElementType,ArrayRef<uint64_t> Elts) getFP() argument
2991 getFP(Type * ElementType,ArrayRef<uint16_t> Elts) getFP() argument
2999 getFP(Type * ElementType,ArrayRef<uint32_t> Elts) getFP() argument
3006 getFP(Type * ElementType,ArrayRef<uint64_t> Elts) getFP() argument
[all...]
/llvm-project/clang/test/SemaCUDA/
H A Dconstexpr-var.cu64 ElementType = 0, enumerator
H A Dconst-var.cu63 ElementType = 0, enumerator
/llvm-project/llvm/include/llvm/Support/
H A DDXILABI.h75 enum class ElementType : uint32_t { global() enum
/llvm-project/llvm/tools/llvm-reduce/deltas/
H A DReduceOperands.cpp107 Type *ElementType = VT->getElementType(); in reduceOperandsOneDeltaPass() local
/llvm-project/llvm/lib/CodeGen/
H A DExpandVectorPredication.cpp612 auto *ElementType = expandPredicationInMemoryIntrinsic() local
620 auto *ElementType = cast<VectorType>(VPI.getType())->getElementType(); expandPredicationInMemoryIntrinsic() local
/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DCheckPlacementNew.cpp75 QualType ElementType = NE->getAllocatedType(); in getExtentSizeOfNewTarget() local
/llvm-project/libc/benchmarks/automemcpy/lib/
H A DCodeGen.cpp
/llvm-project/polly/lib/Analysis/
H A DScopBuilder.cpp1448 Type *ElementType = Val->getType(); in buildAccessMultiDimFixed() local
1518 Type *ElementType = Val->getType(); in buildAccessMultiDimParam() local
1691 Type *ElementType = Val->getType(); in buildAccessSingleDim() local
2116 Value *BaseAddress, Type *ElementType, bool Affine, Value *AccessValue, in addMemoryAccess() argument
2154 addArrayAccess(ScopStmt * Stmt,MemAccInst MemAccInst,MemoryAccess::AccessType AccType,Value * BaseAddress,Type * ElementType,bool IsAffine,ArrayRef<const SCEV * > Subscripts,ArrayRef<const SCEV * > Sizes,Value * AccessValue) addArrayAccess() argument
3086 Type *ElementType = Access->getElementType(); buildAccessRelations() local
[all...]
/llvm-project/mlir/lib/Dialect/Tosa/Transforms/
H A DTosaFolders.cpp138 using ElementType = std::decay_t<decltype(*std::begin(data))>; in transposeType() typedef
/llvm-project/polly/lib/Transform/
H A DMaximalStaticExpansion.cpp370 auto ElementType = MA->getLatestScopArrayInfo()->getElementType(); in expandAccess() local
/llvm-project/clang/lib/AST/
H A DType.cpp179 getNumAddressingBits(const ASTContext & Context,QualType ElementType,const llvm::APInt & NumElements) getNumAddressingBits() argument
263 DependentVectorType(QualType ElementType,QualType CanonType,Expr * SizeExpr,SourceLocation Loc,VectorKind VecKind) DependentVectorType() argument
277 Profile(llvm::FoldingSetNodeID & ID,const ASTContext & Context,QualType ElementType,const Expr * SizeExpr,VectorKind VecKind) Profile() argument
284 DependentSizedExtVectorType(QualType ElementType,QualType can,Expr * SizeExpr,SourceLocation loc) DependentSizedExtVectorType() argument
298 Profile(llvm::FoldingSetNodeID & ID,const ASTContext & Context,QualType ElementType,Expr * SizeExpr) Profile() argument
351 DependentSizedMatrixType(QualType ElementType,QualType CanonicalType,Expr * RowExpr,Expr * ColumnExpr,SourceLocation loc) DependentSizedMatrixType() argument
362 Profile(llvm::FoldingSetNodeID & ID,const ASTContext & CTX,QualType ElementType,Expr * RowExpr,Expr * ColumnExpr) Profile() argument
1576 QualType ElementType = VT->getElementType(); UseExcessPrecision() local
[all...]

123