/llvm-project/clang/lib/StaticAnalyzer/Core/ |
H A D | DynamicExtent.cpp | 62 DefinedOrUnknownSVal ElementSize) { in getDynamicElementCount() argument 78 DefinedOrUnknownSVal ElementSize = getElementExtent(ElementTy, SVB); in getDynamicElementCount() local 114 DefinedOrUnknownSVal ElementSize = getElementExtent(ElementTy, SVB); in getDynamicElementCountWithOffset() local
|
/llvm-project/llvm/include/llvm/Analysis/ |
H A D | TensorSpec.h | 111 size_t ElementSize = 0; variable
|
/llvm-project/llvm/lib/Analysis/ |
H A D | TensorSpec.cpp | 63 size_t ElementSize, const std::vector<int64_t> &Shape) in TensorSpec()
|
H A D | Delinearization.cpp | 280 if (Terms.size() < 1 || !ElementSize) in findArrayDimensions() argument 451 delinearize(ScalarEvolution & SE,const SCEV * Expr,SmallVectorImpl<const SCEV * > & Subscripts,SmallVectorImpl<const SCEV * > & Sizes,const SCEV * ElementSize) delinearize() argument
|
/llvm-project/llvm/lib/Transforms/Scalar/ |
H A D | StraightLineStrengthReduce.cpp | 477 allocateCandidatesAndFindBasisForGEP(const SCEV * B,ConstantInt * Idx,Value * S,uint64_t ElementSize,Instruction * I) allocateCandidatesAndFindBasisForGEP() argument 491 factorArrayIndex(Value * ArrayIdx,const SCEV * Base,uint64_t ElementSize,GetElementPtrInst * GEP) factorArrayIndex() argument 546 uint64_t ElementSize = GTI.getSequentialElementStride(*DL); allocateCandidatesAndFindBasisForGEP() local [all...] |
H A D | SeparateConstOffsetFromGEP.cpp | 886 APInt ElementSize = APInt(PtrIndexTy->getIntegerBitWidth(), in lowerToSingleIndexGEPs() local 946 APInt ElementSize = APInt(IntPtrTy->getIntegerBitWidth(), in lowerToArithmetics() local [all...] |
H A D | NaryReassociate.cpp | 433 // necessarily divisible by ElementSize. For example, in tryReassociateGEPAtIndex() local
|
H A D | SROA.cpp | 2024 isVectorPromotionViableForSlice(Partition & P,const Slice & S,VectorType * Ty,uint64_t ElementSize,const DataLayout & DL) isVectorPromotionViableForSlice() argument 2098 uint64_t ElementSize = checkVectorTypeForPromotion() local 2231 unsigned ElementSize = createAndCheckVectorTypesForPromotion() local 2637 uint64_t ElementSize; global() member in __anonc91f7afb0d11::AllocaSliceRewriter 4193 uint64_t ElementSize = DL.getTypeAllocSize(ElementTy).getFixedValue(); getTypePartition() local 4237 uint64_t ElementSize = DL.getTypeAllocSize(ElementTy).getFixedValue(); getTypePartition() local [all...] |
/llvm-project/llvm/lib/CodeGen/GlobalISel/ |
H A D | LegacyLegalizerInfo.cpp | 163 const uint16_t ElementSize = VectorSpecifiedActions.first; in computeTables() local
|
/llvm-project/offload/src/OpenMP/ |
H A D | API.cpp | 475 omp_target_memcpy_rect(void *Dst, const void *Src, size_t ElementSize, in omp_target_memcpy_rect() argument 535 omp_target_memcpy_rect_async(void * Dst,const void * Src,size_t ElementSize,int NumDims,const size_t * Volume,const size_t * DstOffsets,const size_t * SrcOffsets,const size_t * DstDimensions,const size_t * SrcDimensions,int DstDevice,int SrcDevice,int DepObjCount,omp_depend_t * DepObjList) omp_target_memcpy_rect_async() argument [all...] |
/llvm-project/clang-tools-extra/clang-tidy/bugprone/ |
H A D | SizeofExpressionCheck.cpp | 341 CharUnits ElementSize = getSizeOfType(Ctx, ElementTy); check() local
|
/llvm-project/polly/include/polly/ |
H A D | ScopDetection.h | 165 BaseToElSize ElementSize; member
|
/llvm-project/llvm/include/llvm/MC/MCParser/ |
H A D | MCAsmParser.h | 98 unsigned ElementSize = 0; member
|
/llvm-project/offload/include/OpenMP/ |
H A D | InternalTypes.h | 106 size_t ElementSize; member
|
/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/ |
H A D | LegacyLegalizerInfo.h | 347 setVectorNumElementAction(const unsigned Opcode,const unsigned TypeIndex,const unsigned ElementSize,const SizeAndActionsVec & SizeAndActions) setVectorNumElementAction() argument
|
/llvm-project/clang/lib/Sema/ |
H A D | SemaHLSL.cpp | 66 unsigned ElementSize = calculateLegacyCbufferSize() local 73 unsigned ElementSize = calculateLegacyCbufferSize() local
|
/llvm-project/llvm/lib/CodeGen/ |
H A D | TargetLoweringBase.cpp | 720 getMEMCPY_ELEMENT_UNORDERED_ATOMIC(uint64_t ElementSize) getMEMCPY_ELEMENT_UNORDERED_ATOMIC() argument 737 getMEMMOVE_ELEMENT_UNORDERED_ATOMIC(uint64_t ElementSize) getMEMMOVE_ELEMENT_UNORDERED_ATOMIC() argument 754 getMEMSET_ELEMENT_UNORDERED_ATOMIC(uint64_t ElementSize) getMEMSET_ELEMENT_UNORDERED_ATOMIC() argument
|
/llvm-project/llvm/lib/ExecutionEngine/ |
H A D | ExecutionEngine.cpp | 1165 unsigned ElementSize = InitializeMemory() local 1178 unsigned ElementSize = InitializeMemory() local
|
/llvm-project/llvm/lib/Target/AMDGPU/ |
H A D | AMDGPUPromoteAlloca.cpp | 450 unsigned VecStoreSize, unsigned ElementSize, in promoteAllocaUserToVector() argument 778 unsigned ElementSize = DL->getTypeSizeInBits(VecEltTy) / 8; in tryPromoteAllocaToVector() local
|
/llvm-project/polly/lib/Transform/ |
H A D | MatmulOptimizer.cpp | 648 auto ElementSize = getMatMulTypeSize(MMI); in getMicroKernelParams() local 740 auto ElementSize = getMatMulAlignTypeSize(MMI); in getMacroKernelParams() local
|
/llvm-project/clang/lib/StaticAnalyzer/Checkers/ |
H A D | ArrayBoundCheckerV2.cpp | 70 const std::optional<int64_t> ElementSize; global() member in __anonfa03cc350111::StateUpdateReporter
|
/llvm-project/llvm/lib/IR/ |
H A D | IRBuilder.cpp | 194 CreateElementUnorderedAtomicMemSet(Value * Ptr,Value * Val,Value * Size,Align Alignment,uint32_t ElementSize,MDNode * TBAATag,MDNode * ScopeTag,MDNode * NoAliasTag) CreateElementUnorderedAtomicMemSet() argument 259 CreateElementUnorderedAtomicMemCpy(Value * Dst,Align DstAlign,Value * Src,Align SrcAlign,Value * Size,uint32_t ElementSize,MDNode * TBAATag,MDNode * TBAAStructTag,MDNode * ScopeTag,MDNode * NoAliasTag) CreateElementUnorderedAtomicMemCpy() argument 375 CreateElementUnorderedAtomicMemMove(Value * Dst,Align DstAlign,Value * Src,Align SrcAlign,Value * Size,uint32_t ElementSize,MDNode * TBAATag,MDNode * TBAAStructTag,MDNode * ScopeTag,MDNode * NoAliasTag) CreateElementUnorderedAtomicMemMove() argument [all...] |
/llvm-project/llvm/lib/Target/NVPTX/ |
H A D | NVPTXAsmPrinter.cpp | 1192 uint64_t ElementSize = 0; printModuleLevelGV() local 1474 int64_t ElementSize = 0; emitPTXGlobalVariable() local [all...] |
/llvm-project/clang/utils/TableGen/ |
H A D | NeonEmitter.cpp | 1591 unsigned ElementSize; emitDagShuffle() member in Intrinsic::DagEmitter::emitDagShuffle::Rev 1594 Rev(unsigned ElementSize) emitDagShuffle() argument
|
/llvm-project/llvm/lib/Target/AArch64/ |
H A D | AArch64ExpandPseudoInsts.cpp | 573 uint64_t ElementSize = TII->getElementSizeForOpcode(Opcode); expand_DestructiveOp() local
|