| /freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/ |
| H A D | DynamicExtent.cpp | 61 DefinedOrUnknownSVal ElementSize) { in getDynamicElementCount() 77 DefinedOrUnknownSVal ElementSize = getElementExtent(ElementTy, SVB); in getDynamicElementCount() local 113 DefinedOrUnknownSVal ElementSize = getElementExtent(ElementTy, SVB); in getDynamicElementCountWithOffset() local
|
| H A D | ExprEngineCallAndReturn.cpp | 810 SVal ElementSize = getElementExtent(CNE->getAllocatedType(), svalBuilder); in bindReturnValue() local
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/ |
| H A D | TensorSpec.h | 112 size_t ElementSize = 0; variable
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
| H A D | StraightLineStrengthReduce.cpp | 479 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 D | SeparateConstOffsetFromGEP.cpp | 916 APInt ElementSize = APInt(PtrIndexTy->getIntegerBitWidth(), in lowerToSingleIndexGEPs() local 976 APInt ElementSize = APInt(IntPtrTy->getIntegerBitWidth(), in lowerToArithmetics() local
|
| H A D | NaryReassociate.cpp | 431 uint64_t ElementSize = DL->getTypeAllocSize(ElementType); in tryReassociateGEPAtIndex() local
|
| H A D | SROA.cpp | 2116 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 D | DeadStoreElimination.cpp | 676 const uint32_t ElementSize = DeadIntrinsic->getElementSizeInBytes(); in tryToShorten() local
|
| /freebsd/contrib/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 | 279 const SCEV *ElementSize) { in findArrayDimensions() 450 const SCEV *ElementSize) { in delinearize()
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/ |
| H A D | LegacyLegalizerInfo.cpp | 163 const uint16_t ElementSize = VectorSpecifiedActions.first; in computeTables() local
|
| H A D | IRTranslator.cpp | 259 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 D | AMDGPUPromoteAlloca.cpp | 497 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 D | AMDGPUISelDAGToDAG.cpp | 3365 const SDLoc &DL, unsigned ElementSize) { in buildRegSequence() 3376 unsigned ElementSize) { in selectWMMAModsNegAbs()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/MC/MCParser/ |
| H A D | MCAsmParser.h | 99 unsigned ElementSize = 0; member
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/ |
| H A D | LegacyLegalizerInfo.h | 345 const unsigned ElementSize, in setVectorNumElementAction()
|
| /freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/ |
| H A D | ExecutionEngine.cpp | 1161 unsigned ElementSize = in InitializeMemory() local 1174 unsigned ElementSize = in InitializeMemory() local
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | TargetLoweringBase.cpp | 561 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 D | IRBuilder.cpp | 195 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 D | NVPTXAsmPrinter.cpp | 1009 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 D | ArrayBoundChecker.cpp | 84 const std::optional<int64_t> ElementSize; member in __anon612badfa0111::StateUpdateReporter
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/ |
| H A D | AArch64ExpandPseudoInsts.cpp | 573 uint64_t ElementSize = TII->getElementSizeForOpcode(Opcode); in expand_DestructiveOp() local
|
| /freebsd/contrib/llvm-project/clang/utils/TableGen/ |
| H A D | NeonEmitter.cpp | 1647 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 D | SemaHLSL.cpp | 260 unsigned ElementSize = in calculateLegacyCbufferSize() local 268 unsigned ElementSize = in calculateLegacyCbufferSize() local
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | FastISel.cpp | 587 uint64_t ElementSize = GTI.getSequentialElementStride(DL); in selectGetElementPtr() local
|