Home
last modified time | relevance | path

Searched defs:ElemSize (Results 1 – 25 of 28) sorted by relevance

12

/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DLoopCacheAnalysis.cpp81 static bool isOneDimensionalArray(const SCEV &AccessFn, const SCEV &ElemSize, in isOneDimensionalArray()
109 static const SCEV *computeTripCount(const Loop &L, const SCEV &ElemSize, in computeTripCount()
377 const SCEV *ElemSize = SE.getElementSize(&StoreOrLoadInst); in delinearize() local
481 const SCEV *ElemSize = Sizes.back(); in isConsecutive() local
H A DLoopUnrollAnalyzer.cpp127 unsigned ElemSize = CDS->getElementType()->getPrimitiveSizeInBits() / 8U; in visitLoad() local
H A DTypeMetadataUtils.cpp168 uint64_t ElemSize = DL.getTypeAllocSize(VTableTy->getElementType()); in getPointerAtOffset() local
H A DMemoryBuiltins.cpp781 TypeSize ElemSize = DL.getTypeAllocSize(I.getAllocatedType()); in visitAllocaInst() local
H A DLoopAccessAnalysis.cpp2819 TypeSize ElemSize = GEPTI.isStruct() in getGEPInductionOperand() local
/freebsd/contrib/llvm-project/clang/lib/AST/Interp/
H A DProgram.cpp383 unsigned ElemSize = primSize(*T); in createDescriptor() local
396 unsigned ElemSize = in createDescriptor() local
H A DDescriptor.cpp87 const unsigned ElemSize = in ctorArrayDesc() local
112 const unsigned ElemSize = in dtorArrayDesc() local
128 const unsigned ElemSize = in moveArrayDesc() local
H A DDescriptor.h112 const unsigned ElemSize; member
H A DPointer.h551 if (auto ElemSize = elemSize()) in getIndex() local
H A DInterp.h223 unsigned ElemSize, bool IsNoThrow) { in CheckArraySize()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaRISCV.cpp536 unsigned ElemSize = S.Context.getTypeSize(Info.ElementType); in CheckInvalidVLENandLMUL() local
726 uint64_t ElemSize = Context.getTypeSize(Info.ElementType); in CheckBuiltinFunctionCall() local
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGExprConstant.cpp334 CharUnits ElemSize = getSize(ElemTy); in split() local
358 CharUnits ElemSize = getSize(CDS->getElementType()); in split() local
373 CharUnits ElemSize = getSize(C); in split() local
420 CharUnits ElemSize = Utils.getSize(ATy->getElementType()); in buildFrom() local
664 CharUnits ElemSize = Emitter.CGM.getContext().getTypeSizeInChars(ElemType); in EmitDesignatedInitUpdater() local
H A DCGExprScalar.cpp3252 llvm::Value* ElemSize = llvm::ConstantInt::get(ResultType, in VisitOffsetOfExpr() local
H A DCGOpenMPRuntime.cpp6696 llvm::Value *ElemSize; in getExprTypeSize() local
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DArrayBoundCheckerV2.cpp417 int64_t ElemSize = ACtx.getTypeSizeInChars(ElemType).getQuantity(); in getExceedsMsgs() local
H A DCStringChecker.cpp486 NonLoc ElemSize = in checkInit() local
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DDataLayout.cpp947 static APInt getElementIndex(TypeSize ElemSize, APInt &Offset) { in getElementIndex()
H A DAttributes.cpp563 unsigned ElemSize; in getAsString() local
1946 AttrBuilder::addAllocSizeAttr(unsigned ElemSize, in addAllocSizeAttr()
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DMVEGatherScatterLowering.cpp172 unsigned ElemSize, in isLegalTypeAndAlignment()
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.h848 uint64_t ElemSize) const override { in isLegalScaleForGatherScatter()
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonISelLoweringHVX.cpp761 unsigned ElemSize = ElemTy.getSizeInBits() / 8; in getByteShuffle() local
789 unsigned ElemSize = ElemWidth / 8; in buildHvxVectorReg() local
2055 unsigned ElemSize = HwLen / VecLen; LowerHvxSelect() local
[all...]
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DRegionStore.cpp1173 uint64_t ElemSize = Ctx.getTypeSize(ElementTy); in VisitCluster() local
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetLowering.h1588 uint64_t ElemSize) const { in isLegalScaleForGatherScatter()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DExprConstant.cpp6851 CharUnits ElemSize; in HandleOperatorNewCall() local
14036 APSInt ElemSize(llvm::APInt(65, (int64_t)ElementSize.getQuantity(), true), in VisitBinaryOperator() local
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp4832 uint64_t ElemSize) { in getUniformBase()

12