Home
last modified time | relevance | path

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

123

/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DTensorSpec.h111 size_t ElementSize = 0; variable
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DStraightLineStrengthReduce.cpp475 const SCEV *B, ConstantInt *Idx, Value *S, uint64_t ElementSize, in allocateCandidatesAndFindBasisForGEP()
489 uint64_t ElementSize, in factorArrayIndex()
544 uint64_t ElementSize = GTI.getSequentialElementStride(*DL); in allocateCandidatesAndFindBasisForGEP() local
H A DSeparateConstOffsetFromGEP.cpp886 APInt ElementSize = APInt(PtrIndexTy->getIntegerBitWidth(), in lowerToSingleIndexGEPs() local
946 APInt ElementSize = APInt(IntPtrTy->getIntegerBitWidth(), in lowerToArithmetics() local
H A DNaryReassociate.cpp433 uint64_t ElementSize = DL->getTypeAllocSize(ElementType); in tryReassociateGEPAtIndex() local
H A DSROA.cpp2024 uint64_t ElementSize, in isVectorPromotionViableForSlice()
2098 uint64_t ElementSize = in checkVectorTypeForPromotion() local
2231 unsigned ElementSize = in createAndCheckVectorTypesForPromotion() local
2637 uint64_t ElementSize; member in __anondf5662880d11::AllocaSliceRewriter
4193 uint64_t ElementSize = DL.getTypeAllocSize(ElementTy).getFixedValue(); in getTypePartition() local
4237 uint64_t ElementSize = DL.getTypeAllocSize(ElementTy).getFixedValue(); in getTypePartition() local
H A DDeadStoreElimination.cpp618 const uint32_t ElementSize = AMI->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.cpp280 const SCEV *ElementSize) { in findArrayDimensions()
451 const SCEV *ElementSize) { in delinearize()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DLegacyLegalizerInfo.cpp160 const uint16_t ElementSize = VectorSpecifiedActions.first; computeTables() local
H A DIRTranslator.cpp261 uint64_t ElementSize = DL->getTypeAllocSize(AI.getAllocatedType()); in getOrCreateFrameIndex() local
1622 uint64_t ElementSize = GTI.getSequentialElementStride(*DL); in translateGetElementPtr() local
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/MCParser/
H A DMCAsmParser.h98 unsigned ElementSize = 0; member
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/
H A DLegacyLegalizerInfo.h347 const unsigned ElementSize, in setVectorNumElementAction()
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/
H A DExecutionEngine.cpp1165 unsigned ElementSize = in InitializeMemory() local
1178 unsigned ElementSize = in InitializeMemory() local
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaHLSL.cpp66 unsigned ElementSize = in calculateLegacyCbufferSize() local
73 unsigned ElementSize = in calculateLegacyCbufferSize() local
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DTargetLoweringBase.cpp526 RTLIB::Libcall RTLIB::getMEMCPY_ELEMENT_UNORDERED_ATOMIC(uint64_t ElementSize) { in getMEMCPY_ELEMENT_UNORDERED_ATOMIC()
543 RTLIB::Libcall RTLIB::getMEMMOVE_ELEMENT_UNORDERED_ATOMIC(uint64_t ElementSize) { in getMEMMOVE_ELEMENT_UNORDERED_ATOMIC()
560 RTLIB::Libcall RTLIB::getMEMSET_ELEMENT_UNORDERED_ATOMIC(uint64_t ElementSize) { in getMEMSET_ELEMENT_UNORDERED_ATOMIC()
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUPromoteAlloca.cpp450 unsigned VecStoreSize, unsigned ElementSize, in promoteAllocaUserToVector()
778 unsigned ElementSize = DL->getTypeSizeInBits(VecEltTy) / 8; in tryPromoteAllocaToVector() local
H A DAMDGPUISelDAGToDAG.cpp3176 const SDLoc &DL, unsigned ElementSize) { in buildRegSequence()
3187 unsigned ElementSize) { in selectWMMAModsNegAbs()
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DArrayBoundCheckerV2.cpp70 const std::optional<int64_t> ElementSize; member in __anonb48263820111::StateUpdateReporter
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DIRBuilder.cpp194 Value *Ptr, Value *Val, Value *Size, Align Alignment, uint32_t ElementSize, in CreateElementUnorderedAtomicMemSet()
259 uint32_t ElementSize, MDNode *TBAATag, MDNode *TBAAStructTag, in CreateElementUnorderedAtomicMemCpy()
375 uint32_t ElementSize, MDNode *TBAATag, MDNode *TBAAStructTag, in CreateElementUnorderedAtomicMemMove()
/freebsd/contrib/llvm-project/llvm/lib/Target/NVPTX/
H A DNVPTXAsmPrinter.cpp1192 uint64_t ElementSize = 0; in printModuleLevelGV() local
1474 int64_t ElementSize = 0; in emitPTXGlobalVariable() local
/freebsd/contrib/llvm-project/clang/utils/TableGen/
H A DNeonEmitter.cpp1591 unsigned ElementSize; in emitDagShuffle() member in Intrinsic::DagEmitter::emitDagShuffle::Rev
1594 Rev(unsigned ElementSize) : ElementSize(ElementSize) {} in emitDagShuffle()
/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/lib/StaticAnalyzer/Core/
H A DExprEngineCallAndReturn.cpp809 SVal ElementSize = getElementExtent(CNE->getAllocatedType(), svalBuilder); in bindReturnValue() local
/freebsd/contrib/llvm-project/clang/lib/AST/Interp/
H A DInterpBuiltin.cpp1491 CharUnits ElementSize = S.getCtx().getTypeSizeInChars(CurrentType); in InterpretOffsetOf() local
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DFastISel.cpp590 uint64_t ElementSize = GTI.getSequentialElementStride(DL); in selectGetElementPtr() local

123