/freebsd/contrib/llvm-project/llvm/lib/Analysis/ |
H A D | LoopCacheAnalysis.cpp | 81 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 D | LoopUnrollAnalyzer.cpp | 127 unsigned ElemSize = CDS->getElementType()->getPrimitiveSizeInBits() / 8U; in visitLoad() local
|
H A D | TypeMetadataUtils.cpp | 168 uint64_t ElemSize = DL.getTypeAllocSize(VTableTy->getElementType()); in getPointerAtOffset() local
|
H A D | MemoryBuiltins.cpp | 781 TypeSize ElemSize = DL.getTypeAllocSize(I.getAllocatedType()); in visitAllocaInst() local
|
H A D | LoopAccessAnalysis.cpp | 2819 TypeSize ElemSize = GEPTI.isStruct() in getGEPInductionOperand() local
|
/freebsd/contrib/llvm-project/clang/lib/AST/Interp/ |
H A D | Program.cpp | 383 unsigned ElemSize = primSize(*T); in createDescriptor() local 396 unsigned ElemSize = in createDescriptor() local
|
H A D | Descriptor.cpp | 87 const unsigned ElemSize = in ctorArrayDesc() local 112 const unsigned ElemSize = in dtorArrayDesc() local 128 const unsigned ElemSize = in moveArrayDesc() local
|
H A D | Descriptor.h | 112 const unsigned ElemSize; member
|
H A D | Pointer.h | 551 if (auto ElemSize = elemSize()) in getIndex() local
|
H A D | Interp.h | 223 unsigned ElemSize, bool IsNoThrow) { in CheckArraySize()
|
/freebsd/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaRISCV.cpp | 536 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 D | CGExprConstant.cpp | 334 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 D | CGExprScalar.cpp | 3252 llvm::Value* ElemSize = llvm::ConstantInt::get(ResultType, in VisitOffsetOfExpr() local
|
H A D | CGOpenMPRuntime.cpp | 6696 llvm::Value *ElemSize; in getExprTypeSize() local
|
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/ |
H A D | ArrayBoundCheckerV2.cpp | 417 int64_t ElemSize = ACtx.getTypeSizeInChars(ElemType).getQuantity(); in getExceedsMsgs() local
|
H A D | CStringChecker.cpp | 486 NonLoc ElemSize = in checkInit() local
|
/freebsd/contrib/llvm-project/llvm/lib/IR/ |
H A D | DataLayout.cpp | 947 static APInt getElementIndex(TypeSize ElemSize, APInt &Offset) { in getElementIndex()
|
H A D | Attributes.cpp | 563 unsigned ElemSize; in getAsString() local 1946 AttrBuilder::addAllocSizeAttr(unsigned ElemSize, in addAllocSizeAttr()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/ |
H A D | MVEGatherScatterLowering.cpp | 172 unsigned ElemSize, in isLegalTypeAndAlignment()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/ |
H A D | RISCVISelLowering.h | 848 uint64_t ElemSize) const override { in isLegalScaleForGatherScatter()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/ |
H A D | HexagonISelLoweringHVX.cpp | 761 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 D | RegionStore.cpp | 1173 uint64_t ElemSize = Ctx.getTypeSize(ElementTy); in VisitCluster() local
|
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
H A D | TargetLowering.h | 1588 uint64_t ElemSize) const { in isLegalScaleForGatherScatter()
|
/freebsd/contrib/llvm-project/clang/lib/AST/ |
H A D | ExprConstant.cpp | 6851 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 D | SelectionDAGBuilder.cpp | 4832 uint64_t ElemSize) { in getUniformBase()
|