Home
last modified time | relevance | path

Searched defs:ElementSize (Results 1 – 25 of 54) sorted by relevance

123

/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DDynamicExtent.cpp61 DefinedOrUnknownSVal ElementSize) { in getDynamicElementCount()
77 DefinedOrUnknownSVal ElementSize = getElementExtent(ElementTy, SVB); in getDynamicElementCount() local
113 DefinedOrUnknownSVal ElementSize = getElementExtent(ElementTy, SVB); in getDynamicElementCountWithOffset() local
H A DExprEngineCallAndReturn.cpp810 SVal ElementSize = getElementExtent(CNE->getAllocatedType(), svalBuilder); in bindReturnValue() local
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DTensorSpec.h112 size_t ElementSize = 0; variable
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DStraightLineStrengthReduce.cpp479 const SCEV *B, ConstantInt *Idx, Value *S, uint64_t ElementSize, in allocateCandidatesAndFindBasisForGEP()
493 uint64_t ElementSize, in factorArrayIndex()
548 uint64_t ElementSize = GTI.getSequentialElementStride(*DL); in allocateCandidatesAndFindBasisForGEP() local
H A DSeparateConstOffsetFromGEP.cpp916 APInt ElementSize = APInt(PtrIndexTy->getIntegerBitWidth(), in lowerToSingleIndexGEPs() local
976 APInt ElementSize = APInt(IntPtrTy->getIntegerBitWidth(), in lowerToArithmetics() local
H A DNaryReassociate.cpp431 uint64_t ElementSize = DL->getTypeAllocSize(ElementType); in tryReassociateGEPAtIndex() local
H A DSROA.cpp2116 uint64_t ElementSize, in isVectorPromotionViableForSlice()
2191 uint64_t ElementSize = in checkVectorTypeForPromotion() local
2324 unsigned ElementSize = in createAndCheckVectorTypesForPromotion() local
2733 uint64_t ElementSize; member in __anondf5662880e11::AllocaSliceRewriter
4332 uint64_t ElementSize = DL.getTypeAllocSize(ElementTy).getFixedValue(); in getTypePartition() local
4376 uint64_t ElementSize = DL.getTypeAllocSize(ElementTy).getFixedValue(); in getTypePartition() local
H A DDeadStoreElimination.cpp676 const uint32_t ElementSize = DeadIntrinsic->getElementSizeInBytes(); in tryToShorten() local
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DTensorSpec.cpp63 size_t ElementSize, const std::vector<int64_t> &Shape) in TensorSpec()
H A DDelinearization.cpp279 const SCEV *ElementSize) { in findArrayDimensions()
450 const SCEV *ElementSize) { in delinearize()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DLegacyLegalizerInfo.cpp163 const uint16_t ElementSize = VectorSpecifiedActions.first; in computeTables() local
H A DIRTranslator.cpp259 uint64_t ElementSize = DL->getTypeAllocSize(AI.getAllocatedType()); in getOrCreateFrameIndex() local
1634 uint64_t ElementSize = GTI.getSequentialElementStride(*DL); in translateGetElementPtr() local
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUPromoteAlloca.cpp497 unsigned VecStoreSize, unsigned ElementSize, in promoteAllocaUserToVector()
816 unsigned ElementSize = DL->getTypeSizeInBits(ElemTy) / 8; in tryPromoteAllocaToVector() local
873 unsigned ElementSize = ElementSizeInBits / 8; in tryPromoteAllocaToVector() local
H A DAMDGPUISelDAGToDAG.cpp3365 const SDLoc &DL, unsigned ElementSize) { in buildRegSequence()
3376 unsigned ElementSize) { in selectWMMAModsNegAbs()
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/MCParser/
H A DMCAsmParser.h99 unsigned ElementSize = 0; member
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/
H A DLegacyLegalizerInfo.h345 const unsigned ElementSize, in setVectorNumElementAction()
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/
H A DExecutionEngine.cpp1161 unsigned ElementSize = in InitializeMemory() local
1174 unsigned ElementSize = in InitializeMemory() local
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DTargetLoweringBase.cpp561 RTLIB::Libcall RTLIB::getMEMCPY_ELEMENT_UNORDERED_ATOMIC(uint64_t ElementSize) { in getMEMCPY_ELEMENT_UNORDERED_ATOMIC()
578 RTLIB::Libcall RTLIB::getMEMMOVE_ELEMENT_UNORDERED_ATOMIC(uint64_t ElementSize) { in getMEMMOVE_ELEMENT_UNORDERED_ATOMIC()
595 RTLIB::Libcall RTLIB::getMEMSET_ELEMENT_UNORDERED_ATOMIC(uint64_t ElementSize) { in getMEMSET_ELEMENT_UNORDERED_ATOMIC()
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DIRBuilder.cpp195 Value *Ptr, Value *Val, Value *Size, Align Alignment, uint32_t ElementSize, in CreateElementUnorderedAtomicMemSet()
233 uint32_t ElementSize, const AAMDNodes &AAInfo) { in CreateElementUnorderedAtomicMemCpy()
332 uint32_t ElementSize, const AAMDNodes &AAInfo) { in CreateElementUnorderedAtomicMemMove()
/freebsd/contrib/llvm-project/llvm/lib/Target/NVPTX/
H A DNVPTXAsmPrinter.cpp1009 const uint64_t ElementSize = DL.getTypeStoreSize(ETy); in printModuleLevelGV() local
1270 int64_t ElementSize = 0; in emitPTXGlobalVariable() local
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DArrayBoundChecker.cpp84 const std::optional<int64_t> ElementSize; member in __anon612badfa0111::StateUpdateReporter
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ExpandPseudoInsts.cpp573 uint64_t ElementSize = TII->getElementSizeForOpcode(Opcode); in expand_DestructiveOp() local
/freebsd/contrib/llvm-project/clang/utils/TableGen/
H A DNeonEmitter.cpp1647 unsigned ElementSize; in emitDagShuffle() member in Intrinsic::DagEmitter::emitDagShuffle::Rev
1650 Rev(unsigned ElementSize) : ElementSize(ElementSize) {} in emitDagShuffle()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaHLSL.cpp260 unsigned ElementSize = in calculateLegacyCbufferSize() local
268 unsigned ElementSize = in calculateLegacyCbufferSize() local
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DFastISel.cpp587 uint64_t ElementSize = GTI.getSequentialElementStride(DL); in selectGetElementPtr() local

123