/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
|
/llvm-project/clang/test/CodeGenCUDA/ |
H A D | texture.cu | 16 ElementType = 0, enumerator
|
/llvm-project/llvm/include/llvm/IR/ |
H A D | DerivedTypes.h | 441 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 D | DXILResource.h | 56 std::optional<dxil::ElementType> ElementType; member
|
/llvm-project/clang/lib/CodeGen/ |
H A D | Address.h | 43 llvm::Type *ElementType; global() variable 120 llvm::Type *ElementType = nullptr; global() variable [all...] |
H A D | CGExprCXX.cpp | 996 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 D | CGExprComplex.cpp | 291 GetHigherPrecisionFPType(QualType ElementType) GetHigherPrecisionFPType() argument 306 HigherPrecisionTypeForComplexArithmetic(QualType ElementType,bool IsDivOpCode) HigherPrecisionTypeForComplexArithmetic() argument 333 QualType ElementType = CT->getElementType(); getPromotionType() local
|
H A D | CGCXXABI.cpp | 230 QualType ElementType) { in InitializeArrayCookie()
|
/llvm-project/llvm/lib/Target/SPIRV/ |
H A D | SPIRVCallLowering.cpp | 207 SPIRVType *ElementType = GR->getOrCreateSPIRVType( getArgSPIRVType() local 223 SPIRVType *ElementType = getArgSPIRVType() local 248 SPIRVType *ElementType = GR->getOrCreateSPIRVType(ElementTy, MIRBuilder); getArgSPIRVType() local
|
H A D | SPIRVDuplicatesTracker.h | 129 make_descr_pointee(const Type * ElementType,unsigned AddressSpace) make_descr_pointee() argument
|
/llvm-project/llvm/lib/IR/ |
H A D | Type.cpp | 647 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 D | Constants.cpp | 2917 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 D | constexpr-var.cu | 64 ElementType = 0, enumerator
|
H A D | const-var.cu | 63 ElementType = 0, enumerator
|
/llvm-project/llvm/include/llvm/Support/ |
H A D | DXILABI.h | 75 enum class ElementType : uint32_t { global() enum
|
/llvm-project/llvm/tools/llvm-reduce/deltas/ |
H A D | ReduceOperands.cpp | 107 Type *ElementType = VT->getElementType(); in reduceOperandsOneDeltaPass() local
|
/llvm-project/llvm/lib/CodeGen/ |
H A D | ExpandVectorPredication.cpp | 612 auto *ElementType = expandPredicationInMemoryIntrinsic() local 620 auto *ElementType = cast<VectorType>(VPI.getType())->getElementType(); expandPredicationInMemoryIntrinsic() local
|
/llvm-project/clang/lib/StaticAnalyzer/Checkers/ |
H A D | CheckPlacementNew.cpp | 75 QualType ElementType = NE->getAllocatedType(); in getExtentSizeOfNewTarget() local
|
/llvm-project/libc/benchmarks/automemcpy/lib/ |
H A D | CodeGen.cpp |
|
/llvm-project/polly/lib/Analysis/ |
H A D | ScopBuilder.cpp | 1448 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 D | TosaFolders.cpp | 138 using ElementType = std::decay_t<decltype(*std::begin(data))>; in transposeType() typedef
|
/llvm-project/polly/lib/Transform/ |
H A D | MaximalStaticExpansion.cpp | 370 auto ElementType = MA->getLatestScopArrayInfo()->getElementType(); in expandAccess() local
|
/llvm-project/clang/lib/AST/ |
H A D | Type.cpp | 179 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...] |